eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListDialog.html

changeset 7370
5fb53279f2df
parent 7273
391d6b7b1eff
child 7976
a8a20f558176
equal deleted inserted replaced
7369:dbeeed55df08 7370:5fb53279f2df
92 <tr> 92 <tr>
93 <td><a href="#HgQueuesListDialog.__markTopItem">__markTopItem</a></td> 93 <td><a href="#HgQueuesListDialog.__markTopItem">__markTopItem</a></td>
94 <td>Private slot to mark the top patch entry.</td> 94 <td>Private slot to mark the top patch entry.</td>
95 </tr> 95 </tr>
96 <tr> 96 <tr>
97 <td><a href="#HgQueuesListDialog.__procFinished">__procFinished</a></td>
98 <td>Private slot connected to the finished signal.</td>
99 </tr>
100 <tr>
101 <td><a href="#HgQueuesListDialog.__processOutputLine">__processOutputLine</a></td> 97 <td><a href="#HgQueuesListDialog.__processOutputLine">__processOutputLine</a></td>
102 <td>Private method to process the lines of output.</td> 98 <td>Private method to process the lines of output.</td>
103 </tr> 99 </tr>
104 <tr> 100 <tr>
105 <td><a href="#HgQueuesListDialog.__readStderr">__readStderr</a></td>
106 <td>Private slot to handle the readyReadStderr signal.</td>
107 </tr>
108 <tr>
109 <td><a href="#HgQueuesListDialog.__readStdout">__readStdout</a></td>
110 <td>Private slot to handle the readyReadStdout signal.</td>
111 </tr>
112 <tr>
113 <td><a href="#HgQueuesListDialog.__resizeColumns">__resizeColumns</a></td> 101 <td><a href="#HgQueuesListDialog.__resizeColumns">__resizeColumns</a></td>
114 <td>Private method to resize the list columns.</td> 102 <td>Private method to resize the list columns.</td>
115 </tr> 103 </tr>
116 <tr> 104 <tr>
117 <td><a href="#HgQueuesListDialog.__resort">__resort</a></td> 105 <td><a href="#HgQueuesListDialog.__resort">__resort</a></td>
124 <tr> 112 <tr>
125 <td><a href="#HgQueuesListDialog.closeEvent">closeEvent</a></td> 113 <td><a href="#HgQueuesListDialog.closeEvent">closeEvent</a></td>
126 <td>Protected slot implementing a close event handler.</td> 114 <td>Protected slot implementing a close event handler.</td>
127 </tr> 115 </tr>
128 <tr> 116 <tr>
129 <td><a href="#HgQueuesListDialog.keyPressEvent">keyPressEvent</a></td>
130 <td>Protected slot to handle a key press event.</td>
131 </tr>
132 <tr>
133 <td><a href="#HgQueuesListDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> 117 <td><a href="#HgQueuesListDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td>
134 <td>Private slot called by a button of the button box clicked.</td> 118 <td>Private slot called by a button of the button box clicked.</td>
135 </tr>
136 <tr>
137 <td><a href="#HgQueuesListDialog.on_input_returnPressed">on_input_returnPressed</a></td>
138 <td>Private slot to handle the press of the return key in the input field.</td>
139 </tr>
140 <tr>
141 <td><a href="#HgQueuesListDialog.on_passwordCheckBox_toggled">on_passwordCheckBox_toggled</a></td>
142 <td>Private slot to handle the password checkbox toggled.</td>
143 </tr>
144 <tr>
145 <td><a href="#HgQueuesListDialog.on_sendButton_clicked">on_sendButton_clicked</a></td>
146 <td>Private slot to send the input to the subversion process.</td>
147 </tr> 119 </tr>
148 <tr> 120 <tr>
149 <td><a href="#HgQueuesListDialog.start">start</a></td> 121 <td><a href="#HgQueuesListDialog.start">start</a></td>
150 <td>Public slot to start the list command.</td> 122 <td>Public slot to start the list command.</td>
151 </tr> 123 </tr>
247 <dt><i>name</i></dt> 219 <dt><i>name</i></dt>
248 <dd> 220 <dd>
249 name of the patch (string) 221 name of the patch (string)
250 </dd> 222 </dd>
251 </dl> 223 </dl>
252 <a NAME="HgQueuesListDialog.__procFinished" ID="HgQueuesListDialog.__procFinished"></a>
253 <h4>HgQueuesListDialog.__procFinished</h4>
254 <b>__procFinished</b>(<i>exitCode, exitStatus</i>)
255
256 <p>
257 Private slot connected to the finished signal.
258 </p>
259 <dl>
260
261 <dt><i>exitCode</i></dt>
262 <dd>
263 exit code of the process (integer)
264 </dd>
265 <dt><i>exitStatus</i></dt>
266 <dd>
267 exit status of the process (QProcess.ExitStatus)
268 </dd>
269 </dl>
270 <a NAME="HgQueuesListDialog.__processOutputLine" ID="HgQueuesListDialog.__processOutputLine"></a> 224 <a NAME="HgQueuesListDialog.__processOutputLine" ID="HgQueuesListDialog.__processOutputLine"></a>
271 <h4>HgQueuesListDialog.__processOutputLine</h4> 225 <h4>HgQueuesListDialog.__processOutputLine</h4>
272 <b>__processOutputLine</b>(<i>line</i>) 226 <b>__processOutputLine</b>(<i>line</i>)
273 227
274 <p> 228 <p>
279 <dt><i>line</i></dt> 233 <dt><i>line</i></dt>
280 <dd> 234 <dd>
281 output line to be processed (string) 235 output line to be processed (string)
282 </dd> 236 </dd>
283 </dl> 237 </dl>
284 <a NAME="HgQueuesListDialog.__readStderr" ID="HgQueuesListDialog.__readStderr"></a>
285 <h4>HgQueuesListDialog.__readStderr</h4>
286 <b>__readStderr</b>(<i></i>)
287
288 <p>
289 Private slot to handle the readyReadStderr signal.
290 </p>
291 <p>
292 It reads the error output of the process and inserts it into the
293 error pane.
294 </p>
295 <a NAME="HgQueuesListDialog.__readStdout" ID="HgQueuesListDialog.__readStdout"></a>
296 <h4>HgQueuesListDialog.__readStdout</h4>
297 <b>__readStdout</b>(<i></i>)
298
299 <p>
300 Private slot to handle the readyReadStdout signal.
301 </p>
302 <p>
303 It reads the output of the process, formats it and inserts it into
304 the contents pane.
305 </p>
306 <a NAME="HgQueuesListDialog.__resizeColumns" ID="HgQueuesListDialog.__resizeColumns"></a> 238 <a NAME="HgQueuesListDialog.__resizeColumns" ID="HgQueuesListDialog.__resizeColumns"></a>
307 <h4>HgQueuesListDialog.__resizeColumns</h4> 239 <h4>HgQueuesListDialog.__resizeColumns</h4>
308 <b>__resizeColumns</b>(<i></i>) 240 <b>__resizeColumns</b>(<i></i>)
309 241
310 <p> 242 <p>
343 <dt><i>e</i></dt> 275 <dt><i>e</i></dt>
344 <dd> 276 <dd>
345 close event (QCloseEvent) 277 close event (QCloseEvent)
346 </dd> 278 </dd>
347 </dl> 279 </dl>
348 <a NAME="HgQueuesListDialog.keyPressEvent" ID="HgQueuesListDialog.keyPressEvent"></a>
349 <h4>HgQueuesListDialog.keyPressEvent</h4>
350 <b>keyPressEvent</b>(<i>evt</i>)
351
352 <p>
353 Protected slot to handle a key press event.
354 </p>
355 <dl>
356
357 <dt><i>evt</i></dt>
358 <dd>
359 the key press event (QKeyEvent)
360 </dd>
361 </dl>
362 <a NAME="HgQueuesListDialog.on_buttonBox_clicked" ID="HgQueuesListDialog.on_buttonBox_clicked"></a> 280 <a NAME="HgQueuesListDialog.on_buttonBox_clicked" ID="HgQueuesListDialog.on_buttonBox_clicked"></a>
363 <h4>HgQueuesListDialog.on_buttonBox_clicked</h4> 281 <h4>HgQueuesListDialog.on_buttonBox_clicked</h4>
364 <b>on_buttonBox_clicked</b>(<i>button</i>) 282 <b>on_buttonBox_clicked</b>(<i>button</i>)
365 283
366 <p> 284 <p>
371 <dt><i>button</i></dt> 289 <dt><i>button</i></dt>
372 <dd> 290 <dd>
373 button that was clicked (QAbstractButton) 291 button that was clicked (QAbstractButton)
374 </dd> 292 </dd>
375 </dl> 293 </dl>
376 <a NAME="HgQueuesListDialog.on_input_returnPressed" ID="HgQueuesListDialog.on_input_returnPressed"></a>
377 <h4>HgQueuesListDialog.on_input_returnPressed</h4>
378 <b>on_input_returnPressed</b>(<i></i>)
379
380 <p>
381 Private slot to handle the press of the return key in the input field.
382 </p>
383 <a NAME="HgQueuesListDialog.on_passwordCheckBox_toggled" ID="HgQueuesListDialog.on_passwordCheckBox_toggled"></a>
384 <h4>HgQueuesListDialog.on_passwordCheckBox_toggled</h4>
385 <b>on_passwordCheckBox_toggled</b>(<i>isOn</i>)
386
387 <p>
388 Private slot to handle the password checkbox toggled.
389 </p>
390 <dl>
391
392 <dt><i>isOn</i></dt>
393 <dd>
394 flag indicating the status of the check box (boolean)
395 </dd>
396 </dl>
397 <a NAME="HgQueuesListDialog.on_sendButton_clicked" ID="HgQueuesListDialog.on_sendButton_clicked"></a>
398 <h4>HgQueuesListDialog.on_sendButton_clicked</h4>
399 <b>on_sendButton_clicked</b>(<i></i>)
400
401 <p>
402 Private slot to send the input to the subversion process.
403 </p>
404 <a NAME="HgQueuesListDialog.start" ID="HgQueuesListDialog.start"></a> 294 <a NAME="HgQueuesListDialog.start" ID="HgQueuesListDialog.start"></a>
405 <h4>HgQueuesListDialog.start</h4> 295 <h4>HgQueuesListDialog.start</h4>
406 <b>start</b>(<i>path</i>) 296 <b>start</b>(<i>path</i>)
407 297
408 <p> 298 <p>

eric ide

mercurial