eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html

changeset 7370
5fb53279f2df
parent 7273
391d6b7b1eff
child 7976
a8a20f558176
equal deleted inserted replaced
7369:dbeeed55df08 7370:5fb53279f2df
83 <tr> 83 <tr>
84 <td><a href="#HgGpgSignaturesDialog.__generateItem">__generateItem</a></td> 84 <td><a href="#HgGpgSignaturesDialog.__generateItem">__generateItem</a></td>
85 <td>Private method to generate a patch item in the list of patches.</td> 85 <td>Private method to generate a patch item in the list of patches.</td>
86 </tr> 86 </tr>
87 <tr> 87 <tr>
88 <td><a href="#HgGpgSignaturesDialog.__procFinished">__procFinished</a></td>
89 <td>Private slot connected to the finished signal.</td>
90 </tr>
91 <tr>
92 <td><a href="#HgGpgSignaturesDialog.__processOutputLine">__processOutputLine</a></td> 88 <td><a href="#HgGpgSignaturesDialog.__processOutputLine">__processOutputLine</a></td>
93 <td>Private method to process the lines of output.</td> 89 <td>Private method to process the lines of output.</td>
94 </tr> 90 </tr>
95 <tr> 91 <tr>
96 <td><a href="#HgGpgSignaturesDialog.__readStderr">__readStderr</a></td>
97 <td>Private slot to handle the readyReadStderr signal.</td>
98 </tr>
99 <tr>
100 <td><a href="#HgGpgSignaturesDialog.__readStdout">__readStdout</a></td>
101 <td>Private slot to handle the readyReadStdout signal.</td>
102 </tr>
103 <tr>
104 <td><a href="#HgGpgSignaturesDialog.__resizeColumns">__resizeColumns</a></td> 92 <td><a href="#HgGpgSignaturesDialog.__resizeColumns">__resizeColumns</a></td>
105 <td>Private method to resize the list columns.</td> 93 <td>Private method to resize the list columns.</td>
106 </tr> 94 </tr>
107 <tr> 95 <tr>
108 <td><a href="#HgGpgSignaturesDialog.__resort">__resort</a></td> 96 <td><a href="#HgGpgSignaturesDialog.__resort">__resort</a></td>
115 <tr> 103 <tr>
116 <td><a href="#HgGpgSignaturesDialog.closeEvent">closeEvent</a></td> 104 <td><a href="#HgGpgSignaturesDialog.closeEvent">closeEvent</a></td>
117 <td>Protected slot implementing a close event handler.</td> 105 <td>Protected slot implementing a close event handler.</td>
118 </tr> 106 </tr>
119 <tr> 107 <tr>
120 <td><a href="#HgGpgSignaturesDialog.keyPressEvent">keyPressEvent</a></td>
121 <td>Protected slot to handle a key press event.</td>
122 </tr>
123 <tr>
124 <td><a href="#HgGpgSignaturesDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> 108 <td><a href="#HgGpgSignaturesDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td>
125 <td>Private slot called by a button of the button box clicked.</td> 109 <td>Private slot called by a button of the button box clicked.</td>
126 </tr> 110 </tr>
127 <tr> 111 <tr>
128 <td><a href="#HgGpgSignaturesDialog.on_categoryCombo_activated">on_categoryCombo_activated</a></td> 112 <td><a href="#HgGpgSignaturesDialog.on_categoryCombo_activated">on_categoryCombo_activated</a></td>
129 <td>Private slot called, when a new filter category is selected.</td> 113 <td>Private slot called, when a new filter category is selected.</td>
130 </tr> 114 </tr>
131 <tr> 115 <tr>
132 <td><a href="#HgGpgSignaturesDialog.on_input_returnPressed">on_input_returnPressed</a></td>
133 <td>Private slot to handle the press of the return key in the input field.</td>
134 </tr>
135 <tr>
136 <td><a href="#HgGpgSignaturesDialog.on_passwordCheckBox_toggled">on_passwordCheckBox_toggled</a></td>
137 <td>Private slot to handle the password checkbox toggled.</td>
138 </tr>
139 <tr>
140 <td><a href="#HgGpgSignaturesDialog.on_rxEdit_textChanged">on_rxEdit_textChanged</a></td> 116 <td><a href="#HgGpgSignaturesDialog.on_rxEdit_textChanged">on_rxEdit_textChanged</a></td>
141 <td>Private slot called, when a filter expression is entered.</td> 117 <td>Private slot called, when a filter expression is entered.</td>
142 </tr>
143 <tr>
144 <td><a href="#HgGpgSignaturesDialog.on_sendButton_clicked">on_sendButton_clicked</a></td>
145 <td>Private slot to send the input to the subversion process.</td>
146 </tr> 118 </tr>
147 <tr> 119 <tr>
148 <td><a href="#HgGpgSignaturesDialog.on_signaturesList_itemSelectionChanged">on_signaturesList_itemSelectionChanged</a></td> 120 <td><a href="#HgGpgSignaturesDialog.on_signaturesList_itemSelectionChanged">on_signaturesList_itemSelectionChanged</a></td>
149 <td>Private slot handling changes of the selection.</td> 121 <td>Private slot handling changes of the selection.</td>
150 </tr> 122 </tr>
216 <dt><i>signature</i></dt> 188 <dt><i>signature</i></dt>
217 <dd> 189 <dd>
218 signature of the changeset (string) 190 signature of the changeset (string)
219 </dd> 191 </dd>
220 </dl> 192 </dl>
221 <a NAME="HgGpgSignaturesDialog.__procFinished" ID="HgGpgSignaturesDialog.__procFinished"></a>
222 <h4>HgGpgSignaturesDialog.__procFinished</h4>
223 <b>__procFinished</b>(<i>exitCode, exitStatus</i>)
224
225 <p>
226 Private slot connected to the finished signal.
227 </p>
228 <dl>
229
230 <dt><i>exitCode</i></dt>
231 <dd>
232 exit code of the process (integer)
233 </dd>
234 <dt><i>exitStatus</i></dt>
235 <dd>
236 exit status of the process (QProcess.ExitStatus)
237 </dd>
238 </dl>
239 <a NAME="HgGpgSignaturesDialog.__processOutputLine" ID="HgGpgSignaturesDialog.__processOutputLine"></a> 193 <a NAME="HgGpgSignaturesDialog.__processOutputLine" ID="HgGpgSignaturesDialog.__processOutputLine"></a>
240 <h4>HgGpgSignaturesDialog.__processOutputLine</h4> 194 <h4>HgGpgSignaturesDialog.__processOutputLine</h4>
241 <b>__processOutputLine</b>(<i>line</i>) 195 <b>__processOutputLine</b>(<i>line</i>)
242 196
243 <p> 197 <p>
248 <dt><i>line</i></dt> 202 <dt><i>line</i></dt>
249 <dd> 203 <dd>
250 output line to be processed (string) 204 output line to be processed (string)
251 </dd> 205 </dd>
252 </dl> 206 </dl>
253 <a NAME="HgGpgSignaturesDialog.__readStderr" ID="HgGpgSignaturesDialog.__readStderr"></a>
254 <h4>HgGpgSignaturesDialog.__readStderr</h4>
255 <b>__readStderr</b>(<i></i>)
256
257 <p>
258 Private slot to handle the readyReadStderr signal.
259 </p>
260 <p>
261 It reads the error output of the process and inserts it into the
262 error pane.
263 </p>
264 <a NAME="HgGpgSignaturesDialog.__readStdout" ID="HgGpgSignaturesDialog.__readStdout"></a>
265 <h4>HgGpgSignaturesDialog.__readStdout</h4>
266 <b>__readStdout</b>(<i></i>)
267
268 <p>
269 Private slot to handle the readyReadStdout signal.
270 </p>
271 <p>
272 It reads the output of the process, formats it and inserts it into
273 the contents pane.
274 </p>
275 <a NAME="HgGpgSignaturesDialog.__resizeColumns" ID="HgGpgSignaturesDialog.__resizeColumns"></a> 207 <a NAME="HgGpgSignaturesDialog.__resizeColumns" ID="HgGpgSignaturesDialog.__resizeColumns"></a>
276 <h4>HgGpgSignaturesDialog.__resizeColumns</h4> 208 <h4>HgGpgSignaturesDialog.__resizeColumns</h4>
277 <b>__resizeColumns</b>(<i></i>) 209 <b>__resizeColumns</b>(<i></i>)
278 210
279 <p> 211 <p>
312 <dt><i>e</i></dt> 244 <dt><i>e</i></dt>
313 <dd> 245 <dd>
314 close event (QCloseEvent) 246 close event (QCloseEvent)
315 </dd> 247 </dd>
316 </dl> 248 </dl>
317 <a NAME="HgGpgSignaturesDialog.keyPressEvent" ID="HgGpgSignaturesDialog.keyPressEvent"></a>
318 <h4>HgGpgSignaturesDialog.keyPressEvent</h4>
319 <b>keyPressEvent</b>(<i>evt</i>)
320
321 <p>
322 Protected slot to handle a key press event.
323 </p>
324 <dl>
325
326 <dt><i>evt</i></dt>
327 <dd>
328 the key press event (QKeyEvent)
329 </dd>
330 </dl>
331 <a NAME="HgGpgSignaturesDialog.on_buttonBox_clicked" ID="HgGpgSignaturesDialog.on_buttonBox_clicked"></a> 249 <a NAME="HgGpgSignaturesDialog.on_buttonBox_clicked" ID="HgGpgSignaturesDialog.on_buttonBox_clicked"></a>
332 <h4>HgGpgSignaturesDialog.on_buttonBox_clicked</h4> 250 <h4>HgGpgSignaturesDialog.on_buttonBox_clicked</h4>
333 <b>on_buttonBox_clicked</b>(<i>button</i>) 251 <b>on_buttonBox_clicked</b>(<i>button</i>)
334 252
335 <p> 253 <p>
354 <dt><i>txt</i></dt> 272 <dt><i>txt</i></dt>
355 <dd> 273 <dd>
356 text of the selected category (string) 274 text of the selected category (string)
357 </dd> 275 </dd>
358 </dl> 276 </dl>
359 <a NAME="HgGpgSignaturesDialog.on_input_returnPressed" ID="HgGpgSignaturesDialog.on_input_returnPressed"></a>
360 <h4>HgGpgSignaturesDialog.on_input_returnPressed</h4>
361 <b>on_input_returnPressed</b>(<i></i>)
362
363 <p>
364 Private slot to handle the press of the return key in the input field.
365 </p>
366 <a NAME="HgGpgSignaturesDialog.on_passwordCheckBox_toggled" ID="HgGpgSignaturesDialog.on_passwordCheckBox_toggled"></a>
367 <h4>HgGpgSignaturesDialog.on_passwordCheckBox_toggled</h4>
368 <b>on_passwordCheckBox_toggled</b>(<i>isOn</i>)
369
370 <p>
371 Private slot to handle the password checkbox toggled.
372 </p>
373 <dl>
374
375 <dt><i>isOn</i></dt>
376 <dd>
377 flag indicating the status of the check box (boolean)
378 </dd>
379 </dl>
380 <a NAME="HgGpgSignaturesDialog.on_rxEdit_textChanged" ID="HgGpgSignaturesDialog.on_rxEdit_textChanged"></a> 277 <a NAME="HgGpgSignaturesDialog.on_rxEdit_textChanged" ID="HgGpgSignaturesDialog.on_rxEdit_textChanged"></a>
381 <h4>HgGpgSignaturesDialog.on_rxEdit_textChanged</h4> 278 <h4>HgGpgSignaturesDialog.on_rxEdit_textChanged</h4>
382 <b>on_rxEdit_textChanged</b>(<i>txt</i>) 279 <b>on_rxEdit_textChanged</b>(<i>txt</i>)
383 280
384 <p> 281 <p>
389 <dt><i>txt</i></dt> 286 <dt><i>txt</i></dt>
390 <dd> 287 <dd>
391 filter expression (string) 288 filter expression (string)
392 </dd> 289 </dd>
393 </dl> 290 </dl>
394 <a NAME="HgGpgSignaturesDialog.on_sendButton_clicked" ID="HgGpgSignaturesDialog.on_sendButton_clicked"></a>
395 <h4>HgGpgSignaturesDialog.on_sendButton_clicked</h4>
396 <b>on_sendButton_clicked</b>(<i></i>)
397
398 <p>
399 Private slot to send the input to the subversion process.
400 </p>
401 <a NAME="HgGpgSignaturesDialog.on_signaturesList_itemSelectionChanged" ID="HgGpgSignaturesDialog.on_signaturesList_itemSelectionChanged"></a> 291 <a NAME="HgGpgSignaturesDialog.on_signaturesList_itemSelectionChanged" ID="HgGpgSignaturesDialog.on_signaturesList_itemSelectionChanged"></a>
402 <h4>HgGpgSignaturesDialog.on_signaturesList_itemSelectionChanged</h4> 292 <h4>HgGpgSignaturesDialog.on_signaturesList_itemSelectionChanged</h4>
403 <b>on_signaturesList_itemSelectionChanged</b>(<i></i>) 293 <b>on_signaturesList_itemSelectionChanged</b>(<i></i>)
404 294
405 <p> 295 <p>

eric ide

mercurial