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

changeset 1087
fb8cd56819a9
parent 1074
ed2585464f12
child 1228
7afaf2fca55b
diff -r b48ce064b224 -r fb8cd56819a9 Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.FetchExtension.ProjectHelper.html
--- a/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.FetchExtension.ProjectHelper.html	Tue May 31 09:46:03 2011 +0200
+++ b/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.FetchExtension.ProjectHelper.html	Tue May 31 10:31:06 2011 +0200
@@ -46,7 +46,7 @@
     Class implementing the fetch extension project helper.
 </p>
 <h3>Derived from</h3>
-QObject
+HgExtensionProjectHelper
 <h3>Class Attributes</h3>
 <table>
 <tr><td>None</td></tr>
@@ -60,9 +60,6 @@
 <td><a href="#FetchProjectHelper.__hgFetch">__hgFetch</a></td>
 <td>Private slot used to fetch changes from a remote repository.</td>
 </tr><tr>
-<td><a href="#FetchProjectHelper.getActions">getActions</a></td>
-<td>Public method to get a list of all actions.</td>
-</tr><tr>
 <td><a href="#FetchProjectHelper.initActions">initActions</a></td>
 <td>Public method to generate the action objects.</td>
 </tr><tr>
@@ -71,9 +68,6 @@
 </tr><tr>
 <td><a href="#FetchProjectHelper.menuTitle">menuTitle</a></td>
 <td>Public method to get the menu title.</td>
-</tr><tr>
-<td><a href="#FetchProjectHelper.setObjects">setObjects</a></td>
-<td>Public method to set references to the vcs and project objects.</td>
 </tr>
 </table>
 <a NAME="FetchProjectHelper.__init__" ID="FetchProjectHelper.__init__"></a>
@@ -86,17 +80,7 @@
 <b>__hgFetch</b>(<i></i>)
 <p>
         Private slot used to fetch changes from a remote repository.
-</p><a NAME="FetchProjectHelper.getActions" ID="FetchProjectHelper.getActions"></a>
-<h4>FetchProjectHelper.getActions</h4>
-<b>getActions</b>(<i></i>)
-<p>
-        Public method to get a list of all actions.
-</p><dl>
-<dt>Returns:</dt>
-<dd>
-list of all actions (list of E5Action)
-</dd>
-</dl><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>
@@ -121,18 +105,10 @@
 <b>menuTitle</b>(<i></i>)
 <p>
         Public method to get the menu title.
-</p><a NAME="FetchProjectHelper.setObjects" ID="FetchProjectHelper.setObjects"></a>
-<h4>FetchProjectHelper.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></dt>
+<dt>Returns:</dt>
 <dd>
-reference to the vcs object
-</dd><dt><i>projectObject</i></dt>
-<dd>
-reference to the project object
+title of the menu (string)
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial