Documentation/Source/eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html

changeset 945
8cd4d08fa9f6
parent 440
69ace3e2dcf6
child 1228
7afaf2fca55b
equal deleted inserted replaced
944:1b59c4ba121e 945:8cd4d08fa9f6
145 <td>Slot called before the context menu (multiple selections) is shown.</td> 145 <td>Slot called before the context menu (multiple selections) is shown.</td>
146 </tr> 146 </tr>
147 </table> 147 </table>
148 <a NAME="SvnProjectBrowserHelper.__init__" ID="SvnProjectBrowserHelper.__init__"></a> 148 <a NAME="SvnProjectBrowserHelper.__init__" ID="SvnProjectBrowserHelper.__init__"></a>
149 <h4>SvnProjectBrowserHelper (Constructor)</h4> 149 <h4>SvnProjectBrowserHelper (Constructor)</h4>
150 <b>SvnProjectBrowserHelper</b>(<i>vcsObject, browserObject, projectObject, isTranslationsBrowser, parent = None, name = None</i>) 150 <b>SvnProjectBrowserHelper</b>(<i>vcsObject, browserObject, projectObject, isTranslationsBrowser, parent=None, name=None</i>)
151 <p> 151 <p>
152 Constructor 152 Constructor
153 </p><dl> 153 </p><dl>
154 <dt><i>vcsObject</i></dt> 154 <dt><i>vcsObject</i></dt>
155 <dd> 155 <dd>
211 This gives the chance to enter the revisions to compare. 211 This gives the chance to enter the revisions to compare.
212 </p><a NAME="SvnProjectBrowserHelper.__SVNInfo" ID="SvnProjectBrowserHelper.__SVNInfo"></a> 212 </p><a NAME="SvnProjectBrowserHelper.__SVNInfo" ID="SvnProjectBrowserHelper.__SVNInfo"></a>
213 <h4>SvnProjectBrowserHelper.__SVNInfo</h4> 213 <h4>SvnProjectBrowserHelper.__SVNInfo</h4>
214 <b>__SVNInfo</b>(<i></i>) 214 <b>__SVNInfo</b>(<i></i>)
215 <p> 215 <p>
216 Private slot called by the context menu to show repository information of 216 Private slot called by the context menu to show repository information of
217 a file or directory. 217 a file or directory.
218 </p><a NAME="SvnProjectBrowserHelper.__SVNListProps" ID="SvnProjectBrowserHelper.__SVNListProps"></a> 218 </p><a NAME="SvnProjectBrowserHelper.__SVNListProps" ID="SvnProjectBrowserHelper.__SVNListProps"></a>
219 <h4>SvnProjectBrowserHelper.__SVNListProps</h4> 219 <h4>SvnProjectBrowserHelper.__SVNListProps</h4>
220 <b>__SVNListProps</b>(<i></i>) 220 <b>__SVNListProps</b>(<i></i>)
221 <p> 221 <p>
331 </dd> 331 </dd>
332 </dl><a NAME="SvnProjectBrowserHelper._addVCSMenuMulti" ID="SvnProjectBrowserHelper._addVCSMenuMulti"></a> 332 </dl><a NAME="SvnProjectBrowserHelper._addVCSMenuMulti" ID="SvnProjectBrowserHelper._addVCSMenuMulti"></a>
333 <h4>SvnProjectBrowserHelper._addVCSMenuMulti</h4> 333 <h4>SvnProjectBrowserHelper._addVCSMenuMulti</h4>
334 <b>_addVCSMenuMulti</b>(<i>mainMenu</i>) 334 <b>_addVCSMenuMulti</b>(<i>mainMenu</i>)
335 <p> 335 <p>
336 Protected method used to add the VCS menu for multi selection to all 336 Protected method used to add the VCS menu for multi selection to all
337 project browsers. 337 project browsers.
338 </p><dl> 338 </p><dl>
339 <dt><i>mainMenu</i></dt> 339 <dt><i>mainMenu</i></dt>
340 <dd> 340 <dd>
341 reference to the menu to be amended 341 reference to the menu to be amended
342 </dd> 342 </dd>
343 </dl><a NAME="SvnProjectBrowserHelper.showContextMenu" ID="SvnProjectBrowserHelper.showContextMenu"></a> 343 </dl><a NAME="SvnProjectBrowserHelper.showContextMenu" ID="SvnProjectBrowserHelper.showContextMenu"></a>
344 <h4>SvnProjectBrowserHelper.showContextMenu</h4> 344 <h4>SvnProjectBrowserHelper.showContextMenu</h4>
345 <b>showContextMenu</b>(<i>menu, standardItems</i>) 345 <b>showContextMenu</b>(<i>menu, standardItems</i>)
346 <p> 346 <p>
347 Slot called before the context menu is shown. 347 Slot called before the context menu is shown.
348 </p><p> 348 </p><p>
349 It enables/disables the VCS menu entries depending on the overall 349 It enables/disables the VCS menu entries depending on the overall
350 VCS status and the file status. 350 VCS status and the file status.
351 </p><dl> 351 </p><dl>
352 <dt><i>menu</i></dt> 352 <dt><i>menu</i></dt>
353 <dd> 353 <dd>
354 reference to the menu to be shown 354 reference to the menu to be shown
359 </dd> 359 </dd>
360 </dl><a NAME="SvnProjectBrowserHelper.showContextMenuDir" ID="SvnProjectBrowserHelper.showContextMenuDir"></a> 360 </dl><a NAME="SvnProjectBrowserHelper.showContextMenuDir" ID="SvnProjectBrowserHelper.showContextMenuDir"></a>
361 <h4>SvnProjectBrowserHelper.showContextMenuDir</h4> 361 <h4>SvnProjectBrowserHelper.showContextMenuDir</h4>
362 <b>showContextMenuDir</b>(<i>menu, standardItems</i>) 362 <b>showContextMenuDir</b>(<i>menu, standardItems</i>)
363 <p> 363 <p>
364 Slot called before the context menu is shown. 364 Slot called before the context menu is shown.
365 </p><p> 365 </p><p>
366 It enables/disables the VCS menu entries depending on the overall 366 It enables/disables the VCS menu entries depending on the overall
367 VCS status and the directory status. 367 VCS status and the directory status.
368 </p><dl> 368 </p><dl>
369 <dt><i>menu</i></dt> 369 <dt><i>menu</i></dt>
370 <dd> 370 <dd>
371 reference to the menu to be shown 371 reference to the menu to be shown
376 </dd> 376 </dd>
377 </dl><a NAME="SvnProjectBrowserHelper.showContextMenuDirMulti" ID="SvnProjectBrowserHelper.showContextMenuDirMulti"></a> 377 </dl><a NAME="SvnProjectBrowserHelper.showContextMenuDirMulti" ID="SvnProjectBrowserHelper.showContextMenuDirMulti"></a>
378 <h4>SvnProjectBrowserHelper.showContextMenuDirMulti</h4> 378 <h4>SvnProjectBrowserHelper.showContextMenuDirMulti</h4>
379 <b>showContextMenuDirMulti</b>(<i>menu, standardItems</i>) 379 <b>showContextMenuDirMulti</b>(<i>menu, standardItems</i>)
380 <p> 380 <p>
381 Slot called before the context menu is shown. 381 Slot called before the context menu is shown.
382 </p><p> 382 </p><p>
383 It enables/disables the VCS menu entries depending on the overall 383 It enables/disables the VCS menu entries depending on the overall
384 VCS status and the directory status. 384 VCS status and the directory status.
385 </p><dl> 385 </p><dl>
386 <dt><i>menu</i></dt> 386 <dt><i>menu</i></dt>
387 <dd> 387 <dd>
388 reference to the menu to be shown 388 reference to the menu to be shown
393 </dd> 393 </dd>
394 </dl><a NAME="SvnProjectBrowserHelper.showContextMenuMulti" ID="SvnProjectBrowserHelper.showContextMenuMulti"></a> 394 </dl><a NAME="SvnProjectBrowserHelper.showContextMenuMulti" ID="SvnProjectBrowserHelper.showContextMenuMulti"></a>
395 <h4>SvnProjectBrowserHelper.showContextMenuMulti</h4> 395 <h4>SvnProjectBrowserHelper.showContextMenuMulti</h4>
396 <b>showContextMenuMulti</b>(<i>menu, standardItems</i>) 396 <b>showContextMenuMulti</b>(<i>menu, standardItems</i>)
397 <p> 397 <p>
398 Slot called before the context menu (multiple selections) is shown. 398 Slot called before the context menu (multiple selections) is shown.
399 </p><p> 399 </p><p>
400 It enables/disables the VCS menu entries depending on the overall 400 It enables/disables the VCS menu entries depending on the overall
401 VCS status and the files status. 401 VCS status and the files status.
402 </p><dl> 402 </p><dl>
403 <dt><i>menu</i></dt> 403 <dt><i>menu</i></dt>
404 <dd> 404 <dd>
405 reference to the menu to be shown 405 reference to the menu to be shown

eric ide

mercurial