diff -r 81326a94fdca -r 37f0444c3479 Documentation/Source/eric5.Helpviewer.HelpDocsInstaller.html --- a/Documentation/Source/eric5.Helpviewer.HelpDocsInstaller.html Thu Jan 14 17:27:31 2010 +0000 +++ b/Documentation/Source/eric5.Helpviewer.HelpDocsInstaller.html Thu Jan 14 18:35:52 2010 +0000 @@ -22,8 +22,8 @@ <body><a NAME="top" ID="top"></a> <h1>eric5.Helpviewer.HelpDocsInstaller</h1> <p> -Module implementing a thread class populating and updating the QtHelp -documentation database. +Module implementing a thread class populating and updating the QtHelp +documentation database. </p> <h3>Global Attributes</h3> <table> @@ -33,7 +33,7 @@ <table> <tr> <td><a href="#HelpDocsInstaller">HelpDocsInstaller</a></td> -<td>Class implementing the worker thread populating and updating the QtHelp documentation database.</td> +<td>Class implementing the worker thread populating and updating the QtHelp documentation database.</td> </tr> </table> <h3>Functions</h3> @@ -44,17 +44,17 @@ <a NAME="HelpDocsInstaller" ID="HelpDocsInstaller"></a> <h2>HelpDocsInstaller</h2> <p> - Class implementing the worker thread populating and updating the QtHelp - documentation database. + Class implementing the worker thread populating and updating the QtHelp + documentation database. </p><h4>Signals</h4> <dl> <dt>docsInstalled(bool)</dt> <dd> -emitted after the installation has finished +emitted after the installation has finished </dd><dt>errorMessage(const QString&)</dt> <dd> -emitted, if an error occurred during - the installation of the documentation +emitted, if an error occurred during + the installation of the documentation </dd> </dl> <h3>Derived from</h3> @@ -67,82 +67,82 @@ <table> <tr> <td><a href="#HelpDocsInstaller.__init__">HelpDocsInstaller</a></td> -<td>Constructor</td> +<td>Constructor</td> </tr><tr> <td><a href="#HelpDocsInstaller.__installEric5Doc">__installEric5Doc</a></td> -<td>Private method to install/update the eric5 help documentation.</td> +<td>Private method to install/update the eric5 help documentation.</td> </tr><tr> <td><a href="#HelpDocsInstaller.__installQtDoc">__installQtDoc</a></td> -<td>Private method to install/update a Qt help document.</td> +<td>Private method to install/update a Qt help document.</td> </tr><tr> <td><a href="#HelpDocsInstaller.installDocs">installDocs</a></td> -<td>Public method to start the installation procedure.</td> +<td>Public method to start the installation procedure.</td> </tr><tr> <td><a href="#HelpDocsInstaller.run">run</a></td> -<td>Protected method executed by the thread.</td> +<td>Protected method executed by the thread.</td> </tr><tr> <td><a href="#HelpDocsInstaller.stop">stop</a></td> -<td>Public slot to stop the installation procedure.</td> +<td>Public slot to stop the installation procedure.</td> </tr> </table> <a NAME="HelpDocsInstaller.__init__" ID="HelpDocsInstaller.__init__"></a> <h4>HelpDocsInstaller (Constructor)</h4> <b>HelpDocsInstaller</b>(<i>collection</i>) <p> - Constructor + Constructor </p><dl> <dt><i>collection</i></dt> <dd> -full pathname of the collection file (string) +full pathname of the collection file (string) </dd> </dl><a NAME="HelpDocsInstaller.__installEric5Doc" ID="HelpDocsInstaller.__installEric5Doc"></a> <h4>HelpDocsInstaller.__installEric5Doc</h4> <b>__installEric5Doc</b>(<i>engine</i>) <p> - Private method to install/update the eric5 help documentation. + Private method to install/update the eric5 help documentation. </p><dl> <dt><i>engine</i></dt> <dd> -reference to the help engine (QHelpEngineCore) +reference to the help engine (QHelpEngineCore) </dd> </dl><dl> <dt>Returns:</dt> <dd> -flag indicating success (boolean) +flag indicating success (boolean) </dd> </dl><a NAME="HelpDocsInstaller.__installQtDoc" ID="HelpDocsInstaller.__installQtDoc"></a> <h4>HelpDocsInstaller.__installQtDoc</h4> <b>__installQtDoc</b>(<i>name, engine</i>) <p> - Private method to install/update a Qt help document. + Private method to install/update a Qt help document. </p><dl> <dt><i>name</i></dt> <dd> -name of the Qt help document (string) +name of the Qt help document (string) </dd><dt><i>engine</i></dt> <dd> -reference to the help engine (QHelpEngineCore) +reference to the help engine (QHelpEngineCore) </dd> </dl><dl> <dt>Returns:</dt> <dd> -flag indicating success (boolean) +flag indicating success (boolean) </dd> </dl><a NAME="HelpDocsInstaller.installDocs" ID="HelpDocsInstaller.installDocs"></a> <h4>HelpDocsInstaller.installDocs</h4> <b>installDocs</b>(<i></i>) <p> - Public method to start the installation procedure. + Public method to start the installation procedure. </p><a NAME="HelpDocsInstaller.run" ID="HelpDocsInstaller.run"></a> <h4>HelpDocsInstaller.run</h4> <b>run</b>(<i></i>) <p> - Protected method executed by the thread. + Protected method executed by the thread. </p><a NAME="HelpDocsInstaller.stop" ID="HelpDocsInstaller.stop"></a> <h4>HelpDocsInstaller.stop</h4> <b>stop</b>(<i></i>) <p> - Public slot to stop the installation procedure. + Public slot to stop the installation procedure. </p> <div align="right"><a href="#top">Up</a></div> <hr />