Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnChangeListsDialog.html

changeset 3673
e26d7d0c1088
equal deleted inserted replaced
3670:f0cb7579c0b4 3673:e26d7d0c1088
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric6.Plugins.VcsPlugins.vcsPySvn.SvnChangeListsDialog</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><a NAME="top" ID="top"></a>
22 <h1>eric6.Plugins.VcsPlugins.vcsPySvn.SvnChangeListsDialog</h1>
23 <p>
24 Module implementing a dialog to browse the change lists.
25 </p>
26 <h3>Global Attributes</h3>
27 <table>
28 <tr><td>None</td></tr>
29 </table>
30 <h3>Classes</h3>
31 <table>
32 <tr>
33 <td><a href="#SvnChangeListsDialog">SvnChangeListsDialog</a></td>
34 <td>Class implementing a dialog to browse the change lists.</td>
35 </tr>
36 </table>
37 <h3>Functions</h3>
38 <table>
39 <tr><td>None</td></tr>
40 </table>
41 <hr /><hr />
42 <a NAME="SvnChangeListsDialog" ID="SvnChangeListsDialog"></a>
43 <h2>SvnChangeListsDialog</h2>
44 <p>
45 Class implementing a dialog to browse the change lists.
46 </p>
47 <h3>Derived from</h3>
48 QDialog, SvnDialogMixin, Ui_SvnChangeListsDialog
49 <h3>Class Attributes</h3>
50 <table>
51 <tr><td>None</td></tr>
52 </table>
53 <h3>Class Methods</h3>
54 <table>
55 <tr><td>None</td></tr>
56 </table>
57 <h3>Methods</h3>
58 <table>
59 <tr>
60 <td><a href="#SvnChangeListsDialog.__init__">SvnChangeListsDialog</a></td>
61 <td>Constructor</td>
62 </tr><tr>
63 <td><a href="#SvnChangeListsDialog.__finish">__finish</a></td>
64 <td>Private slot called when the user pressed the button.</td>
65 </tr><tr>
66 <td><a href="#SvnChangeListsDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td>
67 <td>Private slot called by a button of the button box clicked.</td>
68 </tr><tr>
69 <td><a href="#SvnChangeListsDialog.on_changeLists_currentItemChanged">on_changeLists_currentItemChanged</a></td>
70 <td>Private slot to handle the selection of a new item.</td>
71 </tr><tr>
72 <td><a href="#SvnChangeListsDialog.start">start</a></td>
73 <td>Public slot to populate the data.</td>
74 </tr>
75 </table>
76 <h3>Static Methods</h3>
77 <table>
78 <tr><td>None</td></tr>
79 </table>
80 <a NAME="SvnChangeListsDialog.__init__" ID="SvnChangeListsDialog.__init__"></a>
81 <h4>SvnChangeListsDialog (Constructor)</h4>
82 <b>SvnChangeListsDialog</b>(<i>vcs, parent=None</i>)
83 <p>
84 Constructor
85 </p><dl>
86 <dt><i>vcs</i></dt>
87 <dd>
88 reference to the vcs object
89 </dd><dt><i>parent</i></dt>
90 <dd>
91 parent widget (QWidget)
92 </dd>
93 </dl><a NAME="SvnChangeListsDialog.__finish" ID="SvnChangeListsDialog.__finish"></a>
94 <h4>SvnChangeListsDialog.__finish</h4>
95 <b>__finish</b>(<i></i>)
96 <p>
97 Private slot called when the user pressed the button.
98 </p><a NAME="SvnChangeListsDialog.on_buttonBox_clicked" ID="SvnChangeListsDialog.on_buttonBox_clicked"></a>
99 <h4>SvnChangeListsDialog.on_buttonBox_clicked</h4>
100 <b>on_buttonBox_clicked</b>(<i>button</i>)
101 <p>
102 Private slot called by a button of the button box clicked.
103 </p><dl>
104 <dt><i>button</i></dt>
105 <dd>
106 button that was clicked (QAbstractButton)
107 </dd>
108 </dl><a NAME="SvnChangeListsDialog.on_changeLists_currentItemChanged" ID="SvnChangeListsDialog.on_changeLists_currentItemChanged"></a>
109 <h4>SvnChangeListsDialog.on_changeLists_currentItemChanged</h4>
110 <b>on_changeLists_currentItemChanged</b>(<i>current, previous</i>)
111 <p>
112 Private slot to handle the selection of a new item.
113 </p><dl>
114 <dt><i>current</i></dt>
115 <dd>
116 current item (QListWidgetItem)
117 </dd><dt><i>previous</i></dt>
118 <dd>
119 previous current item (QListWidgetItem)
120 </dd>
121 </dl><a NAME="SvnChangeListsDialog.start" ID="SvnChangeListsDialog.start"></a>
122 <h4>SvnChangeListsDialog.start</h4>
123 <b>start</b>(<i>path</i>)
124 <p>
125 Public slot to populate the data.
126 </p><dl>
127 <dt><i>path</i></dt>
128 <dd>
129 directory name to show change lists for (string)
130 </dd>
131 </dl>
132 <div align="right"><a href="#top">Up</a></div>
133 <hr />
134 </body></html>

eric ide

mercurial