diff -r de9106c55c3d -r 856476537696 src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgExtensionProjectHelper.html --- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgExtensionProjectHelper.html Thu Jan 04 17:16:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgExtensionProjectHelper.html Thu Jan 04 18:02:25 2024 +0100 @@ -7,34 +7,32 @@ <body> <a NAME="top" ID="top"></a> <h1>eric7.Plugins.VcsPlugins.vcsMercurial.HgExtensionProjectHelper</h1> - <p> Module implementing the project helper base for Mercurial extension interfaces. </p> + <h3>Global Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Classes</h3> - <table> - <tr> <td><a href="#HgExtensionProjectHelper">HgExtensionProjectHelper</a></td> <td>Class implementing the project helper base for Mercurial extension interfaces.</td> </tr> </table> + <h3>Functions</h3> - <table> <tr><td>None</td></tr> </table> + <hr /> <hr /> <a NAME="HgExtensionProjectHelper" ID="HgExtensionProjectHelper"></a> <h2>HgExtensionProjectHelper</h2> - <p> Class implementing the project helper base for Mercurial extension interfaces. @@ -43,22 +41,21 @@ Note: The methods initActions(), initMenu(mainMenu) and menuTitle() have to be reimplemented by derived classes. </p> + <h3>Derived from</h3> QObject <h3>Class Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Class Methods</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Methods</h3> - <table> - <tr> <td><a href="#HgExtensionProjectHelper.__init__">HgExtensionProjectHelper</a></td> <td>Constructor</td> @@ -88,26 +85,27 @@ <td>Public method to perform shutdown actions.</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="HgExtensionProjectHelper.__init__" ID="HgExtensionProjectHelper.__init__"></a> <h4>HgExtensionProjectHelper (Constructor)</h4> <b>HgExtensionProjectHelper</b>(<i></i>) - <p> Constructor </p> + <a NAME="HgExtensionProjectHelper.getActions" ID="HgExtensionProjectHelper.getActions"></a> <h4>HgExtensionProjectHelper.getActions</h4> <b>getActions</b>(<i></i>) - <p> Public method to get a list of all actions. </p> + <dl> <dt>Return:</dt> <dd> @@ -123,13 +121,13 @@ <a NAME="HgExtensionProjectHelper.initActions" ID="HgExtensionProjectHelper.initActions"></a> <h4>HgExtensionProjectHelper.initActions</h4> <b>initActions</b>(<i></i>) - <p> Public method to generate the action objects. </p> <p> Note: Derived class must implement this method. </p> + <dl> <dt>Raises <b>NotImplementedError</b>:</dt> @@ -141,13 +139,13 @@ <a NAME="HgExtensionProjectHelper.initMenu" ID="HgExtensionProjectHelper.initMenu"></a> <h4>HgExtensionProjectHelper.initMenu</h4> <b>initMenu</b>(<i>mainMenu</i>) - <p> Public method to generate the extension menu. </p> <p> Note: Derived class must implement this method. </p> + <dl> <dt><i>mainMenu</i> (QMenu)</dt> @@ -178,13 +176,13 @@ <a NAME="HgExtensionProjectHelper.menuTitle" ID="HgExtensionProjectHelper.menuTitle"></a> <h4>HgExtensionProjectHelper.menuTitle</h4> <b>menuTitle</b>(<i></i>) - <p> Public method to get the menu title. </p> <p> Note: Derived class must implement this method. </p> + <dl> <dt>Return:</dt> <dd> @@ -208,10 +206,10 @@ <a NAME="HgExtensionProjectHelper.setObjects" ID="HgExtensionProjectHelper.setObjects"></a> <h4>HgExtensionProjectHelper.setObjects</h4> <b>setObjects</b>(<i>vcsObject, projectObject</i>) - <p> Public method to set references to the vcs and project objects. </p> + <dl> <dt><i>vcsObject</i> (Hg)</dt> @@ -226,13 +224,13 @@ <a NAME="HgExtensionProjectHelper.shutdown" ID="HgExtensionProjectHelper.shutdown"></a> <h4>HgExtensionProjectHelper.shutdown</h4> <b>shutdown</b>(<i></i>) - <p> Public method to perform shutdown actions. </p> <p> Note: Derived class may implement this method if needed. </p> + <div align="right"><a href="#top">Up</a></div> <hr /> -</body></html> \ No newline at end of file +</body></html>