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

changeset 945
8cd4d08fa9f6
parent 440
69ace3e2dcf6
child 1228
7afaf2fca55b
equal deleted inserted replaced
944:1b59c4ba121e 945:8cd4d08fa9f6
142 <td>Slot called before the context menu (multiple selections) is shown.</td> 142 <td>Slot called before the context menu (multiple selections) is shown.</td>
143 </tr> 143 </tr>
144 </table> 144 </table>
145 <a NAME="SvnProjectBrowserHelper.__init__" ID="SvnProjectBrowserHelper.__init__"></a> 145 <a NAME="SvnProjectBrowserHelper.__init__" ID="SvnProjectBrowserHelper.__init__"></a>
146 <h4>SvnProjectBrowserHelper (Constructor)</h4> 146 <h4>SvnProjectBrowserHelper (Constructor)</h4>
147 <b>SvnProjectBrowserHelper</b>(<i>vcsObject, browserObject, projectObject, isTranslationsBrowser, parent = None, name = None</i>) 147 <b>SvnProjectBrowserHelper</b>(<i>vcsObject, browserObject, projectObject, isTranslationsBrowser, parent=None, name=None</i>)
148 <p> 148 <p>
149 Constructor 149 Constructor
150 </p><dl> 150 </p><dl>
151 <dt><i>vcsObject</i></dt> 151 <dt><i>vcsObject</i></dt>
152 <dd> 152 <dd>
322 </dd> 322 </dd>
323 </dl><a NAME="SvnProjectBrowserHelper._addVCSMenuMulti" ID="SvnProjectBrowserHelper._addVCSMenuMulti"></a> 323 </dl><a NAME="SvnProjectBrowserHelper._addVCSMenuMulti" ID="SvnProjectBrowserHelper._addVCSMenuMulti"></a>
324 <h4>SvnProjectBrowserHelper._addVCSMenuMulti</h4> 324 <h4>SvnProjectBrowserHelper._addVCSMenuMulti</h4>
325 <b>_addVCSMenuMulti</b>(<i>mainMenu</i>) 325 <b>_addVCSMenuMulti</b>(<i>mainMenu</i>)
326 <p> 326 <p>
327 Protected method used to add the VCS menu for multi selection to all 327 Protected method used to add the VCS menu for multi selection to all
328 project browsers. 328 project browsers.
329 </p><dl> 329 </p><dl>
330 <dt><i>mainMenu</i></dt> 330 <dt><i>mainMenu</i></dt>
331 <dd> 331 <dd>
332 reference to the menu to be amended 332 reference to the menu to be amended
333 </dd> 333 </dd>
334 </dl><a NAME="SvnProjectBrowserHelper.showContextMenu" ID="SvnProjectBrowserHelper.showContextMenu"></a> 334 </dl><a NAME="SvnProjectBrowserHelper.showContextMenu" ID="SvnProjectBrowserHelper.showContextMenu"></a>
335 <h4>SvnProjectBrowserHelper.showContextMenu</h4> 335 <h4>SvnProjectBrowserHelper.showContextMenu</h4>
336 <b>showContextMenu</b>(<i>menu, standardItems</i>) 336 <b>showContextMenu</b>(<i>menu, standardItems</i>)
337 <p> 337 <p>
338 Slot called before the context menu is shown. 338 Slot called before the context menu is shown.
339 </p><p> 339 </p><p>
340 It enables/disables the VCS menu entries depending on the overall 340 It enables/disables the VCS menu entries depending on the overall
341 VCS status and the file status. 341 VCS status and the file status.
342 </p><dl> 342 </p><dl>
343 <dt><i>menu</i></dt> 343 <dt><i>menu</i></dt>
344 <dd> 344 <dd>
345 reference to the menu to be shown 345 reference to the menu to be shown
350 </dd> 350 </dd>
351 </dl><a NAME="SvnProjectBrowserHelper.showContextMenuDir" ID="SvnProjectBrowserHelper.showContextMenuDir"></a> 351 </dl><a NAME="SvnProjectBrowserHelper.showContextMenuDir" ID="SvnProjectBrowserHelper.showContextMenuDir"></a>
352 <h4>SvnProjectBrowserHelper.showContextMenuDir</h4> 352 <h4>SvnProjectBrowserHelper.showContextMenuDir</h4>
353 <b>showContextMenuDir</b>(<i>menu, standardItems</i>) 353 <b>showContextMenuDir</b>(<i>menu, standardItems</i>)
354 <p> 354 <p>
355 Slot called before the context menu is shown. 355 Slot called before the context menu is shown.
356 </p><p> 356 </p><p>
357 It enables/disables the VCS menu entries depending on the overall 357 It enables/disables the VCS menu entries depending on the overall
358 VCS status and the directory status. 358 VCS status and the directory status.
359 </p><dl> 359 </p><dl>
360 <dt><i>menu</i></dt> 360 <dt><i>menu</i></dt>
361 <dd> 361 <dd>
362 reference to the menu to be shown 362 reference to the menu to be shown
367 </dd> 367 </dd>
368 </dl><a NAME="SvnProjectBrowserHelper.showContextMenuDirMulti" ID="SvnProjectBrowserHelper.showContextMenuDirMulti"></a> 368 </dl><a NAME="SvnProjectBrowserHelper.showContextMenuDirMulti" ID="SvnProjectBrowserHelper.showContextMenuDirMulti"></a>
369 <h4>SvnProjectBrowserHelper.showContextMenuDirMulti</h4> 369 <h4>SvnProjectBrowserHelper.showContextMenuDirMulti</h4>
370 <b>showContextMenuDirMulti</b>(<i>menu, standardItems</i>) 370 <b>showContextMenuDirMulti</b>(<i>menu, standardItems</i>)
371 <p> 371 <p>
372 Slot called before the context menu is shown. 372 Slot called before the context menu is shown.
373 </p><p> 373 </p><p>
374 It enables/disables the VCS menu entries depending on the overall 374 It enables/disables the VCS menu entries depending on the overall
375 VCS status and the directory status. 375 VCS status and the directory status.
376 </p><dl> 376 </p><dl>
377 <dt><i>menu</i></dt> 377 <dt><i>menu</i></dt>
378 <dd> 378 <dd>
379 reference to the menu to be shown 379 reference to the menu to be shown
384 </dd> 384 </dd>
385 </dl><a NAME="SvnProjectBrowserHelper.showContextMenuMulti" ID="SvnProjectBrowserHelper.showContextMenuMulti"></a> 385 </dl><a NAME="SvnProjectBrowserHelper.showContextMenuMulti" ID="SvnProjectBrowserHelper.showContextMenuMulti"></a>
386 <h4>SvnProjectBrowserHelper.showContextMenuMulti</h4> 386 <h4>SvnProjectBrowserHelper.showContextMenuMulti</h4>
387 <b>showContextMenuMulti</b>(<i>menu, standardItems</i>) 387 <b>showContextMenuMulti</b>(<i>menu, standardItems</i>)
388 <p> 388 <p>
389 Slot called before the context menu (multiple selections) is shown. 389 Slot called before the context menu (multiple selections) is shown.
390 </p><p> 390 </p><p>
391 It enables/disables the VCS menu entries depending on the overall 391 It enables/disables the VCS menu entries depending on the overall
392 VCS status and the files status. 392 VCS status and the files status.
393 </p><dl> 393 </p><dl>
394 <dt><i>menu</i></dt> 394 <dt><i>menu</i></dt>
395 <dd> 395 <dd>
396 reference to the menu to be shown 396 reference to the menu to be shown

eric ide

mercurial