eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.SvnChangeListsDialog.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.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>
22 <a NAME="top" ID="top"></a>
23 <h1>eric7.Plugins.VcsPlugins.vcsPySvn.SvnChangeListsDialog</h1>
24
25 <p>
26 Module implementing a dialog to browse the change lists.
27 </p>
28 <h3>Global Attributes</h3>
29
30 <table>
31 <tr><td>None</td></tr>
32 </table>
33 <h3>Classes</h3>
34
35 <table>
36
37 <tr>
38 <td><a href="#SvnChangeListsDialog">SvnChangeListsDialog</a></td>
39 <td>Class implementing a dialog to browse the change lists.</td>
40 </tr>
41 </table>
42 <h3>Functions</h3>
43
44 <table>
45 <tr><td>None</td></tr>
46 </table>
47 <hr />
48 <hr />
49 <a NAME="SvnChangeListsDialog" ID="SvnChangeListsDialog"></a>
50 <h2>SvnChangeListsDialog</h2>
51
52 <p>
53 Class implementing a dialog to browse the change lists.
54 </p>
55 <h3>Derived from</h3>
56 QDialog, SvnDialogMixin, Ui_SvnChangeListsDialog
57 <h3>Class Attributes</h3>
58
59 <table>
60 <tr><td>None</td></tr>
61 </table>
62 <h3>Class Methods</h3>
63
64 <table>
65 <tr><td>None</td></tr>
66 </table>
67 <h3>Methods</h3>
68
69 <table>
70
71 <tr>
72 <td><a href="#SvnChangeListsDialog.__init__">SvnChangeListsDialog</a></td>
73 <td>Constructor</td>
74 </tr>
75 <tr>
76 <td><a href="#SvnChangeListsDialog.__finish">__finish</a></td>
77 <td>Private slot called when the user pressed the button.</td>
78 </tr>
79 <tr>
80 <td><a href="#SvnChangeListsDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td>
81 <td>Private slot called by a button of the button box clicked.</td>
82 </tr>
83 <tr>
84 <td><a href="#SvnChangeListsDialog.on_changeLists_currentItemChanged">on_changeLists_currentItemChanged</a></td>
85 <td>Private slot to handle the selection of a new item.</td>
86 </tr>
87 <tr>
88 <td><a href="#SvnChangeListsDialog.start">start</a></td>
89 <td>Public slot to populate the data.</td>
90 </tr>
91 </table>
92 <h3>Static Methods</h3>
93
94 <table>
95 <tr><td>None</td></tr>
96 </table>
97
98 <a NAME="SvnChangeListsDialog.__init__" ID="SvnChangeListsDialog.__init__"></a>
99 <h4>SvnChangeListsDialog (Constructor)</h4>
100 <b>SvnChangeListsDialog</b>(<i>vcs, parent=None</i>)
101
102 <p>
103 Constructor
104 </p>
105 <dl>
106
107 <dt><i>vcs</i></dt>
108 <dd>
109 reference to the vcs object
110 </dd>
111 <dt><i>parent</i></dt>
112 <dd>
113 parent widget (QWidget)
114 </dd>
115 </dl>
116 <a NAME="SvnChangeListsDialog.__finish" ID="SvnChangeListsDialog.__finish"></a>
117 <h4>SvnChangeListsDialog.__finish</h4>
118 <b>__finish</b>(<i></i>)
119
120 <p>
121 Private slot called when the user pressed the button.
122 </p>
123 <a NAME="SvnChangeListsDialog.on_buttonBox_clicked" ID="SvnChangeListsDialog.on_buttonBox_clicked"></a>
124 <h4>SvnChangeListsDialog.on_buttonBox_clicked</h4>
125 <b>on_buttonBox_clicked</b>(<i>button</i>)
126
127 <p>
128 Private slot called by a button of the button box clicked.
129 </p>
130 <dl>
131
132 <dt><i>button</i></dt>
133 <dd>
134 button that was clicked (QAbstractButton)
135 </dd>
136 </dl>
137 <a NAME="SvnChangeListsDialog.on_changeLists_currentItemChanged" ID="SvnChangeListsDialog.on_changeLists_currentItemChanged"></a>
138 <h4>SvnChangeListsDialog.on_changeLists_currentItemChanged</h4>
139 <b>on_changeLists_currentItemChanged</b>(<i>current, previous</i>)
140
141 <p>
142 Private slot to handle the selection of a new item.
143 </p>
144 <dl>
145
146 <dt><i>current</i></dt>
147 <dd>
148 current item (QListWidgetItem)
149 </dd>
150 <dt><i>previous</i></dt>
151 <dd>
152 previous current item (QListWidgetItem)
153 </dd>
154 </dl>
155 <a NAME="SvnChangeListsDialog.start" ID="SvnChangeListsDialog.start"></a>
156 <h4>SvnChangeListsDialog.start</h4>
157 <b>start</b>(<i>path</i>)
158
159 <p>
160 Public slot to populate the data.
161 </p>
162 <dl>
163
164 <dt><i>path</i></dt>
165 <dd>
166 directory name to show change lists for (string)
167 </dd>
168 </dl>
169 <div align="right"><a href="#top">Up</a></div>
170 <hr />
171 </body></html>

eric ide

mercurial