src/eric7/Documentation/Source/eric7.Plugins.WizardPlugins.QRegularExpressionWizard.QRegularExpressionWizardDialog.html

branch
eric7
changeset 10479
856476537696
parent 10437
2f70ca07f0af
equal deleted inserted replaced
10478:de9106c55c3d 10479:856476537696
5 <link rel="stylesheet" href="styles.css"> 5 <link rel="stylesheet" href="styles.css">
6 </head> 6 </head>
7 <body> 7 <body>
8 <a NAME="top" ID="top"></a> 8 <a NAME="top" ID="top"></a>
9 <h1>eric7.Plugins.WizardPlugins.QRegularExpressionWizard.QRegularExpressionWizardDialog</h1> 9 <h1>eric7.Plugins.WizardPlugins.QRegularExpressionWizard.QRegularExpressionWizardDialog</h1>
10
11 <p> 10 <p>
12 Module implementing the QRegularExpression wizard dialog. 11 Module implementing the QRegularExpression wizard dialog.
13 </p> 12 </p>
13
14 <h3>Global Attributes</h3> 14 <h3>Global Attributes</h3>
15 15 <table>
16 <table> 16 <tr><td>None</td></tr>
17 <tr><td>None</td></tr> 17 </table>
18 </table> 18
19 <h3>Classes</h3> 19 <h3>Classes</h3>
20 20 <table>
21 <table>
22
23 <tr> 21 <tr>
24 <td><a href="#QRegularExpressionWizardDialog">QRegularExpressionWizardDialog</a></td> 22 <td><a href="#QRegularExpressionWizardDialog">QRegularExpressionWizardDialog</a></td>
25 <td>Class for the dialog variant.</td> 23 <td>Class for the dialog variant.</td>
26 </tr> 24 </tr>
27 <tr> 25 <tr>
31 <tr> 29 <tr>
32 <td><a href="#QRegularExpressionWizardWindow">QRegularExpressionWizardWindow</a></td> 30 <td><a href="#QRegularExpressionWizardWindow">QRegularExpressionWizardWindow</a></td>
33 <td>Main window class for the standalone dialog.</td> 31 <td>Main window class for the standalone dialog.</td>
34 </tr> 32 </tr>
35 </table> 33 </table>
34
36 <h3>Functions</h3> 35 <h3>Functions</h3>
37 36 <table>
38 <table> 37 <tr><td>None</td></tr>
39 <tr><td>None</td></tr> 38 </table>
40 </table> 39
41 <hr /> 40 <hr />
42 <hr /> 41 <hr />
43 <a NAME="QRegularExpressionWizardDialog" ID="QRegularExpressionWizardDialog"></a> 42 <a NAME="QRegularExpressionWizardDialog" ID="QRegularExpressionWizardDialog"></a>
44 <h2>QRegularExpressionWizardDialog</h2> 43 <h2>QRegularExpressionWizardDialog</h2>
45
46 <p> 44 <p>
47 Class for the dialog variant. 45 Class for the dialog variant.
48 </p> 46 </p>
47
49 <h3>Derived from</h3> 48 <h3>Derived from</h3>
50 QDialog 49 QDialog
51 <h3>Class Attributes</h3> 50 <h3>Class Attributes</h3>
52 51 <table>
53 <table> 52 <tr><td>None</td></tr>
54 <tr><td>None</td></tr> 53 </table>
55 </table> 54
56 <h3>Class Methods</h3> 55 <h3>Class Methods</h3>
57 56 <table>
58 <table> 57 <tr><td>None</td></tr>
59 <tr><td>None</td></tr> 58 </table>
60 </table> 59
61 <h3>Methods</h3> 60 <h3>Methods</h3>
62 61 <table>
63 <table>
64
65 <tr> 62 <tr>
66 <td><a href="#QRegularExpressionWizardDialog.__init__">QRegularExpressionWizardDialog</a></td> 63 <td><a href="#QRegularExpressionWizardDialog.__init__">QRegularExpressionWizardDialog</a></td>
67 <td>Constructor</td> 64 <td>Constructor</td>
68 </tr> 65 </tr>
69 <tr> 66 <tr>
77 <tr> 74 <tr>
78 <td><a href="#QRegularExpressionWizardDialog.reject">reject</a></td> 75 <td><a href="#QRegularExpressionWizardDialog.reject">reject</a></td>
79 <td>Public slot to hide the dialog and set the result code to Rejected.</td> 76 <td>Public slot to hide the dialog and set the result code to Rejected.</td>
80 </tr> 77 </tr>
81 </table> 78 </table>
79
82 <h3>Static Methods</h3> 80 <h3>Static Methods</h3>
83 81 <table>
84 <table> 82 <tr><td>None</td></tr>
85 <tr><td>None</td></tr> 83 </table>
86 </table> 84
87 85
88 <a NAME="QRegularExpressionWizardDialog.__init__" ID="QRegularExpressionWizardDialog.__init__"></a> 86 <a NAME="QRegularExpressionWizardDialog.__init__" ID="QRegularExpressionWizardDialog.__init__"></a>
89 <h4>QRegularExpressionWizardDialog (Constructor)</h4> 87 <h4>QRegularExpressionWizardDialog (Constructor)</h4>
90 <b>QRegularExpressionWizardDialog</b>(<i>parent=None, fromEric=True</i>) 88 <b>QRegularExpressionWizardDialog</b>(<i>parent=None, fromEric=True</i>)
91
92 <p> 89 <p>
93 Constructor 90 Constructor
94 </p> 91 </p>
92
95 <dl> 93 <dl>
96 94
97 <dt><i>parent</i> (QWidget)</dt> 95 <dt><i>parent</i> (QWidget)</dt>
98 <dd> 96 <dd>
99 parent widget 97 parent widget
104 </dd> 102 </dd>
105 </dl> 103 </dl>
106 <a NAME="QRegularExpressionWizardDialog.accept" ID="QRegularExpressionWizardDialog.accept"></a> 104 <a NAME="QRegularExpressionWizardDialog.accept" ID="QRegularExpressionWizardDialog.accept"></a>
107 <h4>QRegularExpressionWizardDialog.accept</h4> 105 <h4>QRegularExpressionWizardDialog.accept</h4>
108 <b>accept</b>(<i></i>) 106 <b>accept</b>(<i></i>)
109
110 <p> 107 <p>
111 Public slot to hide the dialog and set the result code to Accepted. 108 Public slot to hide the dialog and set the result code to Accepted.
112 </p> 109 </p>
110
113 <a NAME="QRegularExpressionWizardDialog.getCode" ID="QRegularExpressionWizardDialog.getCode"></a> 111 <a NAME="QRegularExpressionWizardDialog.getCode" ID="QRegularExpressionWizardDialog.getCode"></a>
114 <h4>QRegularExpressionWizardDialog.getCode</h4> 112 <h4>QRegularExpressionWizardDialog.getCode</h4>
115 <b>getCode</b>(<i>indLevel, indString</i>) 113 <b>getCode</b>(<i>indLevel, indString</i>)
116
117 <p> 114 <p>
118 Public method to get the source code. 115 Public method to get the source code.
119 </p> 116 </p>
117
120 <dl> 118 <dl>
121 119
122 <dt><i>indLevel</i> (int)</dt> 120 <dt><i>indLevel</i> (int)</dt>
123 <dd> 121 <dd>
124 indentation level 122 indentation level
141 </dd> 139 </dd>
142 </dl> 140 </dl>
143 <a NAME="QRegularExpressionWizardDialog.reject" ID="QRegularExpressionWizardDialog.reject"></a> 141 <a NAME="QRegularExpressionWizardDialog.reject" ID="QRegularExpressionWizardDialog.reject"></a>
144 <h4>QRegularExpressionWizardDialog.reject</h4> 142 <h4>QRegularExpressionWizardDialog.reject</h4>
145 <b>reject</b>(<i></i>) 143 <b>reject</b>(<i></i>)
146
147 <p> 144 <p>
148 Public slot to hide the dialog and set the result code to Rejected. 145 Public slot to hide the dialog and set the result code to Rejected.
149 </p> 146 </p>
147
150 <div align="right"><a href="#top">Up</a></div> 148 <div align="right"><a href="#top">Up</a></div>
151 <hr /> 149 <hr />
152 <hr /> 150 <hr />
153 <a NAME="QRegularExpressionWizardWidget" ID="QRegularExpressionWizardWidget"></a> 151 <a NAME="QRegularExpressionWizardWidget" ID="QRegularExpressionWizardWidget"></a>
154 <h2>QRegularExpressionWizardWidget</h2> 152 <h2>QRegularExpressionWizardWidget</h2>
155
156 <p> 153 <p>
157 Class implementing the QRegularExpression wizard dialog. 154 Class implementing the QRegularExpression wizard dialog.
158 </p> 155 </p>
156
159 <h3>Derived from</h3> 157 <h3>Derived from</h3>
160 QWidget, Ui_QRegularExpressionWizardDialog 158 QWidget, Ui_QRegularExpressionWizardDialog
161 <h3>Class Attributes</h3> 159 <h3>Class Attributes</h3>
162 160 <table>
163 <table> 161 <tr><td>None</td></tr>
164 <tr><td>None</td></tr> 162 </table>
165 </table> 163
166 <h3>Class Methods</h3> 164 <h3>Class Methods</h3>
167 165 <table>
168 <table> 166 <tr><td>None</td></tr>
169 <tr><td>None</td></tr> 167 </table>
170 </table> 168
171 <h3>Methods</h3> 169 <h3>Methods</h3>
172 170 <table>
173 <table>
174
175 <tr> 171 <tr>
176 <td><a href="#QRegularExpressionWizardWidget.__init__">QRegularExpressionWizardWidget</a></td> 172 <td><a href="#QRegularExpressionWizardWidget.__init__">QRegularExpressionWizardWidget</a></td>
177 <td>Constructor</td> 173 <td>Constructor</td>
178 </tr> 174 </tr>
179 <tr> 175 <tr>
307 <tr> 303 <tr>
308 <td><a href="#QRegularExpressionWizardWidget.shutdown">shutdown</a></td> 304 <td><a href="#QRegularExpressionWizardWidget.shutdown">shutdown</a></td>
309 <td>Public method to shut down the server part.</td> 305 <td>Public method to shut down the server part.</td>
310 </tr> 306 </tr>
311 </table> 307 </table>
308
312 <h3>Static Methods</h3> 309 <h3>Static Methods</h3>
313 310 <table>
314 <table> 311 <tr><td>None</td></tr>
315 <tr><td>None</td></tr> 312 </table>
316 </table> 313
317 314
318 <a NAME="QRegularExpressionWizardWidget.__init__" ID="QRegularExpressionWizardWidget.__init__"></a> 315 <a NAME="QRegularExpressionWizardWidget.__init__" ID="QRegularExpressionWizardWidget.__init__"></a>
319 <h4>QRegularExpressionWizardWidget (Constructor)</h4> 316 <h4>QRegularExpressionWizardWidget (Constructor)</h4>
320 <b>QRegularExpressionWizardWidget</b>(<i>parent=None, fromEric=True</i>) 317 <b>QRegularExpressionWizardWidget</b>(<i>parent=None, fromEric=True</i>)
321
322 <p> 318 <p>
323 Constructor 319 Constructor
324 </p> 320 </p>
321
325 <dl> 322 <dl>
326 323
327 <dt><i>parent</i> (QWidget)</dt> 324 <dt><i>parent</i> (QWidget)</dt>
328 <dd> 325 <dd>
329 parent widget 326 parent widget
334 </dd> 331 </dd>
335 </dl> 332 </dl>
336 <a NAME="QRegularExpressionWizardWidget.__insertString" ID="QRegularExpressionWizardWidget.__insertString"></a> 333 <a NAME="QRegularExpressionWizardWidget.__insertString" ID="QRegularExpressionWizardWidget.__insertString"></a>
337 <h4>QRegularExpressionWizardWidget.__insertString</h4> 334 <h4>QRegularExpressionWizardWidget.__insertString</h4>
338 <b>__insertString</b>(<i>s, steps=0</i>) 335 <b>__insertString</b>(<i>s, steps=0</i>)
339
340 <p> 336 <p>
341 Private method to insert a string into line edit and move cursor. 337 Private method to insert a string into line edit and move cursor.
342 </p> 338 </p>
339
343 <dl> 340 <dl>
344 341
345 <dt><i>s</i> (str)</dt> 342 <dt><i>s</i> (str)</dt>
346 <dd> 343 <dd>
347 string to be inserted into the regexp line edit 344 string to be inserted into the regexp line edit
353 </dd> 350 </dd>
354 </dl> 351 </dl>
355 <a NAME="QRegularExpressionWizardWidget.__receiveResponse" ID="QRegularExpressionWizardWidget.__receiveResponse"></a> 352 <a NAME="QRegularExpressionWizardWidget.__receiveResponse" ID="QRegularExpressionWizardWidget.__receiveResponse"></a>
356 <h4>QRegularExpressionWizardWidget.__receiveResponse</h4> 353 <h4>QRegularExpressionWizardWidget.__receiveResponse</h4>
357 <b>__receiveResponse</b>(<i></i>) 354 <b>__receiveResponse</b>(<i></i>)
358
359 <p> 355 <p>
360 Private method to receive a response from the server. 356 Private method to receive a response from the server.
361 </p> 357 </p>
358
362 <dl> 359 <dl>
363 <dt>Return:</dt> 360 <dt>Return:</dt>
364 <dd> 361 <dd>
365 response dictionary 362 response dictionary
366 </dd> 363 </dd>
372 </dd> 369 </dd>
373 </dl> 370 </dl>
374 <a NAME="QRegularExpressionWizardWidget.__sendCommand" ID="QRegularExpressionWizardWidget.__sendCommand"></a> 371 <a NAME="QRegularExpressionWizardWidget.__sendCommand" ID="QRegularExpressionWizardWidget.__sendCommand"></a>
375 <h4>QRegularExpressionWizardWidget.__sendCommand</h4> 372 <h4>QRegularExpressionWizardWidget.__sendCommand</h4>
376 <b>__sendCommand</b>(<i>command, **kw</i>) 373 <b>__sendCommand</b>(<i>command, **kw</i>)
377
378 <p> 374 <p>
379 Private method to send a command to the server. 375 Private method to send a command to the server.
380 </p> 376 </p>
377
381 <dl> 378 <dl>
382 379
383 <dt><i>command</i> (dict)</dt> 380 <dt><i>command</i> (dict)</dt>
384 <dd> 381 <dd>
385 dictionary with command string and related data 382 dictionary with command string and related data
402 </dd> 399 </dd>
403 </dl> 400 </dl>
404 <a NAME="QRegularExpressionWizardWidget.getCode" ID="QRegularExpressionWizardWidget.getCode"></a> 401 <a NAME="QRegularExpressionWizardWidget.getCode" ID="QRegularExpressionWizardWidget.getCode"></a>
405 <h4>QRegularExpressionWizardWidget.getCode</h4> 402 <h4>QRegularExpressionWizardWidget.getCode</h4>
406 <b>getCode</b>(<i>indLevel, indString</i>) 403 <b>getCode</b>(<i>indLevel, indString</i>)
407
408 <p> 404 <p>
409 Public method to get the source code. 405 Public method to get the source code.
410 </p> 406 </p>
407
411 <dl> 408 <dl>
412 409
413 <dt><i>indLevel</i> (int)</dt> 410 <dt><i>indLevel</i> (int)</dt>
414 <dd> 411 <dd>
415 indentation level 412 indentation level
432 </dd> 429 </dd>
433 </dl> 430 </dl>
434 <a NAME="QRegularExpressionWizardWidget.on_altnButton_clicked" ID="QRegularExpressionWizardWidget.on_altnButton_clicked"></a> 431 <a NAME="QRegularExpressionWizardWidget.on_altnButton_clicked" ID="QRegularExpressionWizardWidget.on_altnButton_clicked"></a>
435 <h4>QRegularExpressionWizardWidget.on_altnButton_clicked</h4> 432 <h4>QRegularExpressionWizardWidget.on_altnButton_clicked</h4>
436 <b>on_altnButton_clicked</b>(<i></i>) 433 <b>on_altnButton_clicked</b>(<i></i>)
437
438 <p> 434 <p>
439 Private slot to handle the alternatives toolbutton. 435 Private slot to handle the alternatives toolbutton.
440 </p> 436 </p>
437
441 <a NAME="QRegularExpressionWizardWidget.on_anycharButton_clicked" ID="QRegularExpressionWizardWidget.on_anycharButton_clicked"></a> 438 <a NAME="QRegularExpressionWizardWidget.on_anycharButton_clicked" ID="QRegularExpressionWizardWidget.on_anycharButton_clicked"></a>
442 <h4>QRegularExpressionWizardWidget.on_anycharButton_clicked</h4> 439 <h4>QRegularExpressionWizardWidget.on_anycharButton_clicked</h4>
443 <b>on_anycharButton_clicked</b>(<i></i>) 440 <b>on_anycharButton_clicked</b>(<i></i>)
444
445 <p> 441 <p>
446 Private slot to handle the any character toolbutton. 442 Private slot to handle the any character toolbutton.
447 </p> 443 </p>
444
448 <a NAME="QRegularExpressionWizardWidget.on_atomicGroupButton_clicked" ID="QRegularExpressionWizardWidget.on_atomicGroupButton_clicked"></a> 445 <a NAME="QRegularExpressionWizardWidget.on_atomicGroupButton_clicked" ID="QRegularExpressionWizardWidget.on_atomicGroupButton_clicked"></a>
449 <h4>QRegularExpressionWizardWidget.on_atomicGroupButton_clicked</h4> 446 <h4>QRegularExpressionWizardWidget.on_atomicGroupButton_clicked</h4>
450 <b>on_atomicGroupButton_clicked</b>(<i></i>) 447 <b>on_atomicGroupButton_clicked</b>(<i></i>)
451
452 <p> 448 <p>
453 Private slot to handle the atomic non group toolbutton. 449 Private slot to handle the atomic non group toolbutton.
454 </p> 450 </p>
451
455 <a NAME="QRegularExpressionWizardWidget.on_beglineButton_clicked" ID="QRegularExpressionWizardWidget.on_beglineButton_clicked"></a> 452 <a NAME="QRegularExpressionWizardWidget.on_beglineButton_clicked" ID="QRegularExpressionWizardWidget.on_beglineButton_clicked"></a>
456 <h4>QRegularExpressionWizardWidget.on_beglineButton_clicked</h4> 453 <h4>QRegularExpressionWizardWidget.on_beglineButton_clicked</h4>
457 <b>on_beglineButton_clicked</b>(<i></i>) 454 <b>on_beglineButton_clicked</b>(<i></i>)
458
459 <p> 455 <p>
460 Private slot to handle the begin line toolbutton. 456 Private slot to handle the begin line toolbutton.
461 </p> 457 </p>
458
462 <a NAME="QRegularExpressionWizardWidget.on_buttonBox_clicked" ID="QRegularExpressionWizardWidget.on_buttonBox_clicked"></a> 459 <a NAME="QRegularExpressionWizardWidget.on_buttonBox_clicked" ID="QRegularExpressionWizardWidget.on_buttonBox_clicked"></a>
463 <h4>QRegularExpressionWizardWidget.on_buttonBox_clicked</h4> 460 <h4>QRegularExpressionWizardWidget.on_buttonBox_clicked</h4>
464 <b>on_buttonBox_clicked</b>(<i>button</i>) 461 <b>on_buttonBox_clicked</b>(<i>button</i>)
465
466 <p> 462 <p>
467 Private slot called by a button of the button box clicked. 463 Private slot called by a button of the button box clicked.
468 </p> 464 </p>
465
469 <dl> 466 <dl>
470 467
471 <dt><i>button</i> (QAbstractButton)</dt> 468 <dt><i>button</i> (QAbstractButton)</dt>
472 <dd> 469 <dd>
473 button that was clicked 470 button that was clicked
474 </dd> 471 </dd>
475 </dl> 472 </dl>
476 <a NAME="QRegularExpressionWizardWidget.on_charButton_clicked" ID="QRegularExpressionWizardWidget.on_charButton_clicked"></a> 473 <a NAME="QRegularExpressionWizardWidget.on_charButton_clicked" ID="QRegularExpressionWizardWidget.on_charButton_clicked"></a>
477 <h4>QRegularExpressionWizardWidget.on_charButton_clicked</h4> 474 <h4>QRegularExpressionWizardWidget.on_charButton_clicked</h4>
478 <b>on_charButton_clicked</b>(<i></i>) 475 <b>on_charButton_clicked</b>(<i></i>)
479
480 <p> 476 <p>
481 Private slot to handle the characters toolbutton. 477 Private slot to handle the characters toolbutton.
482 </p> 478 </p>
479
483 <a NAME="QRegularExpressionWizardWidget.on_commentButton_clicked" ID="QRegularExpressionWizardWidget.on_commentButton_clicked"></a> 480 <a NAME="QRegularExpressionWizardWidget.on_commentButton_clicked" ID="QRegularExpressionWizardWidget.on_commentButton_clicked"></a>
484 <h4>QRegularExpressionWizardWidget.on_commentButton_clicked</h4> 481 <h4>QRegularExpressionWizardWidget.on_commentButton_clicked</h4>
485 <b>on_commentButton_clicked</b>(<i></i>) 482 <b>on_commentButton_clicked</b>(<i></i>)
486
487 <p> 483 <p>
488 Private slot to handle the comment toolbutton. 484 Private slot to handle the comment toolbutton.
489 </p> 485 </p>
486
490 <a NAME="QRegularExpressionWizardWidget.on_copyButton_clicked" ID="QRegularExpressionWizardWidget.on_copyButton_clicked"></a> 487 <a NAME="QRegularExpressionWizardWidget.on_copyButton_clicked" ID="QRegularExpressionWizardWidget.on_copyButton_clicked"></a>
491 <h4>QRegularExpressionWizardWidget.on_copyButton_clicked</h4> 488 <h4>QRegularExpressionWizardWidget.on_copyButton_clicked</h4>
492 <b>on_copyButton_clicked</b>(<i></i>) 489 <b>on_copyButton_clicked</b>(<i></i>)
493
494 <p> 490 <p>
495 Private slot to copy the QRegularExpression string into the clipboard. 491 Private slot to copy the QRegularExpression string into the clipboard.
496 </p> 492 </p>
497 <p> 493 <p>
498 This slot is only available, if not called from within eric. 494 This slot is only available, if not called from within eric.
499 </p> 495 </p>
496
500 <a NAME="QRegularExpressionWizardWidget.on_endlineButton_clicked" ID="QRegularExpressionWizardWidget.on_endlineButton_clicked"></a> 497 <a NAME="QRegularExpressionWizardWidget.on_endlineButton_clicked" ID="QRegularExpressionWizardWidget.on_endlineButton_clicked"></a>
501 <h4>QRegularExpressionWizardWidget.on_endlineButton_clicked</h4> 498 <h4>QRegularExpressionWizardWidget.on_endlineButton_clicked</h4>
502 <b>on_endlineButton_clicked</b>(<i></i>) 499 <b>on_endlineButton_clicked</b>(<i></i>)
503
504 <p> 500 <p>
505 Private slot to handle the end line toolbutton. 501 Private slot to handle the end line toolbutton.
506 </p> 502 </p>
503
507 <a NAME="QRegularExpressionWizardWidget.on_executeButton_clicked" ID="QRegularExpressionWizardWidget.on_executeButton_clicked"></a> 504 <a NAME="QRegularExpressionWizardWidget.on_executeButton_clicked" ID="QRegularExpressionWizardWidget.on_executeButton_clicked"></a>
508 <h4>QRegularExpressionWizardWidget.on_executeButton_clicked</h4> 505 <h4>QRegularExpressionWizardWidget.on_executeButton_clicked</h4>
509 <b>on_executeButton_clicked</b>(<i>startpos=0</i>) 506 <b>on_executeButton_clicked</b>(<i>startpos=0</i>)
510
511 <p> 507 <p>
512 Private slot to execute the entered QRegularExpression on the test 508 Private slot to execute the entered QRegularExpression on the test
513 text. 509 text.
514 </p> 510 </p>
515 <p> 511 <p>
516 This slot will execute the entered QRegularExpression on the entered 512 This slot will execute the entered QRegularExpression on the entered
517 test data and will display the result in the table part of the dialog. 513 test data and will display the result in the table part of the dialog.
518 </p> 514 </p>
515
519 <dl> 516 <dl>
520 517
521 <dt><i>startpos</i> (int)</dt> 518 <dt><i>startpos</i> (int)</dt>
522 <dd> 519 <dd>
523 starting position for the QRegularExpression matching 520 starting position for the QRegularExpression matching
524 </dd> 521 </dd>
525 </dl> 522 </dl>
526 <a NAME="QRegularExpressionWizardWidget.on_groupButton_clicked" ID="QRegularExpressionWizardWidget.on_groupButton_clicked"></a> 523 <a NAME="QRegularExpressionWizardWidget.on_groupButton_clicked" ID="QRegularExpressionWizardWidget.on_groupButton_clicked"></a>
527 <h4>QRegularExpressionWizardWidget.on_groupButton_clicked</h4> 524 <h4>QRegularExpressionWizardWidget.on_groupButton_clicked</h4>
528 <b>on_groupButton_clicked</b>(<i></i>) 525 <b>on_groupButton_clicked</b>(<i></i>)
529
530 <p> 526 <p>
531 Private slot to handle the group toolbutton. 527 Private slot to handle the group toolbutton.
532 </p> 528 </p>
529
533 <a NAME="QRegularExpressionWizardWidget.on_loadButton_clicked" ID="QRegularExpressionWizardWidget.on_loadButton_clicked"></a> 530 <a NAME="QRegularExpressionWizardWidget.on_loadButton_clicked" ID="QRegularExpressionWizardWidget.on_loadButton_clicked"></a>
534 <h4>QRegularExpressionWizardWidget.on_loadButton_clicked</h4> 531 <h4>QRegularExpressionWizardWidget.on_loadButton_clicked</h4>
535 <b>on_loadButton_clicked</b>(<i></i>) 532 <b>on_loadButton_clicked</b>(<i></i>)
536
537 <p> 533 <p>
538 Private slot to load a QRegularExpression from a file. 534 Private slot to load a QRegularExpression from a file.
539 </p> 535 </p>
536
540 <a NAME="QRegularExpressionWizardWidget.on_namedGroupButton_clicked" ID="QRegularExpressionWizardWidget.on_namedGroupButton_clicked"></a> 537 <a NAME="QRegularExpressionWizardWidget.on_namedGroupButton_clicked" ID="QRegularExpressionWizardWidget.on_namedGroupButton_clicked"></a>
541 <h4>QRegularExpressionWizardWidget.on_namedGroupButton_clicked</h4> 538 <h4>QRegularExpressionWizardWidget.on_namedGroupButton_clicked</h4>
542 <b>on_namedGroupButton_clicked</b>(<i></i>) 539 <b>on_namedGroupButton_clicked</b>(<i></i>)
543
544 <p> 540 <p>
545 Private slot to handle the named group toolbutton. 541 Private slot to handle the named group toolbutton.
546 </p> 542 </p>
543
547 <a NAME="QRegularExpressionWizardWidget.on_namedReferenceButton_clicked" ID="QRegularExpressionWizardWidget.on_namedReferenceButton_clicked"></a> 544 <a NAME="QRegularExpressionWizardWidget.on_namedReferenceButton_clicked" ID="QRegularExpressionWizardWidget.on_namedReferenceButton_clicked"></a>
548 <h4>QRegularExpressionWizardWidget.on_namedReferenceButton_clicked</h4> 545 <h4>QRegularExpressionWizardWidget.on_namedReferenceButton_clicked</h4>
549 <b>on_namedReferenceButton_clicked</b>(<i></i>) 546 <b>on_namedReferenceButton_clicked</b>(<i></i>)
550
551 <p> 547 <p>
552 Private slot to handle the named reference toolbutton. 548 Private slot to handle the named reference toolbutton.
553 </p> 549 </p>
550
554 <a NAME="QRegularExpressionWizardWidget.on_neglookaheadButton_clicked" ID="QRegularExpressionWizardWidget.on_neglookaheadButton_clicked"></a> 551 <a NAME="QRegularExpressionWizardWidget.on_neglookaheadButton_clicked" ID="QRegularExpressionWizardWidget.on_neglookaheadButton_clicked"></a>
555 <h4>QRegularExpressionWizardWidget.on_neglookaheadButton_clicked</h4> 552 <h4>QRegularExpressionWizardWidget.on_neglookaheadButton_clicked</h4>
556 <b>on_neglookaheadButton_clicked</b>(<i></i>) 553 <b>on_neglookaheadButton_clicked</b>(<i></i>)
557
558 <p> 554 <p>
559 Private slot to handle the negative lookahead toolbutton. 555 Private slot to handle the negative lookahead toolbutton.
560 </p> 556 </p>
557
561 <a NAME="QRegularExpressionWizardWidget.on_neglookbehindButton_clicked" ID="QRegularExpressionWizardWidget.on_neglookbehindButton_clicked"></a> 558 <a NAME="QRegularExpressionWizardWidget.on_neglookbehindButton_clicked" ID="QRegularExpressionWizardWidget.on_neglookbehindButton_clicked"></a>
562 <h4>QRegularExpressionWizardWidget.on_neglookbehindButton_clicked</h4> 559 <h4>QRegularExpressionWizardWidget.on_neglookbehindButton_clicked</h4>
563 <b>on_neglookbehindButton_clicked</b>(<i></i>) 560 <b>on_neglookbehindButton_clicked</b>(<i></i>)
564
565 <p> 561 <p>
566 Private slot to handle the negative lookbehind toolbutton. 562 Private slot to handle the negative lookbehind toolbutton.
567 </p> 563 </p>
564
568 <a NAME="QRegularExpressionWizardWidget.on_nextButton_clicked" ID="QRegularExpressionWizardWidget.on_nextButton_clicked"></a> 565 <a NAME="QRegularExpressionWizardWidget.on_nextButton_clicked" ID="QRegularExpressionWizardWidget.on_nextButton_clicked"></a>
569 <h4>QRegularExpressionWizardWidget.on_nextButton_clicked</h4> 566 <h4>QRegularExpressionWizardWidget.on_nextButton_clicked</h4>
570 <b>on_nextButton_clicked</b>(<i></i>) 567 <b>on_nextButton_clicked</b>(<i></i>)
571
572 <p> 568 <p>
573 Private slot to find the next match. 569 Private slot to find the next match.
574 </p> 570 </p>
571
575 <a NAME="QRegularExpressionWizardWidget.on_nonGroupButton_clicked" ID="QRegularExpressionWizardWidget.on_nonGroupButton_clicked"></a> 572 <a NAME="QRegularExpressionWizardWidget.on_nonGroupButton_clicked" ID="QRegularExpressionWizardWidget.on_nonGroupButton_clicked"></a>
576 <h4>QRegularExpressionWizardWidget.on_nonGroupButton_clicked</h4> 573 <h4>QRegularExpressionWizardWidget.on_nonGroupButton_clicked</h4>
577 <b>on_nonGroupButton_clicked</b>(<i></i>) 574 <b>on_nonGroupButton_clicked</b>(<i></i>)
578
579 <p> 575 <p>
580 Private slot to handle the non group toolbutton. 576 Private slot to handle the non group toolbutton.
581 </p> 577 </p>
578
582 <a NAME="QRegularExpressionWizardWidget.on_nonwordboundButton_clicked" ID="QRegularExpressionWizardWidget.on_nonwordboundButton_clicked"></a> 579 <a NAME="QRegularExpressionWizardWidget.on_nonwordboundButton_clicked" ID="QRegularExpressionWizardWidget.on_nonwordboundButton_clicked"></a>
583 <h4>QRegularExpressionWizardWidget.on_nonwordboundButton_clicked</h4> 580 <h4>QRegularExpressionWizardWidget.on_nonwordboundButton_clicked</h4>
584 <b>on_nonwordboundButton_clicked</b>(<i></i>) 581 <b>on_nonwordboundButton_clicked</b>(<i></i>)
585
586 <p> 582 <p>
587 Private slot to handle the non word boundary toolbutton. 583 Private slot to handle the non word boundary toolbutton.
588 </p> 584 </p>
585
589 <a NAME="QRegularExpressionWizardWidget.on_poslookaheadButton_clicked" ID="QRegularExpressionWizardWidget.on_poslookaheadButton_clicked"></a> 586 <a NAME="QRegularExpressionWizardWidget.on_poslookaheadButton_clicked" ID="QRegularExpressionWizardWidget.on_poslookaheadButton_clicked"></a>
590 <h4>QRegularExpressionWizardWidget.on_poslookaheadButton_clicked</h4> 587 <h4>QRegularExpressionWizardWidget.on_poslookaheadButton_clicked</h4>
591 <b>on_poslookaheadButton_clicked</b>(<i></i>) 588 <b>on_poslookaheadButton_clicked</b>(<i></i>)
592
593 <p> 589 <p>
594 Private slot to handle the positive lookahead toolbutton. 590 Private slot to handle the positive lookahead toolbutton.
595 </p> 591 </p>
592
596 <a NAME="QRegularExpressionWizardWidget.on_poslookbehindButton_clicked" ID="QRegularExpressionWizardWidget.on_poslookbehindButton_clicked"></a> 593 <a NAME="QRegularExpressionWizardWidget.on_poslookbehindButton_clicked" ID="QRegularExpressionWizardWidget.on_poslookbehindButton_clicked"></a>
597 <h4>QRegularExpressionWizardWidget.on_poslookbehindButton_clicked</h4> 594 <h4>QRegularExpressionWizardWidget.on_poslookbehindButton_clicked</h4>
598 <b>on_poslookbehindButton_clicked</b>(<i></i>) 595 <b>on_poslookbehindButton_clicked</b>(<i></i>)
599
600 <p> 596 <p>
601 Private slot to handle the positive lookbehind toolbutton. 597 Private slot to handle the positive lookbehind toolbutton.
602 </p> 598 </p>
599
603 <a NAME="QRegularExpressionWizardWidget.on_redoButton_clicked" ID="QRegularExpressionWizardWidget.on_redoButton_clicked"></a> 600 <a NAME="QRegularExpressionWizardWidget.on_redoButton_clicked" ID="QRegularExpressionWizardWidget.on_redoButton_clicked"></a>
604 <h4>QRegularExpressionWizardWidget.on_redoButton_clicked</h4> 601 <h4>QRegularExpressionWizardWidget.on_redoButton_clicked</h4>
605 <b>on_redoButton_clicked</b>(<i></i>) 602 <b>on_redoButton_clicked</b>(<i></i>)
606
607 <p> 603 <p>
608 Private slot to handle the redo action. 604 Private slot to handle the redo action.
609 </p> 605 </p>
606
610 <a NAME="QRegularExpressionWizardWidget.on_regexpTextEdit_textChanged" ID="QRegularExpressionWizardWidget.on_regexpTextEdit_textChanged"></a> 607 <a NAME="QRegularExpressionWizardWidget.on_regexpTextEdit_textChanged" ID="QRegularExpressionWizardWidget.on_regexpTextEdit_textChanged"></a>
611 <h4>QRegularExpressionWizardWidget.on_regexpTextEdit_textChanged</h4> 608 <h4>QRegularExpressionWizardWidget.on_regexpTextEdit_textChanged</h4>
612 <b>on_regexpTextEdit_textChanged</b>(<i></i>) 609 <b>on_regexpTextEdit_textChanged</b>(<i></i>)
613
614 <p> 610 <p>
615 Private slot called when the regexp changes. 611 Private slot called when the regexp changes.
616 </p> 612 </p>
613
617 <a NAME="QRegularExpressionWizardWidget.on_repeatButton_clicked" ID="QRegularExpressionWizardWidget.on_repeatButton_clicked"></a> 614 <a NAME="QRegularExpressionWizardWidget.on_repeatButton_clicked" ID="QRegularExpressionWizardWidget.on_repeatButton_clicked"></a>
618 <h4>QRegularExpressionWizardWidget.on_repeatButton_clicked</h4> 615 <h4>QRegularExpressionWizardWidget.on_repeatButton_clicked</h4>
619 <b>on_repeatButton_clicked</b>(<i></i>) 616 <b>on_repeatButton_clicked</b>(<i></i>)
620
621 <p> 617 <p>
622 Private slot to handle the repeat toolbutton. 618 Private slot to handle the repeat toolbutton.
623 </p> 619 </p>
620
624 <a NAME="QRegularExpressionWizardWidget.on_saveButton_clicked" ID="QRegularExpressionWizardWidget.on_saveButton_clicked"></a> 621 <a NAME="QRegularExpressionWizardWidget.on_saveButton_clicked" ID="QRegularExpressionWizardWidget.on_saveButton_clicked"></a>
625 <h4>QRegularExpressionWizardWidget.on_saveButton_clicked</h4> 622 <h4>QRegularExpressionWizardWidget.on_saveButton_clicked</h4>
626 <b>on_saveButton_clicked</b>(<i></i>) 623 <b>on_saveButton_clicked</b>(<i></i>)
627
628 <p> 624 <p>
629 Private slot to save the QRegularExpression to a file. 625 Private slot to save the QRegularExpression to a file.
630 </p> 626 </p>
627
631 <a NAME="QRegularExpressionWizardWidget.on_undoButton_clicked" ID="QRegularExpressionWizardWidget.on_undoButton_clicked"></a> 628 <a NAME="QRegularExpressionWizardWidget.on_undoButton_clicked" ID="QRegularExpressionWizardWidget.on_undoButton_clicked"></a>
632 <h4>QRegularExpressionWizardWidget.on_undoButton_clicked</h4> 629 <h4>QRegularExpressionWizardWidget.on_undoButton_clicked</h4>
633 <b>on_undoButton_clicked</b>(<i></i>) 630 <b>on_undoButton_clicked</b>(<i></i>)
634
635 <p> 631 <p>
636 Private slot to handle the undo action. 632 Private slot to handle the undo action.
637 </p> 633 </p>
634
638 <a NAME="QRegularExpressionWizardWidget.on_validateButton_clicked" ID="QRegularExpressionWizardWidget.on_validateButton_clicked"></a> 635 <a NAME="QRegularExpressionWizardWidget.on_validateButton_clicked" ID="QRegularExpressionWizardWidget.on_validateButton_clicked"></a>
639 <h4>QRegularExpressionWizardWidget.on_validateButton_clicked</h4> 636 <h4>QRegularExpressionWizardWidget.on_validateButton_clicked</h4>
640 <b>on_validateButton_clicked</b>(<i></i>) 637 <b>on_validateButton_clicked</b>(<i></i>)
641
642 <p> 638 <p>
643 Private slot to validate the entered QRegularExpression. 639 Private slot to validate the entered QRegularExpression.
644 </p> 640 </p>
641
645 <a NAME="QRegularExpressionWizardWidget.on_wordboundButton_clicked" ID="QRegularExpressionWizardWidget.on_wordboundButton_clicked"></a> 642 <a NAME="QRegularExpressionWizardWidget.on_wordboundButton_clicked" ID="QRegularExpressionWizardWidget.on_wordboundButton_clicked"></a>
646 <h4>QRegularExpressionWizardWidget.on_wordboundButton_clicked</h4> 643 <h4>QRegularExpressionWizardWidget.on_wordboundButton_clicked</h4>
647 <b>on_wordboundButton_clicked</b>(<i></i>) 644 <b>on_wordboundButton_clicked</b>(<i></i>)
648
649 <p> 645 <p>
650 Private slot to handle the word boundary toolbutton. 646 Private slot to handle the word boundary toolbutton.
651 </p> 647 </p>
648
652 <a NAME="QRegularExpressionWizardWidget.shutdown" ID="QRegularExpressionWizardWidget.shutdown"></a> 649 <a NAME="QRegularExpressionWizardWidget.shutdown" ID="QRegularExpressionWizardWidget.shutdown"></a>
653 <h4>QRegularExpressionWizardWidget.shutdown</h4> 650 <h4>QRegularExpressionWizardWidget.shutdown</h4>
654 <b>shutdown</b>(<i></i>) 651 <b>shutdown</b>(<i></i>)
655
656 <p> 652 <p>
657 Public method to shut down the server part. 653 Public method to shut down the server part.
658 </p> 654 </p>
655
659 <div align="right"><a href="#top">Up</a></div> 656 <div align="right"><a href="#top">Up</a></div>
660 <hr /> 657 <hr />
661 <hr /> 658 <hr />
662 <a NAME="QRegularExpressionWizardWindow" ID="QRegularExpressionWizardWindow"></a> 659 <a NAME="QRegularExpressionWizardWindow" ID="QRegularExpressionWizardWindow"></a>
663 <h2>QRegularExpressionWizardWindow</h2> 660 <h2>QRegularExpressionWizardWindow</h2>
664
665 <p> 661 <p>
666 Main window class for the standalone dialog. 662 Main window class for the standalone dialog.
667 </p> 663 </p>
664
668 <h3>Derived from</h3> 665 <h3>Derived from</h3>
669 EricMainWindow 666 EricMainWindow
670 <h3>Class Attributes</h3> 667 <h3>Class Attributes</h3>
671 668 <table>
672 <table> 669 <tr><td>None</td></tr>
673 <tr><td>None</td></tr> 670 </table>
674 </table> 671
675 <h3>Class Methods</h3> 672 <h3>Class Methods</h3>
676 673 <table>
677 <table> 674 <tr><td>None</td></tr>
678 <tr><td>None</td></tr> 675 </table>
679 </table> 676
680 <h3>Methods</h3> 677 <h3>Methods</h3>
681 678 <table>
682 <table>
683
684 <tr> 679 <tr>
685 <td><a href="#QRegularExpressionWizardWindow.__init__">QRegularExpressionWizardWindow</a></td> 680 <td><a href="#QRegularExpressionWizardWindow.__init__">QRegularExpressionWizardWindow</a></td>
686 <td>Constructor</td> 681 <td>Constructor</td>
687 </tr> 682 </tr>
688 <tr> 683 <tr>
689 <td><a href="#QRegularExpressionWizardWindow.closeEvent">closeEvent</a></td> 684 <td><a href="#QRegularExpressionWizardWindow.closeEvent">closeEvent</a></td>
690 <td>Protected method handling the close event.</td> 685 <td>Protected method handling the close event.</td>
691 </tr> 686 </tr>
692 </table> 687 </table>
688
693 <h3>Static Methods</h3> 689 <h3>Static Methods</h3>
694 690 <table>
695 <table> 691 <tr><td>None</td></tr>
696 <tr><td>None</td></tr> 692 </table>
697 </table> 693
698 694
699 <a NAME="QRegularExpressionWizardWindow.__init__" ID="QRegularExpressionWizardWindow.__init__"></a> 695 <a NAME="QRegularExpressionWizardWindow.__init__" ID="QRegularExpressionWizardWindow.__init__"></a>
700 <h4>QRegularExpressionWizardWindow (Constructor)</h4> 696 <h4>QRegularExpressionWizardWindow (Constructor)</h4>
701 <b>QRegularExpressionWizardWindow</b>(<i>parent=None</i>) 697 <b>QRegularExpressionWizardWindow</b>(<i>parent=None</i>)
702
703 <p> 698 <p>
704 Constructor 699 Constructor
705 </p> 700 </p>
701
706 <dl> 702 <dl>
707 703
708 <dt><i>parent</i> (QWidget)</dt> 704 <dt><i>parent</i> (QWidget)</dt>
709 <dd> 705 <dd>
710 reference to the parent widget 706 reference to the parent widget
711 </dd> 707 </dd>
712 </dl> 708 </dl>
713 <a NAME="QRegularExpressionWizardWindow.closeEvent" ID="QRegularExpressionWizardWindow.closeEvent"></a> 709 <a NAME="QRegularExpressionWizardWindow.closeEvent" ID="QRegularExpressionWizardWindow.closeEvent"></a>
714 <h4>QRegularExpressionWizardWindow.closeEvent</h4> 710 <h4>QRegularExpressionWizardWindow.closeEvent</h4>
715 <b>closeEvent</b>(<i>evt</i>) 711 <b>closeEvent</b>(<i>evt</i>)
716
717 <p> 712 <p>
718 Protected method handling the close event. 713 Protected method handling the close event.
719 </p> 714 </p>
715
720 <dl> 716 <dl>
721 717
722 <dt><i>evt</i> (QCloseEvent)</dt> 718 <dt><i>evt</i> (QCloseEvent)</dt>
723 <dd> 719 <dd>
724 close event 720 close event

eric ide

mercurial