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

branch
Py2 comp.
changeset 3484
645c12de6b0c
parent 3435
e4db9c0c7e94
child 3489
9c5af34205c9
equal deleted inserted replaced
3456:96232974dcdb 3484:645c12de6b0c
58 <table> 58 <table>
59 <tr> 59 <tr>
60 <td><a href="#HgProjectHelper.__init__">HgProjectHelper</a></td> 60 <td><a href="#HgProjectHelper.__init__">HgProjectHelper</a></td>
61 <td>Constructor</td> 61 <td>Constructor</td>
62 </tr><tr> 62 </tr><tr>
63 <td><a href="#HgProjectHelper.__checkActions">__checkActions</a></td>
64 <td>Private slot to set the enabled status of actions.</td>
65 </tr><tr>
63 <td><a href="#HgProjectHelper.__hgAddSubrepository">__hgAddSubrepository</a></td> 66 <td><a href="#HgProjectHelper.__hgAddSubrepository">__hgAddSubrepository</a></td>
64 <td>Private slot used to add a sub-repository.</td> 67 <td>Private slot used to add a sub-repository.</td>
65 </tr><tr> 68 </tr><tr>
66 <td><a href="#HgProjectHelper.__hgArchive">__hgArchive</a></td> 69 <td><a href="#HgProjectHelper.__hgArchive">__hgArchive</a></td>
67 <td>Private slot to create an unversioned archive from the repository.</td> 70 <td>Private slot to create an unversioned archive from the repository.</td>
121 <td>Private slot used to show the heads of the repository.</td> 124 <td>Private slot used to show the heads of the repository.</td>
122 </tr><tr> 125 </tr><tr>
123 <td><a href="#HgProjectHelper.__hgIdentify">__hgIdentify</a></td> 126 <td><a href="#HgProjectHelper.__hgIdentify">__hgIdentify</a></td>
124 <td>Private slot used to identify the project directory.</td> 127 <td>Private slot used to identify the project directory.</td>
125 </tr><tr> 128 </tr><tr>
126 <td><a href="#HgProjectHelper.__hgIdentifyBundle">__hgIdentifyBundle</a></td>
127 <td>Private slot used to identify a changegroup file.</td>
128 </tr><tr>
129 <td><a href="#HgProjectHelper.__hgImport">__hgImport</a></td> 129 <td><a href="#HgProjectHelper.__hgImport">__hgImport</a></td>
130 <td>Private slot used to import a patch file.</td> 130 <td>Private slot used to import a patch file.</td>
131 </tr><tr> 131 </tr><tr>
132 <td><a href="#HgProjectHelper.__hgIncoming">__hgIncoming</a></td> 132 <td><a href="#HgProjectHelper.__hgIncoming">__hgIncoming</a></td>
133 <td>Private slot used to show the log of changes coming into the repository.</td> 133 <td>Private slot used to show the log of changes coming into the repository.</td>
134 </tr><tr> 134 </tr><tr>
135 <td><a href="#HgProjectHelper.__hgLogBrowser">__hgLogBrowser</a></td>
136 <td>Private slot used to browse the log of the current project.</td>
137 </tr><tr>
138 <td><a href="#HgProjectHelper.__hgOutgoing">__hgOutgoing</a></td> 135 <td><a href="#HgProjectHelper.__hgOutgoing">__hgOutgoing</a></td>
139 <td>Private slot used to show the log of changes going out of the repository.</td> 136 <td>Private slot used to show the log of changes going out of the repository.</td>
140 </tr><tr> 137 </tr><tr>
141 <td><a href="#HgProjectHelper.__hgParents">__hgParents</a></td> 138 <td><a href="#HgProjectHelper.__hgParents">__hgParents</a></td>
142 <td>Private slot used to show the parents of the repository.</td> 139 <td>Private slot used to show the parents of the repository.</td>
216 <td><a href="#HgProjectHelper.initMenu">initMenu</a></td> 213 <td><a href="#HgProjectHelper.initMenu">initMenu</a></td>
217 <td>Public method to generate the VCS menu.</td> 214 <td>Public method to generate the VCS menu.</td>
218 </tr><tr> 215 </tr><tr>
219 <td><a href="#HgProjectHelper.setObjects">setObjects</a></td> 216 <td><a href="#HgProjectHelper.setObjects">setObjects</a></td>
220 <td>Public method to set references to the vcs and project objects.</td> 217 <td>Public method to set references to the vcs and project objects.</td>
218 </tr><tr>
219 <td><a href="#HgProjectHelper.showMenu">showMenu</a></td>
220 <td>Public slot called before the vcs menu is shown.</td>
221 </tr><tr> 221 </tr><tr>
222 <td><a href="#HgProjectHelper.shutdown">shutdown</a></td> 222 <td><a href="#HgProjectHelper.shutdown">shutdown</a></td>
223 <td>Public method to perform shutdown actions.</td> 223 <td>Public method to perform shutdown actions.</td>
224 </tr> 224 </tr>
225 </table> 225 </table>
244 parent widget (QWidget) 244 parent widget (QWidget)
245 </dd><dt><i>name</i></dt> 245 </dd><dt><i>name</i></dt>
246 <dd> 246 <dd>
247 name of this object (string) 247 name of this object (string)
248 </dd> 248 </dd>
249 </dl><a NAME="HgProjectHelper.__hgAddSubrepository" ID="HgProjectHelper.__hgAddSubrepository"></a> 249 </dl><a NAME="HgProjectHelper.__checkActions" ID="HgProjectHelper.__checkActions"></a>
250 <h4>HgProjectHelper.__checkActions</h4>
251 <b>__checkActions</b>(<i></i>)
252 <p>
253 Private slot to set the enabled status of actions.
254 </p><a NAME="HgProjectHelper.__hgAddSubrepository" ID="HgProjectHelper.__hgAddSubrepository"></a>
250 <h4>HgProjectHelper.__hgAddSubrepository</h4> 255 <h4>HgProjectHelper.__hgAddSubrepository</h4>
251 <b>__hgAddSubrepository</b>(<i></i>) 256 <b>__hgAddSubrepository</b>(<i></i>)
252 <p> 257 <p>
253 Private slot used to add a sub-repository. 258 Private slot used to add a sub-repository.
254 </p><a NAME="HgProjectHelper.__hgArchive" ID="HgProjectHelper.__hgArchive"></a> 259 </p><a NAME="HgProjectHelper.__hgArchive" ID="HgProjectHelper.__hgArchive"></a>
350 </p><a NAME="HgProjectHelper.__hgIdentify" ID="HgProjectHelper.__hgIdentify"></a> 355 </p><a NAME="HgProjectHelper.__hgIdentify" ID="HgProjectHelper.__hgIdentify"></a>
351 <h4>HgProjectHelper.__hgIdentify</h4> 356 <h4>HgProjectHelper.__hgIdentify</h4>
352 <b>__hgIdentify</b>(<i></i>) 357 <b>__hgIdentify</b>(<i></i>)
353 <p> 358 <p>
354 Private slot used to identify the project directory. 359 Private slot used to identify the project directory.
355 </p><a NAME="HgProjectHelper.__hgIdentifyBundle" ID="HgProjectHelper.__hgIdentifyBundle"></a>
356 <h4>HgProjectHelper.__hgIdentifyBundle</h4>
357 <b>__hgIdentifyBundle</b>(<i></i>)
358 <p>
359 Private slot used to identify a changegroup file.
360 </p><a NAME="HgProjectHelper.__hgImport" ID="HgProjectHelper.__hgImport"></a> 360 </p><a NAME="HgProjectHelper.__hgImport" ID="HgProjectHelper.__hgImport"></a>
361 <h4>HgProjectHelper.__hgImport</h4> 361 <h4>HgProjectHelper.__hgImport</h4>
362 <b>__hgImport</b>(<i></i>) 362 <b>__hgImport</b>(<i></i>)
363 <p> 363 <p>
364 Private slot used to import a patch file. 364 Private slot used to import a patch file.
366 <h4>HgProjectHelper.__hgIncoming</h4> 366 <h4>HgProjectHelper.__hgIncoming</h4>
367 <b>__hgIncoming</b>(<i></i>) 367 <b>__hgIncoming</b>(<i></i>)
368 <p> 368 <p>
369 Private slot used to show the log of changes coming into the 369 Private slot used to show the log of changes coming into the
370 repository. 370 repository.
371 </p><a NAME="HgProjectHelper.__hgLogBrowser" ID="HgProjectHelper.__hgLogBrowser"></a>
372 <h4>HgProjectHelper.__hgLogBrowser</h4>
373 <b>__hgLogBrowser</b>(<i></i>)
374 <p>
375 Private slot used to browse the log of the current project.
376 </p><a NAME="HgProjectHelper.__hgOutgoing" ID="HgProjectHelper.__hgOutgoing"></a> 371 </p><a NAME="HgProjectHelper.__hgOutgoing" ID="HgProjectHelper.__hgOutgoing"></a>
377 <h4>HgProjectHelper.__hgOutgoing</h4> 372 <h4>HgProjectHelper.__hgOutgoing</h4>
378 <b>__hgOutgoing</b>(<i></i>) 373 <b>__hgOutgoing</b>(<i></i>)
379 <p> 374 <p>
380 Private slot used to show the log of changes going out of the 375 Private slot used to show the log of changes going out of the
536 reference to the vcs object 531 reference to the vcs object
537 </dd><dt><i>projectObject</i></dt> 532 </dd><dt><i>projectObject</i></dt>
538 <dd> 533 <dd>
539 reference to the project object 534 reference to the project object
540 </dd> 535 </dd>
541 </dl><a NAME="HgProjectHelper.shutdown" ID="HgProjectHelper.shutdown"></a> 536 </dl><a NAME="HgProjectHelper.showMenu" ID="HgProjectHelper.showMenu"></a>
537 <h4>HgProjectHelper.showMenu</h4>
538 <b>showMenu</b>(<i></i>)
539 <p>
540 Public slot called before the vcs menu is shown.
541 </p><a NAME="HgProjectHelper.shutdown" ID="HgProjectHelper.shutdown"></a>
542 <h4>HgProjectHelper.shutdown</h4> 542 <h4>HgProjectHelper.shutdown</h4>
543 <b>shutdown</b>(<i></i>) 543 <b>shutdown</b>(<i></i>)
544 <p> 544 <p>
545 Public method to perform shutdown actions. 545 Public method to perform shutdown actions.
546 </p> 546 </p>

eric ide

mercurial