src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html

branch
eric7
changeset 10479
856476537696
parent 10438
4cd7e5a8b3cf
child 10684
58c7f23ae1cb
equal deleted inserted replaced
10478:de9106c55c3d 10479:856476537696
5 <link rel="stylesheet" href="styles.css"> 5 <link rel="stylesheet" href="styles.css">
6 </head> 6 </head>
7 <body> 7 <body>
8 <a NAME="top" ID="top"></a> 8 <a NAME="top" ID="top"></a>
9 <h1>eric7.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper</h1> 9 <h1>eric7.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper</h1>
10
11 <p> 10 <p>
12 Module implementing the VCS project browser helper for subversion. 11 Module implementing the VCS project browser helper for subversion.
13 </p> 12 </p>
13
14 <h3>Global Attributes</h3> 14 <h3>Global Attributes</h3>
15
16 <table> 15 <table>
17 <tr><td>None</td></tr> 16 <tr><td>None</td></tr>
18 </table> 17 </table>
18
19 <h3>Classes</h3> 19 <h3>Classes</h3>
20 20 <table>
21 <table>
22
23 <tr> 21 <tr>
24 <td><a href="#SvnProjectBrowserHelper">SvnProjectBrowserHelper</a></td> 22 <td><a href="#SvnProjectBrowserHelper">SvnProjectBrowserHelper</a></td>
25 <td>Class implementing the VCS project browser helper for subversion.</td> 23 <td>Class implementing the VCS project browser helper for subversion.</td>
26 </tr> 24 </tr>
27 </table> 25 </table>
26
28 <h3>Functions</h3> 27 <h3>Functions</h3>
29
30 <table> 28 <table>
31 <tr><td>None</td></tr> 29 <tr><td>None</td></tr>
32 </table> 30 </table>
31
33 <hr /> 32 <hr />
34 <hr /> 33 <hr />
35 <a NAME="SvnProjectBrowserHelper" ID="SvnProjectBrowserHelper"></a> 34 <a NAME="SvnProjectBrowserHelper" ID="SvnProjectBrowserHelper"></a>
36 <h2>SvnProjectBrowserHelper</h2> 35 <h2>SvnProjectBrowserHelper</h2>
37
38 <p> 36 <p>
39 Class implementing the VCS project browser helper for subversion. 37 Class implementing the VCS project browser helper for subversion.
40 </p> 38 </p>
39
41 <h3>Derived from</h3> 40 <h3>Derived from</h3>
42 VcsProjectBrowserHelper 41 VcsProjectBrowserHelper
43 <h3>Class Attributes</h3> 42 <h3>Class Attributes</h3>
44
45 <table> 43 <table>
46 <tr><td>None</td></tr> 44 <tr><td>None</td></tr>
47 </table> 45 </table>
46
48 <h3>Class Methods</h3> 47 <h3>Class Methods</h3>
49
50 <table> 48 <table>
51 <tr><td>None</td></tr> 49 <tr><td>None</td></tr>
52 </table> 50 </table>
51
53 <h3>Methods</h3> 52 <h3>Methods</h3>
54 53 <table>
55 <table>
56
57 <tr> 54 <tr>
58 <td><a href="#SvnProjectBrowserHelper.__init__">SvnProjectBrowserHelper</a></td> 55 <td><a href="#SvnProjectBrowserHelper.__init__">SvnProjectBrowserHelper</a></td>
59 <td>Constructor</td> 56 <td>Constructor</td>
60 </tr> 57 </tr>
61 <tr> 58 <tr>
173 <tr> 170 <tr>
174 <td><a href="#SvnProjectBrowserHelper.showContextMenuMulti">showContextMenuMulti</a></td> 171 <td><a href="#SvnProjectBrowserHelper.showContextMenuMulti">showContextMenuMulti</a></td>
175 <td>Public slot called before the context menu (multiple selections) is shown.</td> 172 <td>Public slot called before the context menu (multiple selections) is shown.</td>
176 </tr> 173 </tr>
177 </table> 174 </table>
175
178 <h3>Static Methods</h3> 176 <h3>Static Methods</h3>
179
180 <table> 177 <table>
181 <tr><td>None</td></tr> 178 <tr><td>None</td></tr>
182 </table> 179 </table>
180
183 181
184 <a NAME="SvnProjectBrowserHelper.__init__" ID="SvnProjectBrowserHelper.__init__"></a> 182 <a NAME="SvnProjectBrowserHelper.__init__" ID="SvnProjectBrowserHelper.__init__"></a>
185 <h4>SvnProjectBrowserHelper (Constructor)</h4> 183 <h4>SvnProjectBrowserHelper (Constructor)</h4>
186 <b>SvnProjectBrowserHelper</b>(<i>vcsObject, browserObject, projectObject, isTranslationsBrowser, parent=None, name=None, </i>) 184 <b>SvnProjectBrowserHelper</b>(<i>vcsObject, browserObject, projectObject, isTranslationsBrowser, parent=None, name=None, </i>)
187
188 <p> 185 <p>
189 Constructor 186 Constructor
190 </p> 187 </p>
188
191 <dl> 189 <dl>
192 190
193 <dt><i>vcsObject</i> (Subversion)</dt> 191 <dt><i>vcsObject</i> (Subversion)</dt>
194 <dd> 192 <dd>
195 reference to the vcs object 193 reference to the vcs object
217 </dd> 215 </dd>
218 </dl> 216 </dl>
219 <a NAME="SvnProjectBrowserHelper.__SVNAddToChangelist" ID="SvnProjectBrowserHelper.__SVNAddToChangelist"></a> 217 <a NAME="SvnProjectBrowserHelper.__SVNAddToChangelist" ID="SvnProjectBrowserHelper.__SVNAddToChangelist"></a>
220 <h4>SvnProjectBrowserHelper.__SVNAddToChangelist</h4> 218 <h4>SvnProjectBrowserHelper.__SVNAddToChangelist</h4>
221 <b>__SVNAddToChangelist</b>(<i></i>) 219 <b>__SVNAddToChangelist</b>(<i></i>)
222
223 <p> 220 <p>
224 Private slot called by the context menu to add files to a changelist. 221 Private slot called by the context menu to add files to a changelist.
225 </p> 222 </p>
223
226 <a NAME="SvnProjectBrowserHelper.__SVNBlame" ID="SvnProjectBrowserHelper.__SVNBlame"></a> 224 <a NAME="SvnProjectBrowserHelper.__SVNBlame" ID="SvnProjectBrowserHelper.__SVNBlame"></a>
227 <h4>SvnProjectBrowserHelper.__SVNBlame</h4> 225 <h4>SvnProjectBrowserHelper.__SVNBlame</h4>
228 <b>__SVNBlame</b>(<i></i>) 226 <b>__SVNBlame</b>(<i></i>)
229
230 <p> 227 <p>
231 Private slot called by the context menu to show the blame of a file. 228 Private slot called by the context menu to show the blame of a file.
232 </p> 229 </p>
230
233 <a NAME="SvnProjectBrowserHelper.__SVNBreakLock" ID="SvnProjectBrowserHelper.__SVNBreakLock"></a> 231 <a NAME="SvnProjectBrowserHelper.__SVNBreakLock" ID="SvnProjectBrowserHelper.__SVNBreakLock"></a>
234 <h4>SvnProjectBrowserHelper.__SVNBreakLock</h4> 232 <h4>SvnProjectBrowserHelper.__SVNBreakLock</h4>
235 <b>__SVNBreakLock</b>(<i></i>) 233 <b>__SVNBreakLock</b>(<i></i>)
236
237 <p> 234 <p>
238 Private slot called by the context menu to break lock files in the 235 Private slot called by the context menu to break lock files in the
239 repository. 236 repository.
240 </p> 237 </p>
238
241 <a NAME="SvnProjectBrowserHelper.__SVNConfigure" ID="SvnProjectBrowserHelper.__SVNConfigure"></a> 239 <a NAME="SvnProjectBrowserHelper.__SVNConfigure" ID="SvnProjectBrowserHelper.__SVNConfigure"></a>
242 <h4>SvnProjectBrowserHelper.__SVNConfigure</h4> 240 <h4>SvnProjectBrowserHelper.__SVNConfigure</h4>
243 <b>__SVNConfigure</b>(<i></i>) 241 <b>__SVNConfigure</b>(<i></i>)
244
245 <p> 242 <p>
246 Private method to open the configuration dialog. 243 Private method to open the configuration dialog.
247 </p> 244 </p>
245
248 <a NAME="SvnProjectBrowserHelper.__SVNCopy" ID="SvnProjectBrowserHelper.__SVNCopy"></a> 246 <a NAME="SvnProjectBrowserHelper.__SVNCopy" ID="SvnProjectBrowserHelper.__SVNCopy"></a>
249 <h4>SvnProjectBrowserHelper.__SVNCopy</h4> 247 <h4>SvnProjectBrowserHelper.__SVNCopy</h4>
250 <b>__SVNCopy</b>(<i></i>) 248 <b>__SVNCopy</b>(<i></i>)
251
252 <p> 249 <p>
253 Private slot called by the context menu to copy the selected file. 250 Private slot called by the context menu to copy the selected file.
254 </p> 251 </p>
252
255 <a NAME="SvnProjectBrowserHelper.__SVNDelProp" ID="SvnProjectBrowserHelper.__SVNDelProp"></a> 253 <a NAME="SvnProjectBrowserHelper.__SVNDelProp" ID="SvnProjectBrowserHelper.__SVNDelProp"></a>
256 <h4>SvnProjectBrowserHelper.__SVNDelProp</h4> 254 <h4>SvnProjectBrowserHelper.__SVNDelProp</h4>
257 <b>__SVNDelProp</b>(<i></i>) 255 <b>__SVNDelProp</b>(<i></i>)
258
259 <p> 256 <p>
260 Private slot called by the context menu to delete a subversion 257 Private slot called by the context menu to delete a subversion
261 property of a file. 258 property of a file.
262 </p> 259 </p>
260
263 <a NAME="SvnProjectBrowserHelper.__SVNExtendedDiff" ID="SvnProjectBrowserHelper.__SVNExtendedDiff"></a> 261 <a NAME="SvnProjectBrowserHelper.__SVNExtendedDiff" ID="SvnProjectBrowserHelper.__SVNExtendedDiff"></a>
264 <h4>SvnProjectBrowserHelper.__SVNExtendedDiff</h4> 262 <h4>SvnProjectBrowserHelper.__SVNExtendedDiff</h4>
265 <b>__SVNExtendedDiff</b>(<i></i>) 263 <b>__SVNExtendedDiff</b>(<i></i>)
266
267 <p> 264 <p>
268 Private slot called by the context menu to show the difference of a 265 Private slot called by the context menu to show the difference of a
269 file to the repository. 266 file to the repository.
270 </p> 267 </p>
271 <p> 268 <p>
272 This gives the chance to enter the revisions to compare. 269 This gives the chance to enter the revisions to compare.
273 </p> 270 </p>
271
274 <a NAME="SvnProjectBrowserHelper.__SVNInfo" ID="SvnProjectBrowserHelper.__SVNInfo"></a> 272 <a NAME="SvnProjectBrowserHelper.__SVNInfo" ID="SvnProjectBrowserHelper.__SVNInfo"></a>
275 <h4>SvnProjectBrowserHelper.__SVNInfo</h4> 273 <h4>SvnProjectBrowserHelper.__SVNInfo</h4>
276 <b>__SVNInfo</b>(<i></i>) 274 <b>__SVNInfo</b>(<i></i>)
277
278 <p> 275 <p>
279 Private slot called by the context menu to show repository information 276 Private slot called by the context menu to show repository information
280 of a file or directory. 277 of a file or directory.
281 </p> 278 </p>
279
282 <a NAME="SvnProjectBrowserHelper.__SVNListProps" ID="SvnProjectBrowserHelper.__SVNListProps"></a> 280 <a NAME="SvnProjectBrowserHelper.__SVNListProps" ID="SvnProjectBrowserHelper.__SVNListProps"></a>
283 <h4>SvnProjectBrowserHelper.__SVNListProps</h4> 281 <h4>SvnProjectBrowserHelper.__SVNListProps</h4>
284 <b>__SVNListProps</b>(<i></i>) 282 <b>__SVNListProps</b>(<i></i>)
285
286 <p> 283 <p>
287 Private slot called by the context menu to list the subversion 284 Private slot called by the context menu to list the subversion
288 properties of a file. 285 properties of a file.
289 </p> 286 </p>
287
290 <a NAME="SvnProjectBrowserHelper.__SVNLock" ID="SvnProjectBrowserHelper.__SVNLock"></a> 288 <a NAME="SvnProjectBrowserHelper.__SVNLock" ID="SvnProjectBrowserHelper.__SVNLock"></a>
291 <h4>SvnProjectBrowserHelper.__SVNLock</h4> 289 <h4>SvnProjectBrowserHelper.__SVNLock</h4>
292 <b>__SVNLock</b>(<i></i>) 290 <b>__SVNLock</b>(<i></i>)
293
294 <p> 291 <p>
295 Private slot called by the context menu to lock files in the 292 Private slot called by the context menu to lock files in the
296 repository. 293 repository.
297 </p> 294 </p>
295
298 <a NAME="SvnProjectBrowserHelper.__SVNMove" ID="SvnProjectBrowserHelper.__SVNMove"></a> 296 <a NAME="SvnProjectBrowserHelper.__SVNMove" ID="SvnProjectBrowserHelper.__SVNMove"></a>
299 <h4>SvnProjectBrowserHelper.__SVNMove</h4> 297 <h4>SvnProjectBrowserHelper.__SVNMove</h4>
300 <b>__SVNMove</b>(<i></i>) 298 <b>__SVNMove</b>(<i></i>)
301
302 <p> 299 <p>
303 Private slot called by the context menu to move the selected file. 300 Private slot called by the context menu to move the selected file.
304 </p> 301 </p>
302
305 <a NAME="SvnProjectBrowserHelper.__SVNRemoveFromChangelist" ID="SvnProjectBrowserHelper.__SVNRemoveFromChangelist"></a> 303 <a NAME="SvnProjectBrowserHelper.__SVNRemoveFromChangelist" ID="SvnProjectBrowserHelper.__SVNRemoveFromChangelist"></a>
306 <h4>SvnProjectBrowserHelper.__SVNRemoveFromChangelist</h4> 304 <h4>SvnProjectBrowserHelper.__SVNRemoveFromChangelist</h4>
307 <b>__SVNRemoveFromChangelist</b>(<i></i>) 305 <b>__SVNRemoveFromChangelist</b>(<i></i>)
308
309 <p> 306 <p>
310 Private slot called by the context menu to remove files from their 307 Private slot called by the context menu to remove files from their
311 changelist. 308 changelist.
312 </p> 309 </p>
310
313 <a NAME="SvnProjectBrowserHelper.__SVNResolve" ID="SvnProjectBrowserHelper.__SVNResolve"></a> 311 <a NAME="SvnProjectBrowserHelper.__SVNResolve" ID="SvnProjectBrowserHelper.__SVNResolve"></a>
314 <h4>SvnProjectBrowserHelper.__SVNResolve</h4> 312 <h4>SvnProjectBrowserHelper.__SVNResolve</h4>
315 <b>__SVNResolve</b>(<i></i>) 313 <b>__SVNResolve</b>(<i></i>)
316
317 <p> 314 <p>
318 Private slot called by the context menu to resolve conflicts of a file. 315 Private slot called by the context menu to resolve conflicts of a file.
319 </p> 316 </p>
317
320 <a NAME="SvnProjectBrowserHelper.__SVNSbsDiff" ID="SvnProjectBrowserHelper.__SVNSbsDiff"></a> 318 <a NAME="SvnProjectBrowserHelper.__SVNSbsDiff" ID="SvnProjectBrowserHelper.__SVNSbsDiff"></a>
321 <h4>SvnProjectBrowserHelper.__SVNSbsDiff</h4> 319 <h4>SvnProjectBrowserHelper.__SVNSbsDiff</h4>
322 <b>__SVNSbsDiff</b>(<i></i>) 320 <b>__SVNSbsDiff</b>(<i></i>)
323
324 <p> 321 <p>
325 Private slot called by the context menu to show the difference of a 322 Private slot called by the context menu to show the difference of a
326 file to the repository side-by-side. 323 file to the repository side-by-side.
327 </p> 324 </p>
325
328 <a NAME="SvnProjectBrowserHelper.__SVNSbsExtendedDiff" ID="SvnProjectBrowserHelper.__SVNSbsExtendedDiff"></a> 326 <a NAME="SvnProjectBrowserHelper.__SVNSbsExtendedDiff" ID="SvnProjectBrowserHelper.__SVNSbsExtendedDiff"></a>
329 <h4>SvnProjectBrowserHelper.__SVNSbsExtendedDiff</h4> 327 <h4>SvnProjectBrowserHelper.__SVNSbsExtendedDiff</h4>
330 <b>__SVNSbsExtendedDiff</b>(<i></i>) 328 <b>__SVNSbsExtendedDiff</b>(<i></i>)
331
332 <p> 329 <p>
333 Private slot called by the context menu to show the difference of a 330 Private slot called by the context menu to show the difference of a
334 file to the repository side-by-side. 331 file to the repository side-by-side.
335 </p> 332 </p>
336 <p> 333 <p>
337 It allows the selection of revisions to compare. 334 It allows the selection of revisions to compare.
338 </p> 335 </p>
336
339 <a NAME="SvnProjectBrowserHelper.__SVNSetProp" ID="SvnProjectBrowserHelper.__SVNSetProp"></a> 337 <a NAME="SvnProjectBrowserHelper.__SVNSetProp" ID="SvnProjectBrowserHelper.__SVNSetProp"></a>
340 <h4>SvnProjectBrowserHelper.__SVNSetProp</h4> 338 <h4>SvnProjectBrowserHelper.__SVNSetProp</h4>
341 <b>__SVNSetProp</b>(<i></i>) 339 <b>__SVNSetProp</b>(<i></i>)
342
343 <p> 340 <p>
344 Private slot called by the context menu to set a subversion 341 Private slot called by the context menu to set a subversion
345 property of a file. 342 property of a file.
346 </p> 343 </p>
344
347 <a NAME="SvnProjectBrowserHelper.__SVNStealLock" ID="SvnProjectBrowserHelper.__SVNStealLock"></a> 345 <a NAME="SvnProjectBrowserHelper.__SVNStealLock" ID="SvnProjectBrowserHelper.__SVNStealLock"></a>
348 <h4>SvnProjectBrowserHelper.__SVNStealLock</h4> 346 <h4>SvnProjectBrowserHelper.__SVNStealLock</h4>
349 <b>__SVNStealLock</b>(<i></i>) 347 <b>__SVNStealLock</b>(<i></i>)
350
351 <p> 348 <p>
352 Private slot called by the context menu to steal lock files in the 349 Private slot called by the context menu to steal lock files in the
353 repository. 350 repository.
354 </p> 351 </p>
352
355 <a NAME="SvnProjectBrowserHelper.__SVNUnlock" ID="SvnProjectBrowserHelper.__SVNUnlock"></a> 353 <a NAME="SvnProjectBrowserHelper.__SVNUnlock" ID="SvnProjectBrowserHelper.__SVNUnlock"></a>
356 <h4>SvnProjectBrowserHelper.__SVNUnlock</h4> 354 <h4>SvnProjectBrowserHelper.__SVNUnlock</h4>
357 <b>__SVNUnlock</b>(<i></i>) 355 <b>__SVNUnlock</b>(<i></i>)
358
359 <p> 356 <p>
360 Private slot called by the context menu to unlock files in the 357 Private slot called by the context menu to unlock files in the
361 repository. 358 repository.
362 </p> 359 </p>
360
363 <a NAME="SvnProjectBrowserHelper.__SVNUrlDiff" ID="SvnProjectBrowserHelper.__SVNUrlDiff"></a> 361 <a NAME="SvnProjectBrowserHelper.__SVNUrlDiff" ID="SvnProjectBrowserHelper.__SVNUrlDiff"></a>
364 <h4>SvnProjectBrowserHelper.__SVNUrlDiff</h4> 362 <h4>SvnProjectBrowserHelper.__SVNUrlDiff</h4>
365 <b>__SVNUrlDiff</b>(<i></i>) 363 <b>__SVNUrlDiff</b>(<i></i>)
366
367 <p> 364 <p>
368 Private slot called by the context menu to show the difference of a 365 Private slot called by the context menu to show the difference of a
369 file of two repository URLs. 366 file of two repository URLs.
370 </p> 367 </p>
371 <p> 368 <p>
372 This gives the chance to enter the repository URLs to compare. 369 This gives the chance to enter the repository URLs to compare.
373 </p> 370 </p>
371
374 <a NAME="SvnProjectBrowserHelper.__itemsHaveFiles" ID="SvnProjectBrowserHelper.__itemsHaveFiles"></a> 372 <a NAME="SvnProjectBrowserHelper.__itemsHaveFiles" ID="SvnProjectBrowserHelper.__itemsHaveFiles"></a>
375 <h4>SvnProjectBrowserHelper.__itemsHaveFiles</h4> 373 <h4>SvnProjectBrowserHelper.__itemsHaveFiles</h4>
376 <b>__itemsHaveFiles</b>(<i>items</i>) 374 <b>__itemsHaveFiles</b>(<i>items</i>)
377
378 <p> 375 <p>
379 Private method to check, if items contain file type items. 376 Private method to check, if items contain file type items.
380 </p> 377 </p>
378
381 <dl> 379 <dl>
382 380
383 <dt><i>items</i> (list of QTreeWidgetItems)</dt> 381 <dt><i>items</i> (list of QTreeWidgetItems)</dt>
384 <dd> 382 <dd>
385 items to check 383 items to check
398 </dd> 396 </dd>
399 </dl> 397 </dl>
400 <a NAME="SvnProjectBrowserHelper._addVCSMenu" ID="SvnProjectBrowserHelper._addVCSMenu"></a> 398 <a NAME="SvnProjectBrowserHelper._addVCSMenu" ID="SvnProjectBrowserHelper._addVCSMenu"></a>
401 <h4>SvnProjectBrowserHelper._addVCSMenu</h4> 399 <h4>SvnProjectBrowserHelper._addVCSMenu</h4>
402 <b>_addVCSMenu</b>(<i>mainMenu</i>) 400 <b>_addVCSMenu</b>(<i>mainMenu</i>)
403
404 <p> 401 <p>
405 Protected method used to add the VCS menu to all project browsers. 402 Protected method used to add the VCS menu to all project browsers.
406 </p> 403 </p>
404
407 <dl> 405 <dl>
408 406
409 <dt><i>mainMenu</i> (QMenu)</dt> 407 <dt><i>mainMenu</i> (QMenu)</dt>
410 <dd> 408 <dd>
411 reference to the menu to be amended 409 reference to the menu to be amended
412 </dd> 410 </dd>
413 </dl> 411 </dl>
414 <a NAME="SvnProjectBrowserHelper._addVCSMenuBack" ID="SvnProjectBrowserHelper._addVCSMenuBack"></a> 412 <a NAME="SvnProjectBrowserHelper._addVCSMenuBack" ID="SvnProjectBrowserHelper._addVCSMenuBack"></a>
415 <h4>SvnProjectBrowserHelper._addVCSMenuBack</h4> 413 <h4>SvnProjectBrowserHelper._addVCSMenuBack</h4>
416 <b>_addVCSMenuBack</b>(<i>mainMenu</i>) 414 <b>_addVCSMenuBack</b>(<i>mainMenu</i>)
417
418 <p> 415 <p>
419 Protected method used to add the VCS menu to all project browsers. 416 Protected method used to add the VCS menu to all project browsers.
420 </p> 417 </p>
418
421 <dl> 419 <dl>
422 420
423 <dt><i>mainMenu</i> (QMenu)</dt> 421 <dt><i>mainMenu</i> (QMenu)</dt>
424 <dd> 422 <dd>
425 reference to the menu to be amended 423 reference to the menu to be amended
426 </dd> 424 </dd>
427 </dl> 425 </dl>
428 <a NAME="SvnProjectBrowserHelper._addVCSMenuDir" ID="SvnProjectBrowserHelper._addVCSMenuDir"></a> 426 <a NAME="SvnProjectBrowserHelper._addVCSMenuDir" ID="SvnProjectBrowserHelper._addVCSMenuDir"></a>
429 <h4>SvnProjectBrowserHelper._addVCSMenuDir</h4> 427 <h4>SvnProjectBrowserHelper._addVCSMenuDir</h4>
430 <b>_addVCSMenuDir</b>(<i>mainMenu</i>) 428 <b>_addVCSMenuDir</b>(<i>mainMenu</i>)
431
432 <p> 429 <p>
433 Protected method used to add the VCS menu to all project browsers. 430 Protected method used to add the VCS menu to all project browsers.
434 </p> 431 </p>
432
435 <dl> 433 <dl>
436 434
437 <dt><i>mainMenu</i> (QMenu)</dt> 435 <dt><i>mainMenu</i> (QMenu)</dt>
438 <dd> 436 <dd>
439 reference to the menu to be amended 437 reference to the menu to be amended
440 </dd> 438 </dd>
441 </dl> 439 </dl>
442 <a NAME="SvnProjectBrowserHelper._addVCSMenuDirMulti" ID="SvnProjectBrowserHelper._addVCSMenuDirMulti"></a> 440 <a NAME="SvnProjectBrowserHelper._addVCSMenuDirMulti" ID="SvnProjectBrowserHelper._addVCSMenuDirMulti"></a>
443 <h4>SvnProjectBrowserHelper._addVCSMenuDirMulti</h4> 441 <h4>SvnProjectBrowserHelper._addVCSMenuDirMulti</h4>
444 <b>_addVCSMenuDirMulti</b>(<i>mainMenu</i>) 442 <b>_addVCSMenuDirMulti</b>(<i>mainMenu</i>)
445
446 <p> 443 <p>
447 Protected method used to add the VCS menu to all project browsers. 444 Protected method used to add the VCS menu to all project browsers.
448 </p> 445 </p>
446
449 <dl> 447 <dl>
450 448
451 <dt><i>mainMenu</i> (QMenu)</dt> 449 <dt><i>mainMenu</i> (QMenu)</dt>
452 <dd> 450 <dd>
453 reference to the menu to be amended 451 reference to the menu to be amended
454 </dd> 452 </dd>
455 </dl> 453 </dl>
456 <a NAME="SvnProjectBrowserHelper._addVCSMenuMulti" ID="SvnProjectBrowserHelper._addVCSMenuMulti"></a> 454 <a NAME="SvnProjectBrowserHelper._addVCSMenuMulti" ID="SvnProjectBrowserHelper._addVCSMenuMulti"></a>
457 <h4>SvnProjectBrowserHelper._addVCSMenuMulti</h4> 455 <h4>SvnProjectBrowserHelper._addVCSMenuMulti</h4>
458 <b>_addVCSMenuMulti</b>(<i>mainMenu</i>) 456 <b>_addVCSMenuMulti</b>(<i>mainMenu</i>)
459
460 <p> 457 <p>
461 Protected method used to add the VCS menu for multi selection to all 458 Protected method used to add the VCS menu for multi selection to all
462 project browsers. 459 project browsers.
463 </p> 460 </p>
461
464 <dl> 462 <dl>
465 463
466 <dt><i>mainMenu</i> (QMenu)</dt> 464 <dt><i>mainMenu</i> (QMenu)</dt>
467 <dd> 465 <dd>
468 reference to the menu to be amended 466 reference to the menu to be amended
469 </dd> 467 </dd>
470 </dl> 468 </dl>
471 <a NAME="SvnProjectBrowserHelper.showContextMenu" ID="SvnProjectBrowserHelper.showContextMenu"></a> 469 <a NAME="SvnProjectBrowserHelper.showContextMenu" ID="SvnProjectBrowserHelper.showContextMenu"></a>
472 <h4>SvnProjectBrowserHelper.showContextMenu</h4> 470 <h4>SvnProjectBrowserHelper.showContextMenu</h4>
473 <b>showContextMenu</b>(<i>menu, standardItems</i>) 471 <b>showContextMenu</b>(<i>menu, standardItems</i>)
474
475 <p> 472 <p>
476 Public slot called before the context menu is shown. 473 Public slot called before the context menu is shown.
477 </p> 474 </p>
478 <p> 475 <p>
479 It enables/disables the VCS menu entries depending on the overall 476 It enables/disables the VCS menu entries depending on the overall
480 VCS status and the file status. 477 VCS status and the file status.
481 </p> 478 </p>
479
482 <dl> 480 <dl>
483 481
484 <dt><i>menu</i> (QMenu)</dt> 482 <dt><i>menu</i> (QMenu)</dt>
485 <dd> 483 <dd>
486 reference to the menu to be shown 484 reference to the menu to be shown
492 </dd> 490 </dd>
493 </dl> 491 </dl>
494 <a NAME="SvnProjectBrowserHelper.showContextMenuDir" ID="SvnProjectBrowserHelper.showContextMenuDir"></a> 492 <a NAME="SvnProjectBrowserHelper.showContextMenuDir" ID="SvnProjectBrowserHelper.showContextMenuDir"></a>
495 <h4>SvnProjectBrowserHelper.showContextMenuDir</h4> 493 <h4>SvnProjectBrowserHelper.showContextMenuDir</h4>
496 <b>showContextMenuDir</b>(<i>menu, standardItems</i>) 494 <b>showContextMenuDir</b>(<i>menu, standardItems</i>)
497
498 <p> 495 <p>
499 Public slot called before the context menu is shown. 496 Public slot called before the context menu is shown.
500 </p> 497 </p>
501 <p> 498 <p>
502 It enables/disables the VCS menu entries depending on the overall 499 It enables/disables the VCS menu entries depending on the overall
503 VCS status and the directory status. 500 VCS status and the directory status.
504 </p> 501 </p>
502
505 <dl> 503 <dl>
506 504
507 <dt><i>menu</i> (QMenu)</dt> 505 <dt><i>menu</i> (QMenu)</dt>
508 <dd> 506 <dd>
509 reference to the menu to be shown 507 reference to the menu to be shown
515 </dd> 513 </dd>
516 </dl> 514 </dl>
517 <a NAME="SvnProjectBrowserHelper.showContextMenuDirMulti" ID="SvnProjectBrowserHelper.showContextMenuDirMulti"></a> 515 <a NAME="SvnProjectBrowserHelper.showContextMenuDirMulti" ID="SvnProjectBrowserHelper.showContextMenuDirMulti"></a>
518 <h4>SvnProjectBrowserHelper.showContextMenuDirMulti</h4> 516 <h4>SvnProjectBrowserHelper.showContextMenuDirMulti</h4>
519 <b>showContextMenuDirMulti</b>(<i>menu, standardItems</i>) 517 <b>showContextMenuDirMulti</b>(<i>menu, standardItems</i>)
520
521 <p> 518 <p>
522 Public slot called before the context menu is shown. 519 Public slot called before the context menu is shown.
523 </p> 520 </p>
524 <p> 521 <p>
525 It enables/disables the VCS menu entries depending on the overall 522 It enables/disables the VCS menu entries depending on the overall
526 VCS status and the directory status. 523 VCS status and the directory status.
527 </p> 524 </p>
525
528 <dl> 526 <dl>
529 527
530 <dt><i>menu</i> (QMenu)</dt> 528 <dt><i>menu</i> (QMenu)</dt>
531 <dd> 529 <dd>
532 reference to the menu to be shown 530 reference to the menu to be shown
538 </dd> 536 </dd>
539 </dl> 537 </dl>
540 <a NAME="SvnProjectBrowserHelper.showContextMenuMulti" ID="SvnProjectBrowserHelper.showContextMenuMulti"></a> 538 <a NAME="SvnProjectBrowserHelper.showContextMenuMulti" ID="SvnProjectBrowserHelper.showContextMenuMulti"></a>
541 <h4>SvnProjectBrowserHelper.showContextMenuMulti</h4> 539 <h4>SvnProjectBrowserHelper.showContextMenuMulti</h4>
542 <b>showContextMenuMulti</b>(<i>menu, standardItems</i>) 540 <b>showContextMenuMulti</b>(<i>menu, standardItems</i>)
543
544 <p> 541 <p>
545 Public slot called before the context menu (multiple selections) is 542 Public slot called before the context menu (multiple selections) is
546 shown. 543 shown.
547 </p> 544 </p>
548 <p> 545 <p>
549 It enables/disables the VCS menu entries depending on the overall 546 It enables/disables the VCS menu entries depending on the overall
550 VCS status and the files status. 547 VCS status and the files status.
551 </p> 548 </p>
549
552 <dl> 550 <dl>
553 551
554 <dt><i>menu</i> (QMenu)</dt> 552 <dt><i>menu</i> (QMenu)</dt>
555 <dd> 553 <dd>
556 reference to the menu to be shown 554 reference to the menu to be shown

eric ide

mercurial