eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html

branch
eric7
changeset 8372
e0227a7c850e
child 8596
d64760b2da50
equal deleted inserted replaced
8371:d6062691d424 8372:e0227a7c850e
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric7.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog</title>
4 <meta charset="UTF-8">
5 <style>
6 body {
7 background: #EDECE6;
8 margin: 0em 1em 10em 1em;
9 color: black;
10 }
11
12 h1 { color: white; background: #85774A; }
13 h2 { color: white; background: #85774A; }
14 h3 { color: white; background: #9D936E; }
15 h4 { color: white; background: #9D936E; }
16
17 a { color: #BA6D36; }
18
19 </style>
20 </head>
21 <body>
22 <a NAME="top" ID="top"></a>
23 <h1>eric7.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog</h1>
24
25 <p>
26 Module implementing a dialog to show the output of the svn status command
27 process.
28 </p>
29 <h3>Global Attributes</h3>
30
31 <table>
32 <tr><td>None</td></tr>
33 </table>
34 <h3>Classes</h3>
35
36 <table>
37
38 <tr>
39 <td><a href="#SvnStatusDialog">SvnStatusDialog</a></td>
40 <td>Class implementing a dialog to show the output of the svn status command process.</td>
41 </tr>
42 </table>
43 <h3>Functions</h3>
44
45 <table>
46 <tr><td>None</td></tr>
47 </table>
48 <hr />
49 <hr />
50 <a NAME="SvnStatusDialog" ID="SvnStatusDialog"></a>
51 <h2>SvnStatusDialog</h2>
52
53 <p>
54 Class implementing a dialog to show the output of the svn status command
55 process.
56 </p>
57 <h3>Derived from</h3>
58 QWidget, SvnDialogMixin, Ui_SvnStatusDialog
59 <h3>Class Attributes</h3>
60
61 <table>
62 <tr><td>None</td></tr>
63 </table>
64 <h3>Class Methods</h3>
65
66 <table>
67 <tr><td>None</td></tr>
68 </table>
69 <h3>Methods</h3>
70
71 <table>
72
73 <tr>
74 <td><a href="#SvnStatusDialog.__init__">SvnStatusDialog</a></td>
75 <td>Constructor</td>
76 </tr>
77 <tr>
78 <td><a href="#SvnStatusDialog.__add">__add</a></td>
79 <td>Private slot to handle the Add context menu entry.</td>
80 </tr>
81 <tr>
82 <td><a href="#SvnStatusDialog.__addToChangelist">__addToChangelist</a></td>
83 <td>Private slot to add entries to a changelist.</td>
84 </tr>
85 <tr>
86 <td><a href="#SvnStatusDialog.__breakLock">__breakLock</a></td>
87 <td>Private slot to handle the Break Lock context menu entry.</td>
88 </tr>
89 <tr>
90 <td><a href="#SvnStatusDialog.__commit">__commit</a></td>
91 <td>Private slot to handle the Commit context menu entry.</td>
92 </tr>
93 <tr>
94 <td><a href="#SvnStatusDialog.__commitDeselectAll">__commitDeselectAll</a></td>
95 <td>Private slot to deselect all entries from commit.</td>
96 </tr>
97 <tr>
98 <td><a href="#SvnStatusDialog.__commitSelect">__commitSelect</a></td>
99 <td>Private slot to select or deselect all entries.</td>
100 </tr>
101 <tr>
102 <td><a href="#SvnStatusDialog.__commitSelectAll">__commitSelectAll</a></td>
103 <td>Private slot to select all entries for commit.</td>
104 </tr>
105 <tr>
106 <td><a href="#SvnStatusDialog.__committed">__committed</a></td>
107 <td>Private slot called after the commit has finished.</td>
108 </tr>
109 <tr>
110 <td><a href="#SvnStatusDialog.__diff">__diff</a></td>
111 <td>Private slot to handle the Diff context menu entry.</td>
112 </tr>
113 <tr>
114 <td><a href="#SvnStatusDialog.__finish">__finish</a></td>
115 <td>Private slot called when the process finished or the user pressed the button.</td>
116 </tr>
117 <tr>
118 <td><a href="#SvnStatusDialog.__generateItem">__generateItem</a></td>
119 <td>Private method to generate a status item in the status list.</td>
120 </tr>
121 <tr>
122 <td><a href="#SvnStatusDialog.__getChangelistItems">__getChangelistItems</a></td>
123 <td>Private method to retrieve all entries, that are members of a changelist.</td>
124 </tr>
125 <tr>
126 <td><a href="#SvnStatusDialog.__getCommitableItems">__getCommitableItems</a></td>
127 <td>Private method to retrieve all entries the user wants to commit.</td>
128 </tr>
129 <tr>
130 <td><a href="#SvnStatusDialog.__getLockActionItems">__getLockActionItems</a></td>
131 <td>Private method to retrieve all entries, that have a locked status.</td>
132 </tr>
133 <tr>
134 <td><a href="#SvnStatusDialog.__getMissingItems">__getMissingItems</a></td>
135 <td>Private method to retrieve all entries, that have a missing status.</td>
136 </tr>
137 <tr>
138 <td><a href="#SvnStatusDialog.__getModifiedItems">__getModifiedItems</a></td>
139 <td>Private method to retrieve all entries, that have a modified status.</td>
140 </tr>
141 <tr>
142 <td><a href="#SvnStatusDialog.__getNonChangelistItems">__getNonChangelistItems</a></td>
143 <td>Private method to retrieve all entries, that are not members of a changelist.</td>
144 </tr>
145 <tr>
146 <td><a href="#SvnStatusDialog.__getUnversionedItems">__getUnversionedItems</a></td>
147 <td>Private method to retrieve all entries, that have an unversioned status.</td>
148 </tr>
149 <tr>
150 <td><a href="#SvnStatusDialog.__lock">__lock</a></td>
151 <td>Private slot to handle the Lock context menu entry.</td>
152 </tr>
153 <tr>
154 <td><a href="#SvnStatusDialog.__removeFromChangelist">__removeFromChangelist</a></td>
155 <td>Private slot to remove entries from their changelists.</td>
156 </tr>
157 <tr>
158 <td><a href="#SvnStatusDialog.__resizeColumns">__resizeColumns</a></td>
159 <td>Private method to resize the list columns.</td>
160 </tr>
161 <tr>
162 <td><a href="#SvnStatusDialog.__resort">__resort</a></td>
163 <td>Private method to resort the tree.</td>
164 </tr>
165 <tr>
166 <td><a href="#SvnStatusDialog.__restoreMissing">__restoreMissing</a></td>
167 <td>Private slot to handle the Restore Missing context menu entry.</td>
168 </tr>
169 <tr>
170 <td><a href="#SvnStatusDialog.__revert">__revert</a></td>
171 <td>Private slot to handle the Revert context menu entry.</td>
172 </tr>
173 <tr>
174 <td><a href="#SvnStatusDialog.__sbsDiff">__sbsDiff</a></td>
175 <td>Private slot to handle the Side-by-Side Diff context menu entry.</td>
176 </tr>
177 <tr>
178 <td><a href="#SvnStatusDialog.__showContextMenu">__showContextMenu</a></td>
179 <td>Private slot to show the context menu of the status list.</td>
180 </tr>
181 <tr>
182 <td><a href="#SvnStatusDialog.__showError">__showError</a></td>
183 <td>Private slot to show an error message.</td>
184 </tr>
185 <tr>
186 <td><a href="#SvnStatusDialog.__stealLock">__stealLock</a></td>
187 <td>Private slot to handle the Break Lock context menu entry.</td>
188 </tr>
189 <tr>
190 <td><a href="#SvnStatusDialog.__unlock">__unlock</a></td>
191 <td>Private slot to handle the Unlock context menu entry.</td>
192 </tr>
193 <tr>
194 <td><a href="#SvnStatusDialog.__updateButtons">__updateButtons</a></td>
195 <td>Private method to update the VCS buttons status.</td>
196 </tr>
197 <tr>
198 <td><a href="#SvnStatusDialog.__updateCommitButton">__updateCommitButton</a></td>
199 <td>Private method to update the Commit button status.</td>
200 </tr>
201 <tr>
202 <td><a href="#SvnStatusDialog.on_addButton_clicked">on_addButton_clicked</a></td>
203 <td>Private slot to handle the press of the Add button.</td>
204 </tr>
205 <tr>
206 <td><a href="#SvnStatusDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td>
207 <td>Private slot called by a button of the button box clicked.</td>
208 </tr>
209 <tr>
210 <td><a href="#SvnStatusDialog.on_commitButton_clicked">on_commitButton_clicked</a></td>
211 <td>Private slot to handle the press of the Commit button.</td>
212 </tr>
213 <tr>
214 <td><a href="#SvnStatusDialog.on_diffButton_clicked">on_diffButton_clicked</a></td>
215 <td>Private slot to handle the press of the Differences button.</td>
216 </tr>
217 <tr>
218 <td><a href="#SvnStatusDialog.on_refreshButton_clicked">on_refreshButton_clicked</a></td>
219 <td>Private slot to refresh the status display.</td>
220 </tr>
221 <tr>
222 <td><a href="#SvnStatusDialog.on_restoreButton_clicked">on_restoreButton_clicked</a></td>
223 <td>Private slot to handle the press of the Restore button.</td>
224 </tr>
225 <tr>
226 <td><a href="#SvnStatusDialog.on_revertButton_clicked">on_revertButton_clicked</a></td>
227 <td>Private slot to handle the press of the Revert button.</td>
228 </tr>
229 <tr>
230 <td><a href="#SvnStatusDialog.on_sbsDiffButton_clicked">on_sbsDiffButton_clicked</a></td>
231 <td>Private slot to handle the press of the Side-by-Side Diff button.</td>
232 </tr>
233 <tr>
234 <td><a href="#SvnStatusDialog.on_statusFilterCombo_activated">on_statusFilterCombo_activated</a></td>
235 <td>Private slot to react to the selection of a status filter.</td>
236 </tr>
237 <tr>
238 <td><a href="#SvnStatusDialog.on_statusList_itemChanged">on_statusList_itemChanged</a></td>
239 <td>Private slot to act upon item changes.</td>
240 </tr>
241 <tr>
242 <td><a href="#SvnStatusDialog.on_statusList_itemSelectionChanged">on_statusList_itemSelectionChanged</a></td>
243 <td>Private slot to act upon changes of selected items.</td>
244 </tr>
245 <tr>
246 <td><a href="#SvnStatusDialog.start">start</a></td>
247 <td>Public slot to start the svn status command.</td>
248 </tr>
249 </table>
250 <h3>Static Methods</h3>
251
252 <table>
253 <tr><td>None</td></tr>
254 </table>
255
256 <a NAME="SvnStatusDialog.__init__" ID="SvnStatusDialog.__init__"></a>
257 <h4>SvnStatusDialog (Constructor)</h4>
258 <b>SvnStatusDialog</b>(<i>vcs, parent=None</i>)
259
260 <p>
261 Constructor
262 </p>
263 <dl>
264
265 <dt><i>vcs</i></dt>
266 <dd>
267 reference to the vcs object
268 </dd>
269 <dt><i>parent</i></dt>
270 <dd>
271 parent widget (QWidget)
272 </dd>
273 </dl>
274 <a NAME="SvnStatusDialog.__add" ID="SvnStatusDialog.__add"></a>
275 <h4>SvnStatusDialog.__add</h4>
276 <b>__add</b>(<i></i>)
277
278 <p>
279 Private slot to handle the Add context menu entry.
280 </p>
281 <a NAME="SvnStatusDialog.__addToChangelist" ID="SvnStatusDialog.__addToChangelist"></a>
282 <h4>SvnStatusDialog.__addToChangelist</h4>
283 <b>__addToChangelist</b>(<i></i>)
284
285 <p>
286 Private slot to add entries to a changelist.
287 </p>
288 <a NAME="SvnStatusDialog.__breakLock" ID="SvnStatusDialog.__breakLock"></a>
289 <h4>SvnStatusDialog.__breakLock</h4>
290 <b>__breakLock</b>(<i></i>)
291
292 <p>
293 Private slot to handle the Break Lock context menu entry.
294 </p>
295 <a NAME="SvnStatusDialog.__commit" ID="SvnStatusDialog.__commit"></a>
296 <h4>SvnStatusDialog.__commit</h4>
297 <b>__commit</b>(<i></i>)
298
299 <p>
300 Private slot to handle the Commit context menu entry.
301 </p>
302 <a NAME="SvnStatusDialog.__commitDeselectAll" ID="SvnStatusDialog.__commitDeselectAll"></a>
303 <h4>SvnStatusDialog.__commitDeselectAll</h4>
304 <b>__commitDeselectAll</b>(<i></i>)
305
306 <p>
307 Private slot to deselect all entries from commit.
308 </p>
309 <a NAME="SvnStatusDialog.__commitSelect" ID="SvnStatusDialog.__commitSelect"></a>
310 <h4>SvnStatusDialog.__commitSelect</h4>
311 <b>__commitSelect</b>(<i>selected</i>)
312
313 <p>
314 Private slot to select or deselect all entries.
315 </p>
316 <dl>
317
318 <dt><i>selected</i></dt>
319 <dd>
320 commit selection state to be set (boolean)
321 </dd>
322 </dl>
323 <a NAME="SvnStatusDialog.__commitSelectAll" ID="SvnStatusDialog.__commitSelectAll"></a>
324 <h4>SvnStatusDialog.__commitSelectAll</h4>
325 <b>__commitSelectAll</b>(<i></i>)
326
327 <p>
328 Private slot to select all entries for commit.
329 </p>
330 <a NAME="SvnStatusDialog.__committed" ID="SvnStatusDialog.__committed"></a>
331 <h4>SvnStatusDialog.__committed</h4>
332 <b>__committed</b>(<i></i>)
333
334 <p>
335 Private slot called after the commit has finished.
336 </p>
337 <a NAME="SvnStatusDialog.__diff" ID="SvnStatusDialog.__diff"></a>
338 <h4>SvnStatusDialog.__diff</h4>
339 <b>__diff</b>(<i></i>)
340
341 <p>
342 Private slot to handle the Diff context menu entry.
343 </p>
344 <a NAME="SvnStatusDialog.__finish" ID="SvnStatusDialog.__finish"></a>
345 <h4>SvnStatusDialog.__finish</h4>
346 <b>__finish</b>(<i></i>)
347
348 <p>
349 Private slot called when the process finished or the user pressed
350 the button.
351 </p>
352 <a NAME="SvnStatusDialog.__generateItem" ID="SvnStatusDialog.__generateItem"></a>
353 <h4>SvnStatusDialog.__generateItem</h4>
354 <b>__generateItem</b>(<i>changelist, status, propStatus, locked, history, switched, lockinfo, uptodate, revision, change, author, path</i>)
355
356 <p>
357 Private method to generate a status item in the status list.
358 </p>
359 <dl>
360
361 <dt><i>changelist</i></dt>
362 <dd>
363 name of the changelist (string)
364 </dd>
365 <dt><i>status</i></dt>
366 <dd>
367 text status (pysvn.wc_status_kind)
368 </dd>
369 <dt><i>propStatus</i></dt>
370 <dd>
371 property status (pysvn.wc_status_kind)
372 </dd>
373 <dt><i>locked</i></dt>
374 <dd>
375 locked flag (boolean)
376 </dd>
377 <dt><i>history</i></dt>
378 <dd>
379 history flag (boolean)
380 </dd>
381 <dt><i>switched</i></dt>
382 <dd>
383 switched flag (boolean)
384 </dd>
385 <dt><i>lockinfo</i></dt>
386 <dd>
387 lock indicator (string)
388 </dd>
389 <dt><i>uptodate</i></dt>
390 <dd>
391 up to date flag (boolean)
392 </dd>
393 <dt><i>revision</i></dt>
394 <dd>
395 revision (integer)
396 </dd>
397 <dt><i>change</i></dt>
398 <dd>
399 revision of last change (integer)
400 </dd>
401 <dt><i>author</i></dt>
402 <dd>
403 author of the last change (string)
404 </dd>
405 <dt><i>path</i></dt>
406 <dd>
407 path of the file or directory (string)
408 </dd>
409 </dl>
410 <a NAME="SvnStatusDialog.__getChangelistItems" ID="SvnStatusDialog.__getChangelistItems"></a>
411 <h4>SvnStatusDialog.__getChangelistItems</h4>
412 <b>__getChangelistItems</b>(<i></i>)
413
414 <p>
415 Private method to retrieve all entries, that are members of
416 a changelist.
417 </p>
418 <dl>
419 <dt>Return:</dt>
420 <dd>
421 list of all items belonging to a changelist
422 </dd>
423 </dl>
424 <a NAME="SvnStatusDialog.__getCommitableItems" ID="SvnStatusDialog.__getCommitableItems"></a>
425 <h4>SvnStatusDialog.__getCommitableItems</h4>
426 <b>__getCommitableItems</b>(<i></i>)
427
428 <p>
429 Private method to retrieve all entries the user wants to commit.
430 </p>
431 <dl>
432 <dt>Return:</dt>
433 <dd>
434 list of all items, the user has checked
435 </dd>
436 </dl>
437 <a NAME="SvnStatusDialog.__getLockActionItems" ID="SvnStatusDialog.__getLockActionItems"></a>
438 <h4>SvnStatusDialog.__getLockActionItems</h4>
439 <b>__getLockActionItems</b>(<i>indicators</i>)
440
441 <p>
442 Private method to retrieve all entries, that have a locked status.
443 </p>
444 <dl>
445
446 <dt><i>indicators</i></dt>
447 <dd>
448 list of indicators to check against (list of strings)
449 </dd>
450 </dl>
451 <dl>
452 <dt>Return:</dt>
453 <dd>
454 list of all items with a locked status
455 </dd>
456 </dl>
457 <a NAME="SvnStatusDialog.__getMissingItems" ID="SvnStatusDialog.__getMissingItems"></a>
458 <h4>SvnStatusDialog.__getMissingItems</h4>
459 <b>__getMissingItems</b>(<i></i>)
460
461 <p>
462 Private method to retrieve all entries, that have a missing status.
463 </p>
464 <dl>
465 <dt>Return:</dt>
466 <dd>
467 list of all items with a missing status
468 </dd>
469 </dl>
470 <a NAME="SvnStatusDialog.__getModifiedItems" ID="SvnStatusDialog.__getModifiedItems"></a>
471 <h4>SvnStatusDialog.__getModifiedItems</h4>
472 <b>__getModifiedItems</b>(<i></i>)
473
474 <p>
475 Private method to retrieve all entries, that have a modified status.
476 </p>
477 <dl>
478 <dt>Return:</dt>
479 <dd>
480 list of all items with a modified status
481 </dd>
482 </dl>
483 <a NAME="SvnStatusDialog.__getNonChangelistItems" ID="SvnStatusDialog.__getNonChangelistItems"></a>
484 <h4>SvnStatusDialog.__getNonChangelistItems</h4>
485 <b>__getNonChangelistItems</b>(<i></i>)
486
487 <p>
488 Private method to retrieve all entries, that are not members of
489 a changelist.
490 </p>
491 <dl>
492 <dt>Return:</dt>
493 <dd>
494 list of all items not belonging to a changelist
495 </dd>
496 </dl>
497 <a NAME="SvnStatusDialog.__getUnversionedItems" ID="SvnStatusDialog.__getUnversionedItems"></a>
498 <h4>SvnStatusDialog.__getUnversionedItems</h4>
499 <b>__getUnversionedItems</b>(<i></i>)
500
501 <p>
502 Private method to retrieve all entries, that have an
503 unversioned status.
504 </p>
505 <dl>
506 <dt>Return:</dt>
507 <dd>
508 list of all items with an unversioned status
509 </dd>
510 </dl>
511 <a NAME="SvnStatusDialog.__lock" ID="SvnStatusDialog.__lock"></a>
512 <h4>SvnStatusDialog.__lock</h4>
513 <b>__lock</b>(<i></i>)
514
515 <p>
516 Private slot to handle the Lock context menu entry.
517 </p>
518 <a NAME="SvnStatusDialog.__removeFromChangelist" ID="SvnStatusDialog.__removeFromChangelist"></a>
519 <h4>SvnStatusDialog.__removeFromChangelist</h4>
520 <b>__removeFromChangelist</b>(<i></i>)
521
522 <p>
523 Private slot to remove entries from their changelists.
524 </p>
525 <a NAME="SvnStatusDialog.__resizeColumns" ID="SvnStatusDialog.__resizeColumns"></a>
526 <h4>SvnStatusDialog.__resizeColumns</h4>
527 <b>__resizeColumns</b>(<i></i>)
528
529 <p>
530 Private method to resize the list columns.
531 </p>
532 <a NAME="SvnStatusDialog.__resort" ID="SvnStatusDialog.__resort"></a>
533 <h4>SvnStatusDialog.__resort</h4>
534 <b>__resort</b>(<i></i>)
535
536 <p>
537 Private method to resort the tree.
538 </p>
539 <a NAME="SvnStatusDialog.__restoreMissing" ID="SvnStatusDialog.__restoreMissing"></a>
540 <h4>SvnStatusDialog.__restoreMissing</h4>
541 <b>__restoreMissing</b>(<i></i>)
542
543 <p>
544 Private slot to handle the Restore Missing context menu entry.
545 </p>
546 <a NAME="SvnStatusDialog.__revert" ID="SvnStatusDialog.__revert"></a>
547 <h4>SvnStatusDialog.__revert</h4>
548 <b>__revert</b>(<i></i>)
549
550 <p>
551 Private slot to handle the Revert context menu entry.
552 </p>
553 <a NAME="SvnStatusDialog.__sbsDiff" ID="SvnStatusDialog.__sbsDiff"></a>
554 <h4>SvnStatusDialog.__sbsDiff</h4>
555 <b>__sbsDiff</b>(<i></i>)
556
557 <p>
558 Private slot to handle the Side-by-Side Diff context menu entry.
559 </p>
560 <a NAME="SvnStatusDialog.__showContextMenu" ID="SvnStatusDialog.__showContextMenu"></a>
561 <h4>SvnStatusDialog.__showContextMenu</h4>
562 <b>__showContextMenu</b>(<i>coord</i>)
563
564 <p>
565 Private slot to show the context menu of the status list.
566 </p>
567 <dl>
568
569 <dt><i>coord</i></dt>
570 <dd>
571 the position of the mouse pointer (QPoint)
572 </dd>
573 </dl>
574 <a NAME="SvnStatusDialog.__showError" ID="SvnStatusDialog.__showError"></a>
575 <h4>SvnStatusDialog.__showError</h4>
576 <b>__showError</b>(<i>msg</i>)
577
578 <p>
579 Private slot to show an error message.
580 </p>
581 <dl>
582
583 <dt><i>msg</i></dt>
584 <dd>
585 error message to show (string)
586 </dd>
587 </dl>
588 <a NAME="SvnStatusDialog.__stealLock" ID="SvnStatusDialog.__stealLock"></a>
589 <h4>SvnStatusDialog.__stealLock</h4>
590 <b>__stealLock</b>(<i></i>)
591
592 <p>
593 Private slot to handle the Break Lock context menu entry.
594 </p>
595 <a NAME="SvnStatusDialog.__unlock" ID="SvnStatusDialog.__unlock"></a>
596 <h4>SvnStatusDialog.__unlock</h4>
597 <b>__unlock</b>(<i></i>)
598
599 <p>
600 Private slot to handle the Unlock context menu entry.
601 </p>
602 <a NAME="SvnStatusDialog.__updateButtons" ID="SvnStatusDialog.__updateButtons"></a>
603 <h4>SvnStatusDialog.__updateButtons</h4>
604 <b>__updateButtons</b>(<i></i>)
605
606 <p>
607 Private method to update the VCS buttons status.
608 </p>
609 <a NAME="SvnStatusDialog.__updateCommitButton" ID="SvnStatusDialog.__updateCommitButton"></a>
610 <h4>SvnStatusDialog.__updateCommitButton</h4>
611 <b>__updateCommitButton</b>(<i></i>)
612
613 <p>
614 Private method to update the Commit button status.
615 </p>
616 <a NAME="SvnStatusDialog.on_addButton_clicked" ID="SvnStatusDialog.on_addButton_clicked"></a>
617 <h4>SvnStatusDialog.on_addButton_clicked</h4>
618 <b>on_addButton_clicked</b>(<i></i>)
619
620 <p>
621 Private slot to handle the press of the Add button.
622 </p>
623 <a NAME="SvnStatusDialog.on_buttonBox_clicked" ID="SvnStatusDialog.on_buttonBox_clicked"></a>
624 <h4>SvnStatusDialog.on_buttonBox_clicked</h4>
625 <b>on_buttonBox_clicked</b>(<i>button</i>)
626
627 <p>
628 Private slot called by a button of the button box clicked.
629 </p>
630 <dl>
631
632 <dt><i>button</i></dt>
633 <dd>
634 button that was clicked (QAbstractButton)
635 </dd>
636 </dl>
637 <a NAME="SvnStatusDialog.on_commitButton_clicked" ID="SvnStatusDialog.on_commitButton_clicked"></a>
638 <h4>SvnStatusDialog.on_commitButton_clicked</h4>
639 <b>on_commitButton_clicked</b>(<i></i>)
640
641 <p>
642 Private slot to handle the press of the Commit button.
643 </p>
644 <a NAME="SvnStatusDialog.on_diffButton_clicked" ID="SvnStatusDialog.on_diffButton_clicked"></a>
645 <h4>SvnStatusDialog.on_diffButton_clicked</h4>
646 <b>on_diffButton_clicked</b>(<i></i>)
647
648 <p>
649 Private slot to handle the press of the Differences button.
650 </p>
651 <a NAME="SvnStatusDialog.on_refreshButton_clicked" ID="SvnStatusDialog.on_refreshButton_clicked"></a>
652 <h4>SvnStatusDialog.on_refreshButton_clicked</h4>
653 <b>on_refreshButton_clicked</b>(<i></i>)
654
655 <p>
656 Private slot to refresh the status display.
657 </p>
658 <a NAME="SvnStatusDialog.on_restoreButton_clicked" ID="SvnStatusDialog.on_restoreButton_clicked"></a>
659 <h4>SvnStatusDialog.on_restoreButton_clicked</h4>
660 <b>on_restoreButton_clicked</b>(<i></i>)
661
662 <p>
663 Private slot to handle the press of the Restore button.
664 </p>
665 <a NAME="SvnStatusDialog.on_revertButton_clicked" ID="SvnStatusDialog.on_revertButton_clicked"></a>
666 <h4>SvnStatusDialog.on_revertButton_clicked</h4>
667 <b>on_revertButton_clicked</b>(<i></i>)
668
669 <p>
670 Private slot to handle the press of the Revert button.
671 </p>
672 <a NAME="SvnStatusDialog.on_sbsDiffButton_clicked" ID="SvnStatusDialog.on_sbsDiffButton_clicked"></a>
673 <h4>SvnStatusDialog.on_sbsDiffButton_clicked</h4>
674 <b>on_sbsDiffButton_clicked</b>(<i></i>)
675
676 <p>
677 Private slot to handle the press of the Side-by-Side Diff button.
678 </p>
679 <a NAME="SvnStatusDialog.on_statusFilterCombo_activated" ID="SvnStatusDialog.on_statusFilterCombo_activated"></a>
680 <h4>SvnStatusDialog.on_statusFilterCombo_activated</h4>
681 <b>on_statusFilterCombo_activated</b>(<i>index</i>)
682
683 <p>
684 Private slot to react to the selection of a status filter.
685 </p>
686 <dl>
687
688 <dt><i>index</i> (int)</dt>
689 <dd>
690 index of the selected entry
691 </dd>
692 </dl>
693 <a NAME="SvnStatusDialog.on_statusList_itemChanged" ID="SvnStatusDialog.on_statusList_itemChanged"></a>
694 <h4>SvnStatusDialog.on_statusList_itemChanged</h4>
695 <b>on_statusList_itemChanged</b>(<i>item, column</i>)
696
697 <p>
698 Private slot to act upon item changes.
699 </p>
700 <dl>
701
702 <dt><i>item</i></dt>
703 <dd>
704 reference to the changed item (QTreeWidgetItem)
705 </dd>
706 <dt><i>column</i></dt>
707 <dd>
708 index of column that changed (integer)
709 </dd>
710 </dl>
711 <a NAME="SvnStatusDialog.on_statusList_itemSelectionChanged" ID="SvnStatusDialog.on_statusList_itemSelectionChanged"></a>
712 <h4>SvnStatusDialog.on_statusList_itemSelectionChanged</h4>
713 <b>on_statusList_itemSelectionChanged</b>(<i></i>)
714
715 <p>
716 Private slot to act upon changes of selected items.
717 </p>
718 <a NAME="SvnStatusDialog.start" ID="SvnStatusDialog.start"></a>
719 <h4>SvnStatusDialog.start</h4>
720 <b>start</b>(<i>fn</i>)
721
722 <p>
723 Public slot to start the svn status command.
724 </p>
725 <dl>
726
727 <dt><i>fn</i></dt>
728 <dd>
729 filename(s)/directoryname(s) to show the status of
730 (string or list of strings)
731 </dd>
732 </dl>
733 <div align="right"><a href="#top">Up</a></div>
734 <hr />
735 </body></html>

eric ide

mercurial