eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.FetchExtension.ProjectHelper.html

changeset 7273
391d6b7b1eff
parent 6942
2602857055c5
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.FetchExtension.ProjectHelper.html	Wed Sep 25 19:40:31 2019 +0200
+++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.FetchExtension.ProjectHelper.html	Wed Sep 25 19:42:44 2019 +0200
@@ -18,109 +18,143 @@
 
 </style>
 </head>
-<body><a NAME="top" ID="top"></a>
+<body>
+<a NAME="top" ID="top"></a>
 <h1>eric6.Plugins.VcsPlugins.vcsMercurial.FetchExtension.ProjectHelper</h1>
+
 <p>
 Module implementing the fetch extension project helper.
 </p>
 <h3>Global Attributes</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
 <h3>Classes</h3>
+
 <table>
+
 <tr>
 <td><a href="#FetchProjectHelper">FetchProjectHelper</a></td>
 <td>Class implementing the fetch extension project helper.</td>
 </tr>
 </table>
 <h3>Functions</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
-<hr /><hr />
+<hr />
+<hr />
 <a NAME="FetchProjectHelper" ID="FetchProjectHelper"></a>
 <h2>FetchProjectHelper</h2>
+
 <p>
     Class implementing the fetch extension project helper.
 </p>
 <h3>Derived from</h3>
 HgExtensionProjectHelper
 <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="#FetchProjectHelper.__init__">FetchProjectHelper</a></td>
 <td>Constructor</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#FetchProjectHelper.__aboutToShowMenu">__aboutToShowMenu</a></td>
 <td>Private slot to handle the aboutToShow signal of the background menu.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#FetchProjectHelper.__hgFetch">__hgFetch</a></td>
 <td>Private slot used to fetch changes from a remote repository.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#FetchProjectHelper.initActions">initActions</a></td>
 <td>Public method to generate the action objects.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#FetchProjectHelper.initMenu">initMenu</a></td>
 <td>Public method to generate the extension menu.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#FetchProjectHelper.menuTitle">menuTitle</a></td>
 <td>Public method to get the menu title.</td>
 </tr>
 </table>
 <h3>Static Methods</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <a NAME="FetchProjectHelper.__init__" ID="FetchProjectHelper.__init__"></a>
 <h4>FetchProjectHelper (Constructor)</h4>
 <b>FetchProjectHelper</b>(<i></i>)
+
 <p>
         Constructor
-</p><a NAME="FetchProjectHelper.__aboutToShowMenu" ID="FetchProjectHelper.__aboutToShowMenu"></a>
+</p>
+<a NAME="FetchProjectHelper.__aboutToShowMenu" ID="FetchProjectHelper.__aboutToShowMenu"></a>
 <h4>FetchProjectHelper.__aboutToShowMenu</h4>
 <b>__aboutToShowMenu</b>(<i></i>)
+
 <p>
         Private slot to handle the aboutToShow signal of the background menu.
-</p><a NAME="FetchProjectHelper.__hgFetch" ID="FetchProjectHelper.__hgFetch"></a>
+</p>
+<a NAME="FetchProjectHelper.__hgFetch" ID="FetchProjectHelper.__hgFetch"></a>
 <h4>FetchProjectHelper.__hgFetch</h4>
 <b>__hgFetch</b>(<i></i>)
+
 <p>
         Private slot used to fetch changes from a remote repository.
-</p><a NAME="FetchProjectHelper.initActions" ID="FetchProjectHelper.initActions"></a>
+</p>
+<a NAME="FetchProjectHelper.initActions" ID="FetchProjectHelper.initActions"></a>
 <h4>FetchProjectHelper.initActions</h4>
 <b>initActions</b>(<i></i>)
+
 <p>
         Public method to generate the action objects.
-</p><a NAME="FetchProjectHelper.initMenu" ID="FetchProjectHelper.initMenu"></a>
+</p>
+<a NAME="FetchProjectHelper.initMenu" ID="FetchProjectHelper.initMenu"></a>
 <h4>FetchProjectHelper.initMenu</h4>
 <b>initMenu</b>(<i>mainMenu</i>)
+
 <p>
         Public method to generate the extension menu.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>mainMenu</i></dt>
 <dd>
 reference to the main menu (QMenu)
 </dd>
-</dl><dl>
+</dl>
+<dl>
 <dt>Returns:</dt>
 <dd>
 populated menu (QMenu)
 </dd>
-</dl><a NAME="FetchProjectHelper.menuTitle" ID="FetchProjectHelper.menuTitle"></a>
+</dl>
+<a NAME="FetchProjectHelper.menuTitle" ID="FetchProjectHelper.menuTitle"></a>
 <h4>FetchProjectHelper.menuTitle</h4>
 <b>menuTitle</b>(<i></i>)
+
 <p>
         Public method to get the menu title.
-</p><dl>
+</p>
+<dl>
 <dt>Returns:</dt>
 <dd>
 title of the menu (string)

eric ide

mercurial