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

changeset 3591
2f2a4a76dd22
parent 3349
2a034a7f1f54
equal deleted inserted replaced
3590:5280e37405b8 3591:2f2a4a76dd22
131 </tr><tr> 131 </tr><tr>
132 <td><a href="#SvnProjectBrowserHelper._addVCSMenuMulti">_addVCSMenuMulti</a></td> 132 <td><a href="#SvnProjectBrowserHelper._addVCSMenuMulti">_addVCSMenuMulti</a></td>
133 <td>Protected method used to add the VCS menu for multi selection to all project browsers.</td> 133 <td>Protected method used to add the VCS menu for multi selection to all project browsers.</td>
134 </tr><tr> 134 </tr><tr>
135 <td><a href="#SvnProjectBrowserHelper.showContextMenu">showContextMenu</a></td> 135 <td><a href="#SvnProjectBrowserHelper.showContextMenu">showContextMenu</a></td>
136 <td>Slot called before the context menu is shown.</td> 136 <td>Public slot called before the context menu is shown.</td>
137 </tr><tr> 137 </tr><tr>
138 <td><a href="#SvnProjectBrowserHelper.showContextMenuDir">showContextMenuDir</a></td> 138 <td><a href="#SvnProjectBrowserHelper.showContextMenuDir">showContextMenuDir</a></td>
139 <td>Slot called before the context menu is shown.</td> 139 <td>Public slot called before the context menu is shown.</td>
140 </tr><tr> 140 </tr><tr>
141 <td><a href="#SvnProjectBrowserHelper.showContextMenuDirMulti">showContextMenuDirMulti</a></td> 141 <td><a href="#SvnProjectBrowserHelper.showContextMenuDirMulti">showContextMenuDirMulti</a></td>
142 <td>Slot called before the context menu is shown.</td> 142 <td>Public slot called before the context menu is shown.</td>
143 </tr><tr> 143 </tr><tr>
144 <td><a href="#SvnProjectBrowserHelper.showContextMenuMulti">showContextMenuMulti</a></td> 144 <td><a href="#SvnProjectBrowserHelper.showContextMenuMulti">showContextMenuMulti</a></td>
145 <td>Slot called before the context menu (multiple selections) is shown.</td> 145 <td>Public slot called before the context menu (multiple selections) is shown.</td>
146 </tr> 146 </tr>
147 </table> 147 </table>
148 <h3>Static Methods</h3> 148 <h3>Static Methods</h3>
149 <table> 149 <table>
150 <tr><td>None</td></tr> 150 <tr><td>None</td></tr>
351 </dd> 351 </dd>
352 </dl><a NAME="SvnProjectBrowserHelper.showContextMenu" ID="SvnProjectBrowserHelper.showContextMenu"></a> 352 </dl><a NAME="SvnProjectBrowserHelper.showContextMenu" ID="SvnProjectBrowserHelper.showContextMenu"></a>
353 <h4>SvnProjectBrowserHelper.showContextMenu</h4> 353 <h4>SvnProjectBrowserHelper.showContextMenu</h4>
354 <b>showContextMenu</b>(<i>menu, standardItems</i>) 354 <b>showContextMenu</b>(<i>menu, standardItems</i>)
355 <p> 355 <p>
356 Slot called before the context menu is shown. 356 Public slot called before the context menu is shown.
357 </p><p> 357 </p><p>
358 It enables/disables the VCS menu entries depending on the overall 358 It enables/disables the VCS menu entries depending on the overall
359 VCS status and the file status. 359 VCS status and the file status.
360 </p><dl> 360 </p><dl>
361 <dt><i>menu</i></dt> 361 <dt><i>menu</i></dt>
368 </dd> 368 </dd>
369 </dl><a NAME="SvnProjectBrowserHelper.showContextMenuDir" ID="SvnProjectBrowserHelper.showContextMenuDir"></a> 369 </dl><a NAME="SvnProjectBrowserHelper.showContextMenuDir" ID="SvnProjectBrowserHelper.showContextMenuDir"></a>
370 <h4>SvnProjectBrowserHelper.showContextMenuDir</h4> 370 <h4>SvnProjectBrowserHelper.showContextMenuDir</h4>
371 <b>showContextMenuDir</b>(<i>menu, standardItems</i>) 371 <b>showContextMenuDir</b>(<i>menu, standardItems</i>)
372 <p> 372 <p>
373 Slot called before the context menu is shown. 373 Public slot called before the context menu is shown.
374 </p><p> 374 </p><p>
375 It enables/disables the VCS menu entries depending on the overall 375 It enables/disables the VCS menu entries depending on the overall
376 VCS status and the directory status. 376 VCS status and the directory status.
377 </p><dl> 377 </p><dl>
378 <dt><i>menu</i></dt> 378 <dt><i>menu</i></dt>
385 </dd> 385 </dd>
386 </dl><a NAME="SvnProjectBrowserHelper.showContextMenuDirMulti" ID="SvnProjectBrowserHelper.showContextMenuDirMulti"></a> 386 </dl><a NAME="SvnProjectBrowserHelper.showContextMenuDirMulti" ID="SvnProjectBrowserHelper.showContextMenuDirMulti"></a>
387 <h4>SvnProjectBrowserHelper.showContextMenuDirMulti</h4> 387 <h4>SvnProjectBrowserHelper.showContextMenuDirMulti</h4>
388 <b>showContextMenuDirMulti</b>(<i>menu, standardItems</i>) 388 <b>showContextMenuDirMulti</b>(<i>menu, standardItems</i>)
389 <p> 389 <p>
390 Slot called before the context menu is shown. 390 Public slot called before the context menu is shown.
391 </p><p> 391 </p><p>
392 It enables/disables the VCS menu entries depending on the overall 392 It enables/disables the VCS menu entries depending on the overall
393 VCS status and the directory status. 393 VCS status and the directory status.
394 </p><dl> 394 </p><dl>
395 <dt><i>menu</i></dt> 395 <dt><i>menu</i></dt>
402 </dd> 402 </dd>
403 </dl><a NAME="SvnProjectBrowserHelper.showContextMenuMulti" ID="SvnProjectBrowserHelper.showContextMenuMulti"></a> 403 </dl><a NAME="SvnProjectBrowserHelper.showContextMenuMulti" ID="SvnProjectBrowserHelper.showContextMenuMulti"></a>
404 <h4>SvnProjectBrowserHelper.showContextMenuMulti</h4> 404 <h4>SvnProjectBrowserHelper.showContextMenuMulti</h4>
405 <b>showContextMenuMulti</b>(<i>menu, standardItems</i>) 405 <b>showContextMenuMulti</b>(<i>menu, standardItems</i>)
406 <p> 406 <p>
407 Slot called before the context menu (multiple selections) is shown. 407 Public slot called before the context menu (multiple selections) is
408 shown.
408 </p><p> 409 </p><p>
409 It enables/disables the VCS menu entries depending on the overall 410 It enables/disables the VCS menu entries depending on the overall
410 VCS status and the files status. 411 VCS status and the files status.
411 </p><dl> 412 </p><dl>
412 <dt><i>menu</i></dt> 413 <dt><i>menu</i></dt>

eric ide

mercurial