src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsSubversion.SvnChangeListsDialog.html

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9209
b99e7fd55fd3
child 10479
856476537696
equal deleted inserted replaced
10437:2f70ca07f0af 10438:4cd7e5a8b3cf
116 <p> 116 <p>
117 Constructor 117 Constructor
118 </p> 118 </p>
119 <dl> 119 <dl>
120 120
121 <dt><i>vcs</i></dt> 121 <dt><i>vcs</i> (Subversion)</dt>
122 <dd> 122 <dd>
123 reference to the vcs object 123 reference to the vcs object
124 </dd> 124 </dd>
125 <dt><i>parent</i></dt> 125 <dt><i>parent</i> (QWidget)</dt>
126 <dd> 126 <dd>
127 parent widget (QWidget) 127 parent widget
128 </dd> 128 </dd>
129 </dl> 129 </dl>
130 <a NAME="SvnChangeListsDialog.__finish" ID="SvnChangeListsDialog.__finish"></a> 130 <a NAME="SvnChangeListsDialog.__finish" ID="SvnChangeListsDialog.__finish"></a>
131 <h4>SvnChangeListsDialog.__finish</h4> 131 <h4>SvnChangeListsDialog.__finish</h4>
132 <b>__finish</b>(<i></i>) 132 <b>__finish</b>(<i></i>)
142 <p> 142 <p>
143 Private slot connected to the finished signal. 143 Private slot connected to the finished signal.
144 </p> 144 </p>
145 <dl> 145 <dl>
146 146
147 <dt><i>exitCode</i></dt> 147 <dt><i>exitCode</i> (int)</dt>
148 <dd> 148 <dd>
149 exit code of the process (integer) 149 exit code of the process
150 </dd> 150 </dd>
151 <dt><i>exitStatus</i></dt> 151 <dt><i>exitStatus</i> (QProcess.ExitStatus)</dt>
152 <dd> 152 <dd>
153 exit status of the process (QProcess.ExitStatus) 153 exit status of the process
154 </dd> 154 </dd>
155 </dl> 155 </dl>
156 <a NAME="SvnChangeListsDialog.__readStderr" ID="SvnChangeListsDialog.__readStderr"></a> 156 <a NAME="SvnChangeListsDialog.__readStderr" ID="SvnChangeListsDialog.__readStderr"></a>
157 <h4>SvnChangeListsDialog.__readStderr</h4> 157 <h4>SvnChangeListsDialog.__readStderr</h4>
158 <b>__readStderr</b>(<i></i>) 158 <b>__readStderr</b>(<i></i>)
182 <p> 182 <p>
183 Protected slot to handle a key press event. 183 Protected slot to handle a key press event.
184 </p> 184 </p>
185 <dl> 185 <dl>
186 186
187 <dt><i>evt</i></dt> 187 <dt><i>evt</i> (QKeyEvent)</dt>
188 <dd> 188 <dd>
189 the key press event (QKeyEvent) 189 the key press event
190 </dd> 190 </dd>
191 </dl> 191 </dl>
192 <a NAME="SvnChangeListsDialog.on_buttonBox_clicked" ID="SvnChangeListsDialog.on_buttonBox_clicked"></a> 192 <a NAME="SvnChangeListsDialog.on_buttonBox_clicked" ID="SvnChangeListsDialog.on_buttonBox_clicked"></a>
193 <h4>SvnChangeListsDialog.on_buttonBox_clicked</h4> 193 <h4>SvnChangeListsDialog.on_buttonBox_clicked</h4>
194 <b>on_buttonBox_clicked</b>(<i>button</i>) 194 <b>on_buttonBox_clicked</b>(<i>button</i>)
196 <p> 196 <p>
197 Private slot called by a button of the button box clicked. 197 Private slot called by a button of the button box clicked.
198 </p> 198 </p>
199 <dl> 199 <dl>
200 200
201 <dt><i>button</i></dt> 201 <dt><i>button</i> (QAbstractButton)</dt>
202 <dd> 202 <dd>
203 button that was clicked (QAbstractButton) 203 button that was clicked
204 </dd> 204 </dd>
205 </dl> 205 </dl>
206 <a NAME="SvnChangeListsDialog.on_changeLists_currentItemChanged" ID="SvnChangeListsDialog.on_changeLists_currentItemChanged"></a> 206 <a NAME="SvnChangeListsDialog.on_changeLists_currentItemChanged" ID="SvnChangeListsDialog.on_changeLists_currentItemChanged"></a>
207 <h4>SvnChangeListsDialog.on_changeLists_currentItemChanged</h4> 207 <h4>SvnChangeListsDialog.on_changeLists_currentItemChanged</h4>
208 <b>on_changeLists_currentItemChanged</b>(<i>current, previous</i>) 208 <b>on_changeLists_currentItemChanged</b>(<i>current, previous</i>)
210 <p> 210 <p>
211 Private slot to handle the selection of a new item. 211 Private slot to handle the selection of a new item.
212 </p> 212 </p>
213 <dl> 213 <dl>
214 214
215 <dt><i>current</i></dt> 215 <dt><i>current</i> (QListWidgetItem)</dt>
216 <dd> 216 <dd>
217 current item (QListWidgetItem) 217 current item
218 </dd> 218 </dd>
219 <dt><i>previous</i></dt> 219 <dt><i>previous</i> (QListWidgetItem)</dt>
220 <dd> 220 <dd>
221 previous current item (QListWidgetItem) 221 previous current item
222 </dd> 222 </dd>
223 </dl> 223 </dl>
224 <a NAME="SvnChangeListsDialog.on_input_returnPressed" ID="SvnChangeListsDialog.on_input_returnPressed"></a> 224 <a NAME="SvnChangeListsDialog.on_input_returnPressed" ID="SvnChangeListsDialog.on_input_returnPressed"></a>
225 <h4>SvnChangeListsDialog.on_input_returnPressed</h4> 225 <h4>SvnChangeListsDialog.on_input_returnPressed</h4>
226 <b>on_input_returnPressed</b>(<i></i>) 226 <b>on_input_returnPressed</b>(<i></i>)
235 <p> 235 <p>
236 Private slot to handle the password checkbox toggled. 236 Private slot to handle the password checkbox toggled.
237 </p> 237 </p>
238 <dl> 238 <dl>
239 239
240 <dt><i>isOn</i></dt> 240 <dt><i>isOn</i> (bool)</dt>
241 <dd> 241 <dd>
242 flag indicating the status of the check box (boolean) 242 flag indicating the status of the check box
243 </dd> 243 </dd>
244 </dl> 244 </dl>
245 <a NAME="SvnChangeListsDialog.on_sendButton_clicked" ID="SvnChangeListsDialog.on_sendButton_clicked"></a> 245 <a NAME="SvnChangeListsDialog.on_sendButton_clicked" ID="SvnChangeListsDialog.on_sendButton_clicked"></a>
246 <h4>SvnChangeListsDialog.on_sendButton_clicked</h4> 246 <h4>SvnChangeListsDialog.on_sendButton_clicked</h4>
247 <b>on_sendButton_clicked</b>(<i></i>) 247 <b>on_sendButton_clicked</b>(<i></i>)
256 <p> 256 <p>
257 Public slot to populate the data. 257 Public slot to populate the data.
258 </p> 258 </p>
259 <dl> 259 <dl>
260 260
261 <dt><i>path</i></dt> 261 <dt><i>path</i> (str)</dt>
262 <dd> 262 <dd>
263 directory name to show change lists for (string) 263 directory name to show change lists for
264 </dd> 264 </dd>
265 </dl> 265 </dl>
266 <div align="right"><a href="#top">Up</a></div> 266 <div align="right"><a href="#top">Up</a></div>
267 <hr /> 267 <hr />
268 </body></html> 268 </body></html>

eric ide

mercurial