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

changeset 7273
391d6b7b1eff
parent 6942
2602857055c5
child 7370
5fb53279f2df
equal deleted inserted replaced
7272:1779dc278077 7273:391d6b7b1eff
16 16
17 a { color: #BA6D36; } 17 a { color: #BA6D36; }
18 18
19 </style> 19 </style>
20 </head> 20 </head>
21 <body><a NAME="top" ID="top"></a> 21 <body>
22 <a NAME="top" ID="top"></a>
22 <h1>eric6.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListDialog</h1> 23 <h1>eric6.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListDialog</h1>
24
23 <p> 25 <p>
24 Module implementing a dialog to show a list of applied and unapplied patches. 26 Module implementing a dialog to show a list of applied and unapplied patches.
25 </p> 27 </p>
26 <h3>Global Attributes</h3> 28 <h3>Global Attributes</h3>
29
27 <table> 30 <table>
28 <tr><td>None</td></tr> 31 <tr><td>None</td></tr>
29 </table> 32 </table>
30 <h3>Classes</h3> 33 <h3>Classes</h3>
31 <table> 34
35 <table>
36
32 <tr> 37 <tr>
33 <td><a href="#HgQueuesListDialog">HgQueuesListDialog</a></td> 38 <td><a href="#HgQueuesListDialog">HgQueuesListDialog</a></td>
34 <td>Class implementing a dialog to show a list of applied and unapplied patches.</td> 39 <td>Class implementing a dialog to show a list of applied and unapplied patches.</td>
35 </tr> 40 </tr>
36 </table> 41 </table>
37 <h3>Functions</h3> 42 <h3>Functions</h3>
43
38 <table> 44 <table>
39 <tr><td>None</td></tr> 45 <tr><td>None</td></tr>
40 </table> 46 </table>
41 <hr /><hr /> 47 <hr />
48 <hr />
42 <a NAME="HgQueuesListDialog" ID="HgQueuesListDialog"></a> 49 <a NAME="HgQueuesListDialog" ID="HgQueuesListDialog"></a>
43 <h2>HgQueuesListDialog</h2> 50 <h2>HgQueuesListDialog</h2>
51
44 <p> 52 <p>
45 Class implementing a dialog to show a list of applied and unapplied 53 Class implementing a dialog to show a list of applied and unapplied
46 patches. 54 patches.
47 </p> 55 </p>
48 <h3>Derived from</h3> 56 <h3>Derived from</h3>
49 QDialog, Ui_HgQueuesListDialog 57 QDialog, Ui_HgQueuesListDialog
50 <h3>Class Attributes</h3> 58 <h3>Class Attributes</h3>
59
51 <table> 60 <table>
52 <tr><td>None</td></tr> 61 <tr><td>None</td></tr>
53 </table> 62 </table>
54 <h3>Class Methods</h3> 63 <h3>Class Methods</h3>
64
55 <table> 65 <table>
56 <tr><td>None</td></tr> 66 <tr><td>None</td></tr>
57 </table> 67 </table>
58 <h3>Methods</h3> 68 <h3>Methods</h3>
59 <table> 69
70 <table>
71
60 <tr> 72 <tr>
61 <td><a href="#HgQueuesListDialog.__init__">HgQueuesListDialog</a></td> 73 <td><a href="#HgQueuesListDialog.__init__">HgQueuesListDialog</a></td>
62 <td>Constructor</td> 74 <td>Constructor</td>
63 </tr><tr> 75 </tr>
76 <tr>
64 <td><a href="#HgQueuesListDialog.__finish">__finish</a></td> 77 <td><a href="#HgQueuesListDialog.__finish">__finish</a></td>
65 <td>Private slot called when the process finished or the user pressed the button.</td> 78 <td>Private slot called when the process finished or the user pressed the button.</td>
66 </tr><tr> 79 </tr>
80 <tr>
67 <td><a href="#HgQueuesListDialog.__generateItem">__generateItem</a></td> 81 <td><a href="#HgQueuesListDialog.__generateItem">__generateItem</a></td>
68 <td>Private method to generate a patch item in the list of patches.</td> 82 <td>Private method to generate a patch item in the list of patches.</td>
69 </tr><tr> 83 </tr>
84 <tr>
70 <td><a href="#HgQueuesListDialog.__getSeries">__getSeries</a></td> 85 <td><a href="#HgQueuesListDialog.__getSeries">__getSeries</a></td>
71 <td>Private slot to get the list of applied, unapplied and guarded patches and patches missing in the series file.</td> 86 <td>Private slot to get the list of applied, unapplied and guarded patches and patches missing in the series file.</td>
72 </tr><tr> 87 </tr>
88 <tr>
73 <td><a href="#HgQueuesListDialog.__getTop">__getTop</a></td> 89 <td><a href="#HgQueuesListDialog.__getTop">__getTop</a></td>
74 <td>Private slot to get patch at the top of the stack.</td> 90 <td>Private slot to get patch at the top of the stack.</td>
75 </tr><tr> 91 </tr>
92 <tr>
76 <td><a href="#HgQueuesListDialog.__markTopItem">__markTopItem</a></td> 93 <td><a href="#HgQueuesListDialog.__markTopItem">__markTopItem</a></td>
77 <td>Private slot to mark the top patch entry.</td> 94 <td>Private slot to mark the top patch entry.</td>
78 </tr><tr> 95 </tr>
96 <tr>
79 <td><a href="#HgQueuesListDialog.__procFinished">__procFinished</a></td> 97 <td><a href="#HgQueuesListDialog.__procFinished">__procFinished</a></td>
80 <td>Private slot connected to the finished signal.</td> 98 <td>Private slot connected to the finished signal.</td>
81 </tr><tr> 99 </tr>
100 <tr>
82 <td><a href="#HgQueuesListDialog.__processOutputLine">__processOutputLine</a></td> 101 <td><a href="#HgQueuesListDialog.__processOutputLine">__processOutputLine</a></td>
83 <td>Private method to process the lines of output.</td> 102 <td>Private method to process the lines of output.</td>
84 </tr><tr> 103 </tr>
104 <tr>
85 <td><a href="#HgQueuesListDialog.__readStderr">__readStderr</a></td> 105 <td><a href="#HgQueuesListDialog.__readStderr">__readStderr</a></td>
86 <td>Private slot to handle the readyReadStderr signal.</td> 106 <td>Private slot to handle the readyReadStderr signal.</td>
87 </tr><tr> 107 </tr>
108 <tr>
88 <td><a href="#HgQueuesListDialog.__readStdout">__readStdout</a></td> 109 <td><a href="#HgQueuesListDialog.__readStdout">__readStdout</a></td>
89 <td>Private slot to handle the readyReadStdout signal.</td> 110 <td>Private slot to handle the readyReadStdout signal.</td>
90 </tr><tr> 111 </tr>
112 <tr>
91 <td><a href="#HgQueuesListDialog.__resizeColumns">__resizeColumns</a></td> 113 <td><a href="#HgQueuesListDialog.__resizeColumns">__resizeColumns</a></td>
92 <td>Private method to resize the list columns.</td> 114 <td>Private method to resize the list columns.</td>
93 </tr><tr> 115 </tr>
116 <tr>
94 <td><a href="#HgQueuesListDialog.__resort">__resort</a></td> 117 <td><a href="#HgQueuesListDialog.__resort">__resort</a></td>
95 <td>Private method to resort the tree.</td> 118 <td>Private method to resort the tree.</td>
96 </tr><tr> 119 </tr>
120 <tr>
97 <td><a href="#HgQueuesListDialog.__showError">__showError</a></td> 121 <td><a href="#HgQueuesListDialog.__showError">__showError</a></td>
98 <td>Private slot to show some error.</td> 122 <td>Private slot to show some error.</td>
99 </tr><tr> 123 </tr>
124 <tr>
100 <td><a href="#HgQueuesListDialog.closeEvent">closeEvent</a></td> 125 <td><a href="#HgQueuesListDialog.closeEvent">closeEvent</a></td>
101 <td>Protected slot implementing a close event handler.</td> 126 <td>Protected slot implementing a close event handler.</td>
102 </tr><tr> 127 </tr>
128 <tr>
103 <td><a href="#HgQueuesListDialog.keyPressEvent">keyPressEvent</a></td> 129 <td><a href="#HgQueuesListDialog.keyPressEvent">keyPressEvent</a></td>
104 <td>Protected slot to handle a key press event.</td> 130 <td>Protected slot to handle a key press event.</td>
105 </tr><tr> 131 </tr>
132 <tr>
106 <td><a href="#HgQueuesListDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> 133 <td><a href="#HgQueuesListDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td>
107 <td>Private slot called by a button of the button box clicked.</td> 134 <td>Private slot called by a button of the button box clicked.</td>
108 </tr><tr> 135 </tr>
136 <tr>
109 <td><a href="#HgQueuesListDialog.on_input_returnPressed">on_input_returnPressed</a></td> 137 <td><a href="#HgQueuesListDialog.on_input_returnPressed">on_input_returnPressed</a></td>
110 <td>Private slot to handle the press of the return key in the input field.</td> 138 <td>Private slot to handle the press of the return key in the input field.</td>
111 </tr><tr> 139 </tr>
140 <tr>
112 <td><a href="#HgQueuesListDialog.on_passwordCheckBox_toggled">on_passwordCheckBox_toggled</a></td> 141 <td><a href="#HgQueuesListDialog.on_passwordCheckBox_toggled">on_passwordCheckBox_toggled</a></td>
113 <td>Private slot to handle the password checkbox toggled.</td> 142 <td>Private slot to handle the password checkbox toggled.</td>
114 </tr><tr> 143 </tr>
144 <tr>
115 <td><a href="#HgQueuesListDialog.on_sendButton_clicked">on_sendButton_clicked</a></td> 145 <td><a href="#HgQueuesListDialog.on_sendButton_clicked">on_sendButton_clicked</a></td>
116 <td>Private slot to send the input to the subversion process.</td> 146 <td>Private slot to send the input to the subversion process.</td>
117 </tr><tr> 147 </tr>
148 <tr>
118 <td><a href="#HgQueuesListDialog.start">start</a></td> 149 <td><a href="#HgQueuesListDialog.start">start</a></td>
119 <td>Public slot to start the list command.</td> 150 <td>Public slot to start the list command.</td>
120 </tr> 151 </tr>
121 </table> 152 </table>
122 <h3>Static Methods</h3> 153 <h3>Static Methods</h3>
154
123 <table> 155 <table>
124 <tr><td>None</td></tr> 156 <tr><td>None</td></tr>
125 </table> 157 </table>
158
126 <a NAME="HgQueuesListDialog.__init__" ID="HgQueuesListDialog.__init__"></a> 159 <a NAME="HgQueuesListDialog.__init__" ID="HgQueuesListDialog.__init__"></a>
127 <h4>HgQueuesListDialog (Constructor)</h4> 160 <h4>HgQueuesListDialog (Constructor)</h4>
128 <b>HgQueuesListDialog</b>(<i>vcs, parent=None</i>) 161 <b>HgQueuesListDialog</b>(<i>vcs, parent=None</i>)
162
129 <p> 163 <p>
130 Constructor 164 Constructor
131 </p><dl> 165 </p>
166 <dl>
167
132 <dt><i>vcs</i></dt> 168 <dt><i>vcs</i></dt>
133 <dd> 169 <dd>
134 reference to the vcs object 170 reference to the vcs object
135 </dd><dt><i>parent</i></dt> 171 </dd>
172 <dt><i>parent</i></dt>
136 <dd> 173 <dd>
137 parent widget (QWidget) 174 parent widget (QWidget)
138 </dd> 175 </dd>
139 </dl><a NAME="HgQueuesListDialog.__finish" ID="HgQueuesListDialog.__finish"></a> 176 </dl>
177 <a NAME="HgQueuesListDialog.__finish" ID="HgQueuesListDialog.__finish"></a>
140 <h4>HgQueuesListDialog.__finish</h4> 178 <h4>HgQueuesListDialog.__finish</h4>
141 <b>__finish</b>(<i></i>) 179 <b>__finish</b>(<i></i>)
180
142 <p> 181 <p>
143 Private slot called when the process finished or the user pressed 182 Private slot called when the process finished or the user pressed
144 the button. 183 the button.
145 </p><a NAME="HgQueuesListDialog.__generateItem" ID="HgQueuesListDialog.__generateItem"></a> 184 </p>
185 <a NAME="HgQueuesListDialog.__generateItem" ID="HgQueuesListDialog.__generateItem"></a>
146 <h4>HgQueuesListDialog.__generateItem</h4> 186 <h4>HgQueuesListDialog.__generateItem</h4>
147 <b>__generateItem</b>(<i>index, status, name, summary, error=False</i>) 187 <b>__generateItem</b>(<i>index, status, name, summary, error=False</i>)
188
148 <p> 189 <p>
149 Private method to generate a patch item in the list of patches. 190 Private method to generate a patch item in the list of patches.
150 </p><dl> 191 </p>
192 <dl>
193
151 <dt><i>index</i></dt> 194 <dt><i>index</i></dt>
152 <dd> 195 <dd>
153 index of the patch (integer, -1 for missing) 196 index of the patch (integer, -1 for missing)
154 </dd><dt><i>status</i></dt> 197 </dd>
198 <dt><i>status</i></dt>
155 <dd> 199 <dd>
156 status of the patch (string) 200 status of the patch (string)
157 </dd><dt><i>name</i></dt> 201 </dd>
202 <dt><i>name</i></dt>
158 <dd> 203 <dd>
159 name of the patch (string) 204 name of the patch (string)
160 </dd><dt><i>summary</i></dt> 205 </dd>
206 <dt><i>summary</i></dt>
161 <dd> 207 <dd>
162 first line of the patch header (string) 208 first line of the patch header (string)
163 </dd><dt><i>error</i></dt> 209 </dd>
210 <dt><i>error</i></dt>
164 <dd> 211 <dd>
165 flag indicating an error entry (boolean) 212 flag indicating an error entry (boolean)
166 </dd> 213 </dd>
167 </dl><a NAME="HgQueuesListDialog.__getSeries" ID="HgQueuesListDialog.__getSeries"></a> 214 </dl>
215 <a NAME="HgQueuesListDialog.__getSeries" ID="HgQueuesListDialog.__getSeries"></a>
168 <h4>HgQueuesListDialog.__getSeries</h4> 216 <h4>HgQueuesListDialog.__getSeries</h4>
169 <b>__getSeries</b>(<i>missing=False</i>) 217 <b>__getSeries</b>(<i>missing=False</i>)
218
170 <p> 219 <p>
171 Private slot to get the list of applied, unapplied and guarded patches 220 Private slot to get the list of applied, unapplied and guarded patches
172 and patches missing in the series file. 221 and patches missing in the series file.
173 </p><dl> 222 </p>
223 <dl>
224
174 <dt><i>missing</i></dt> 225 <dt><i>missing</i></dt>
175 <dd> 226 <dd>
176 flag indicating to get the patches missing in the 227 flag indicating to get the patches missing in the
177 series file (boolean) 228 series file (boolean)
178 </dd> 229 </dd>
179 </dl><a NAME="HgQueuesListDialog.__getTop" ID="HgQueuesListDialog.__getTop"></a> 230 </dl>
231 <a NAME="HgQueuesListDialog.__getTop" ID="HgQueuesListDialog.__getTop"></a>
180 <h4>HgQueuesListDialog.__getTop</h4> 232 <h4>HgQueuesListDialog.__getTop</h4>
181 <b>__getTop</b>(<i></i>) 233 <b>__getTop</b>(<i></i>)
234
182 <p> 235 <p>
183 Private slot to get patch at the top of the stack. 236 Private slot to get patch at the top of the stack.
184 </p><a NAME="HgQueuesListDialog.__markTopItem" ID="HgQueuesListDialog.__markTopItem"></a> 237 </p>
238 <a NAME="HgQueuesListDialog.__markTopItem" ID="HgQueuesListDialog.__markTopItem"></a>
185 <h4>HgQueuesListDialog.__markTopItem</h4> 239 <h4>HgQueuesListDialog.__markTopItem</h4>
186 <b>__markTopItem</b>(<i>name</i>) 240 <b>__markTopItem</b>(<i>name</i>)
241
187 <p> 242 <p>
188 Private slot to mark the top patch entry. 243 Private slot to mark the top patch entry.
189 </p><dl> 244 </p>
245 <dl>
246
190 <dt><i>name</i></dt> 247 <dt><i>name</i></dt>
191 <dd> 248 <dd>
192 name of the patch (string) 249 name of the patch (string)
193 </dd> 250 </dd>
194 </dl><a NAME="HgQueuesListDialog.__procFinished" ID="HgQueuesListDialog.__procFinished"></a> 251 </dl>
252 <a NAME="HgQueuesListDialog.__procFinished" ID="HgQueuesListDialog.__procFinished"></a>
195 <h4>HgQueuesListDialog.__procFinished</h4> 253 <h4>HgQueuesListDialog.__procFinished</h4>
196 <b>__procFinished</b>(<i>exitCode, exitStatus</i>) 254 <b>__procFinished</b>(<i>exitCode, exitStatus</i>)
255
197 <p> 256 <p>
198 Private slot connected to the finished signal. 257 Private slot connected to the finished signal.
199 </p><dl> 258 </p>
259 <dl>
260
200 <dt><i>exitCode</i></dt> 261 <dt><i>exitCode</i></dt>
201 <dd> 262 <dd>
202 exit code of the process (integer) 263 exit code of the process (integer)
203 </dd><dt><i>exitStatus</i></dt> 264 </dd>
265 <dt><i>exitStatus</i></dt>
204 <dd> 266 <dd>
205 exit status of the process (QProcess.ExitStatus) 267 exit status of the process (QProcess.ExitStatus)
206 </dd> 268 </dd>
207 </dl><a NAME="HgQueuesListDialog.__processOutputLine" ID="HgQueuesListDialog.__processOutputLine"></a> 269 </dl>
270 <a NAME="HgQueuesListDialog.__processOutputLine" ID="HgQueuesListDialog.__processOutputLine"></a>
208 <h4>HgQueuesListDialog.__processOutputLine</h4> 271 <h4>HgQueuesListDialog.__processOutputLine</h4>
209 <b>__processOutputLine</b>(<i>line</i>) 272 <b>__processOutputLine</b>(<i>line</i>)
273
210 <p> 274 <p>
211 Private method to process the lines of output. 275 Private method to process the lines of output.
212 </p><dl> 276 </p>
277 <dl>
278
213 <dt><i>line</i></dt> 279 <dt><i>line</i></dt>
214 <dd> 280 <dd>
215 output line to be processed (string) 281 output line to be processed (string)
216 </dd> 282 </dd>
217 </dl><a NAME="HgQueuesListDialog.__readStderr" ID="HgQueuesListDialog.__readStderr"></a> 283 </dl>
284 <a NAME="HgQueuesListDialog.__readStderr" ID="HgQueuesListDialog.__readStderr"></a>
218 <h4>HgQueuesListDialog.__readStderr</h4> 285 <h4>HgQueuesListDialog.__readStderr</h4>
219 <b>__readStderr</b>(<i></i>) 286 <b>__readStderr</b>(<i></i>)
287
220 <p> 288 <p>
221 Private slot to handle the readyReadStderr signal. 289 Private slot to handle the readyReadStderr signal.
222 </p><p> 290 </p>
291 <p>
223 It reads the error output of the process and inserts it into the 292 It reads the error output of the process and inserts it into the
224 error pane. 293 error pane.
225 </p><a NAME="HgQueuesListDialog.__readStdout" ID="HgQueuesListDialog.__readStdout"></a> 294 </p>
295 <a NAME="HgQueuesListDialog.__readStdout" ID="HgQueuesListDialog.__readStdout"></a>
226 <h4>HgQueuesListDialog.__readStdout</h4> 296 <h4>HgQueuesListDialog.__readStdout</h4>
227 <b>__readStdout</b>(<i></i>) 297 <b>__readStdout</b>(<i></i>)
298
228 <p> 299 <p>
229 Private slot to handle the readyReadStdout signal. 300 Private slot to handle the readyReadStdout signal.
230 </p><p> 301 </p>
302 <p>
231 It reads the output of the process, formats it and inserts it into 303 It reads the output of the process, formats it and inserts it into
232 the contents pane. 304 the contents pane.
233 </p><a NAME="HgQueuesListDialog.__resizeColumns" ID="HgQueuesListDialog.__resizeColumns"></a> 305 </p>
306 <a NAME="HgQueuesListDialog.__resizeColumns" ID="HgQueuesListDialog.__resizeColumns"></a>
234 <h4>HgQueuesListDialog.__resizeColumns</h4> 307 <h4>HgQueuesListDialog.__resizeColumns</h4>
235 <b>__resizeColumns</b>(<i></i>) 308 <b>__resizeColumns</b>(<i></i>)
309
236 <p> 310 <p>
237 Private method to resize the list columns. 311 Private method to resize the list columns.
238 </p><a NAME="HgQueuesListDialog.__resort" ID="HgQueuesListDialog.__resort"></a> 312 </p>
313 <a NAME="HgQueuesListDialog.__resort" ID="HgQueuesListDialog.__resort"></a>
239 <h4>HgQueuesListDialog.__resort</h4> 314 <h4>HgQueuesListDialog.__resort</h4>
240 <b>__resort</b>(<i></i>) 315 <b>__resort</b>(<i></i>)
316
241 <p> 317 <p>
242 Private method to resort the tree. 318 Private method to resort the tree.
243 </p><a NAME="HgQueuesListDialog.__showError" ID="HgQueuesListDialog.__showError"></a> 319 </p>
320 <a NAME="HgQueuesListDialog.__showError" ID="HgQueuesListDialog.__showError"></a>
244 <h4>HgQueuesListDialog.__showError</h4> 321 <h4>HgQueuesListDialog.__showError</h4>
245 <b>__showError</b>(<i>out</i>) 322 <b>__showError</b>(<i>out</i>)
323
246 <p> 324 <p>
247 Private slot to show some error. 325 Private slot to show some error.
248 </p><dl> 326 </p>
327 <dl>
328
249 <dt><i>out</i></dt> 329 <dt><i>out</i></dt>
250 <dd> 330 <dd>
251 error to be shown (string) 331 error to be shown (string)
252 </dd> 332 </dd>
253 </dl><a NAME="HgQueuesListDialog.closeEvent" ID="HgQueuesListDialog.closeEvent"></a> 333 </dl>
334 <a NAME="HgQueuesListDialog.closeEvent" ID="HgQueuesListDialog.closeEvent"></a>
254 <h4>HgQueuesListDialog.closeEvent</h4> 335 <h4>HgQueuesListDialog.closeEvent</h4>
255 <b>closeEvent</b>(<i>e</i>) 336 <b>closeEvent</b>(<i>e</i>)
337
256 <p> 338 <p>
257 Protected slot implementing a close event handler. 339 Protected slot implementing a close event handler.
258 </p><dl> 340 </p>
341 <dl>
342
259 <dt><i>e</i></dt> 343 <dt><i>e</i></dt>
260 <dd> 344 <dd>
261 close event (QCloseEvent) 345 close event (QCloseEvent)
262 </dd> 346 </dd>
263 </dl><a NAME="HgQueuesListDialog.keyPressEvent" ID="HgQueuesListDialog.keyPressEvent"></a> 347 </dl>
348 <a NAME="HgQueuesListDialog.keyPressEvent" ID="HgQueuesListDialog.keyPressEvent"></a>
264 <h4>HgQueuesListDialog.keyPressEvent</h4> 349 <h4>HgQueuesListDialog.keyPressEvent</h4>
265 <b>keyPressEvent</b>(<i>evt</i>) 350 <b>keyPressEvent</b>(<i>evt</i>)
351
266 <p> 352 <p>
267 Protected slot to handle a key press event. 353 Protected slot to handle a key press event.
268 </p><dl> 354 </p>
355 <dl>
356
269 <dt><i>evt</i></dt> 357 <dt><i>evt</i></dt>
270 <dd> 358 <dd>
271 the key press event (QKeyEvent) 359 the key press event (QKeyEvent)
272 </dd> 360 </dd>
273 </dl><a NAME="HgQueuesListDialog.on_buttonBox_clicked" ID="HgQueuesListDialog.on_buttonBox_clicked"></a> 361 </dl>
362 <a NAME="HgQueuesListDialog.on_buttonBox_clicked" ID="HgQueuesListDialog.on_buttonBox_clicked"></a>
274 <h4>HgQueuesListDialog.on_buttonBox_clicked</h4> 363 <h4>HgQueuesListDialog.on_buttonBox_clicked</h4>
275 <b>on_buttonBox_clicked</b>(<i>button</i>) 364 <b>on_buttonBox_clicked</b>(<i>button</i>)
365
276 <p> 366 <p>
277 Private slot called by a button of the button box clicked. 367 Private slot called by a button of the button box clicked.
278 </p><dl> 368 </p>
369 <dl>
370
279 <dt><i>button</i></dt> 371 <dt><i>button</i></dt>
280 <dd> 372 <dd>
281 button that was clicked (QAbstractButton) 373 button that was clicked (QAbstractButton)
282 </dd> 374 </dd>
283 </dl><a NAME="HgQueuesListDialog.on_input_returnPressed" ID="HgQueuesListDialog.on_input_returnPressed"></a> 375 </dl>
376 <a NAME="HgQueuesListDialog.on_input_returnPressed" ID="HgQueuesListDialog.on_input_returnPressed"></a>
284 <h4>HgQueuesListDialog.on_input_returnPressed</h4> 377 <h4>HgQueuesListDialog.on_input_returnPressed</h4>
285 <b>on_input_returnPressed</b>(<i></i>) 378 <b>on_input_returnPressed</b>(<i></i>)
379
286 <p> 380 <p>
287 Private slot to handle the press of the return key in the input field. 381 Private slot to handle the press of the return key in the input field.
288 </p><a NAME="HgQueuesListDialog.on_passwordCheckBox_toggled" ID="HgQueuesListDialog.on_passwordCheckBox_toggled"></a> 382 </p>
383 <a NAME="HgQueuesListDialog.on_passwordCheckBox_toggled" ID="HgQueuesListDialog.on_passwordCheckBox_toggled"></a>
289 <h4>HgQueuesListDialog.on_passwordCheckBox_toggled</h4> 384 <h4>HgQueuesListDialog.on_passwordCheckBox_toggled</h4>
290 <b>on_passwordCheckBox_toggled</b>(<i>isOn</i>) 385 <b>on_passwordCheckBox_toggled</b>(<i>isOn</i>)
386
291 <p> 387 <p>
292 Private slot to handle the password checkbox toggled. 388 Private slot to handle the password checkbox toggled.
293 </p><dl> 389 </p>
390 <dl>
391
294 <dt><i>isOn</i></dt> 392 <dt><i>isOn</i></dt>
295 <dd> 393 <dd>
296 flag indicating the status of the check box (boolean) 394 flag indicating the status of the check box (boolean)
297 </dd> 395 </dd>
298 </dl><a NAME="HgQueuesListDialog.on_sendButton_clicked" ID="HgQueuesListDialog.on_sendButton_clicked"></a> 396 </dl>
397 <a NAME="HgQueuesListDialog.on_sendButton_clicked" ID="HgQueuesListDialog.on_sendButton_clicked"></a>
299 <h4>HgQueuesListDialog.on_sendButton_clicked</h4> 398 <h4>HgQueuesListDialog.on_sendButton_clicked</h4>
300 <b>on_sendButton_clicked</b>(<i></i>) 399 <b>on_sendButton_clicked</b>(<i></i>)
400
301 <p> 401 <p>
302 Private slot to send the input to the subversion process. 402 Private slot to send the input to the subversion process.
303 </p><a NAME="HgQueuesListDialog.start" ID="HgQueuesListDialog.start"></a> 403 </p>
404 <a NAME="HgQueuesListDialog.start" ID="HgQueuesListDialog.start"></a>
304 <h4>HgQueuesListDialog.start</h4> 405 <h4>HgQueuesListDialog.start</h4>
305 <b>start</b>(<i>path</i>) 406 <b>start</b>(<i>path</i>)
407
306 <p> 408 <p>
307 Public slot to start the list command. 409 Public slot to start the list command.
308 </p><dl> 410 </p>
411 <dl>
412
309 <dt><i>path</i></dt> 413 <dt><i>path</i></dt>
310 <dd> 414 <dd>
311 name of directory to be listed (string) 415 name of directory to be listed (string)
312 </dd> 416 </dd>
313 </dl> 417 </dl>

eric ide

mercurial