src/eric7/Documentation/Source/eric7.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.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.PyRegExpWizard.PyRegExpWizardDialog</h1> 9 <h1>eric7.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog</h1>
10
11 <p> 10 <p>
12 Module implementing the Python re wizard dialog. 11 Module implementing the Python re 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="#PyRegExpWizardDialog">PyRegExpWizardDialog</a></td> 22 <td><a href="#PyRegExpWizardDialog">PyRegExpWizardDialog</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="#PyRegExpWizardWindow">PyRegExpWizardWindow</a></td> 30 <td><a href="#PyRegExpWizardWindow">PyRegExpWizardWindow</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="PyRegExpWizardDialog" ID="PyRegExpWizardDialog"></a> 42 <a NAME="PyRegExpWizardDialog" ID="PyRegExpWizardDialog"></a>
44 <h2>PyRegExpWizardDialog</h2> 43 <h2>PyRegExpWizardDialog</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="#PyRegExpWizardDialog.__init__">PyRegExpWizardDialog</a></td> 63 <td><a href="#PyRegExpWizardDialog.__init__">PyRegExpWizardDialog</a></td>
67 <td>Constructor</td> 64 <td>Constructor</td>
68 </tr> 65 </tr>
69 <tr> 66 <tr>
70 <td><a href="#PyRegExpWizardDialog.getCode">getCode</a></td> 67 <td><a href="#PyRegExpWizardDialog.getCode">getCode</a></td>
71 <td>Public method to get the source code.</td> 68 <td>Public method to get the source code.</td>
72 </tr> 69 </tr>
73 </table> 70 </table>
71
74 <h3>Static Methods</h3> 72 <h3>Static Methods</h3>
75 73 <table>
76 <table> 74 <tr><td>None</td></tr>
77 <tr><td>None</td></tr> 75 </table>
78 </table> 76
79 77
80 <a NAME="PyRegExpWizardDialog.__init__" ID="PyRegExpWizardDialog.__init__"></a> 78 <a NAME="PyRegExpWizardDialog.__init__" ID="PyRegExpWizardDialog.__init__"></a>
81 <h4>PyRegExpWizardDialog (Constructor)</h4> 79 <h4>PyRegExpWizardDialog (Constructor)</h4>
82 <b>PyRegExpWizardDialog</b>(<i>parent=None, fromEric=True</i>) 80 <b>PyRegExpWizardDialog</b>(<i>parent=None, fromEric=True</i>)
83
84 <p> 81 <p>
85 Constructor 82 Constructor
86 </p> 83 </p>
84
87 <dl> 85 <dl>
88 86
89 <dt><i>parent</i> (QWidget)</dt> 87 <dt><i>parent</i> (QWidget)</dt>
90 <dd> 88 <dd>
91 parent widget 89 parent widget
96 </dd> 94 </dd>
97 </dl> 95 </dl>
98 <a NAME="PyRegExpWizardDialog.getCode" ID="PyRegExpWizardDialog.getCode"></a> 96 <a NAME="PyRegExpWizardDialog.getCode" ID="PyRegExpWizardDialog.getCode"></a>
99 <h4>PyRegExpWizardDialog.getCode</h4> 97 <h4>PyRegExpWizardDialog.getCode</h4>
100 <b>getCode</b>(<i>indLevel, indString</i>) 98 <b>getCode</b>(<i>indLevel, indString</i>)
101
102 <p> 99 <p>
103 Public method to get the source code. 100 Public method to get the source code.
104 </p> 101 </p>
102
105 <dl> 103 <dl>
106 104
107 <dt><i>indLevel</i> (int)</dt> 105 <dt><i>indLevel</i> (int)</dt>
108 <dd> 106 <dd>
109 indentation level 107 indentation level
128 <div align="right"><a href="#top">Up</a></div> 126 <div align="right"><a href="#top">Up</a></div>
129 <hr /> 127 <hr />
130 <hr /> 128 <hr />
131 <a NAME="PyRegExpWizardWidget" ID="PyRegExpWizardWidget"></a> 129 <a NAME="PyRegExpWizardWidget" ID="PyRegExpWizardWidget"></a>
132 <h2>PyRegExpWizardWidget</h2> 130 <h2>PyRegExpWizardWidget</h2>
133
134 <p> 131 <p>
135 Class implementing the Python re wizard dialog. 132 Class implementing the Python re wizard dialog.
136 </p> 133 </p>
134
137 <h3>Derived from</h3> 135 <h3>Derived from</h3>
138 QWidget, Ui_PyRegExpWizardDialog 136 QWidget, Ui_PyRegExpWizardDialog
139 <h3>Class Attributes</h3> 137 <h3>Class Attributes</h3>
140 138 <table>
141 <table> 139 <tr><td>None</td></tr>
142 <tr><td>None</td></tr> 140 </table>
143 </table> 141
144 <h3>Class Methods</h3> 142 <h3>Class Methods</h3>
145 143 <table>
146 <table> 144 <tr><td>None</td></tr>
147 <tr><td>None</td></tr> 145 </table>
148 </table> 146
149 <h3>Methods</h3> 147 <h3>Methods</h3>
150 148 <table>
151 <table>
152
153 <tr> 149 <tr>
154 <td><a href="#PyRegExpWizardWidget.__init__">PyRegExpWizardWidget</a></td> 150 <td><a href="#PyRegExpWizardWidget.__init__">PyRegExpWizardWidget</a></td>
155 <td>Constructor</td> 151 <td>Constructor</td>
156 </tr> 152 </tr>
157 <tr> 153 <tr>
269 <tr> 265 <tr>
270 <td><a href="#PyRegExpWizardWidget.on_wordboundButton_clicked">on_wordboundButton_clicked</a></td> 266 <td><a href="#PyRegExpWizardWidget.on_wordboundButton_clicked">on_wordboundButton_clicked</a></td>
271 <td>Private slot to handle the word boundary toolbutton.</td> 267 <td>Private slot to handle the word boundary toolbutton.</td>
272 </tr> 268 </tr>
273 </table> 269 </table>
270
274 <h3>Static Methods</h3> 271 <h3>Static Methods</h3>
275 272 <table>
276 <table> 273 <tr><td>None</td></tr>
277 <tr><td>None</td></tr> 274 </table>
278 </table> 275
279 276
280 <a NAME="PyRegExpWizardWidget.__init__" ID="PyRegExpWizardWidget.__init__"></a> 277 <a NAME="PyRegExpWizardWidget.__init__" ID="PyRegExpWizardWidget.__init__"></a>
281 <h4>PyRegExpWizardWidget (Constructor)</h4> 278 <h4>PyRegExpWizardWidget (Constructor)</h4>
282 <b>PyRegExpWizardWidget</b>(<i>parent=None, fromEric=True</i>) 279 <b>PyRegExpWizardWidget</b>(<i>parent=None, fromEric=True</i>)
283
284 <p> 280 <p>
285 Constructor 281 Constructor
286 </p> 282 </p>
283
287 <dl> 284 <dl>
288 285
289 <dt><i>parent</i> (QWidget)</dt> 286 <dt><i>parent</i> (QWidget)</dt>
290 <dd> 287 <dd>
291 parent widget 288 parent widget
296 </dd> 293 </dd>
297 </dl> 294 </dl>
298 <a NAME="PyRegExpWizardWidget.__insertString" ID="PyRegExpWizardWidget.__insertString"></a> 295 <a NAME="PyRegExpWizardWidget.__insertString" ID="PyRegExpWizardWidget.__insertString"></a>
299 <h4>PyRegExpWizardWidget.__insertString</h4> 296 <h4>PyRegExpWizardWidget.__insertString</h4>
300 <b>__insertString</b>(<i>s, steps=0</i>) 297 <b>__insertString</b>(<i>s, steps=0</i>)
301
302 <p> 298 <p>
303 Private method to insert a string into line edit and move cursor. 299 Private method to insert a string into line edit and move cursor.
304 </p> 300 </p>
301
305 <dl> 302 <dl>
306 303
307 <dt><i>s</i> (str)</dt> 304 <dt><i>s</i> (str)</dt>
308 <dd> 305 <dd>
309 string to be inserted into the regexp line edit 306 string to be inserted into the regexp line edit
315 </dd> 312 </dd>
316 </dl> 313 </dl>
317 <a NAME="PyRegExpWizardWidget.getCode" ID="PyRegExpWizardWidget.getCode"></a> 314 <a NAME="PyRegExpWizardWidget.getCode" ID="PyRegExpWizardWidget.getCode"></a>
318 <h4>PyRegExpWizardWidget.getCode</h4> 315 <h4>PyRegExpWizardWidget.getCode</h4>
319 <b>getCode</b>(<i>indLevel, indString</i>) 316 <b>getCode</b>(<i>indLevel, indString</i>)
320
321 <p> 317 <p>
322 Public method to get the source code. 318 Public method to get the source code.
323 </p> 319 </p>
320
324 <dl> 321 <dl>
325 322
326 <dt><i>indLevel</i> (int)</dt> 323 <dt><i>indLevel</i> (int)</dt>
327 <dd> 324 <dd>
328 indentation level 325 indentation level
345 </dd> 342 </dd>
346 </dl> 343 </dl>
347 <a NAME="PyRegExpWizardWidget.on_altnButton_clicked" ID="PyRegExpWizardWidget.on_altnButton_clicked"></a> 344 <a NAME="PyRegExpWizardWidget.on_altnButton_clicked" ID="PyRegExpWizardWidget.on_altnButton_clicked"></a>
348 <h4>PyRegExpWizardWidget.on_altnButton_clicked</h4> 345 <h4>PyRegExpWizardWidget.on_altnButton_clicked</h4>
349 <b>on_altnButton_clicked</b>(<i></i>) 346 <b>on_altnButton_clicked</b>(<i></i>)
350
351 <p> 347 <p>
352 Private slot to handle the alternatives toolbutton. 348 Private slot to handle the alternatives toolbutton.
353 </p> 349 </p>
350
354 <a NAME="PyRegExpWizardWidget.on_anycharButton_clicked" ID="PyRegExpWizardWidget.on_anycharButton_clicked"></a> 351 <a NAME="PyRegExpWizardWidget.on_anycharButton_clicked" ID="PyRegExpWizardWidget.on_anycharButton_clicked"></a>
355 <h4>PyRegExpWizardWidget.on_anycharButton_clicked</h4> 352 <h4>PyRegExpWizardWidget.on_anycharButton_clicked</h4>
356 <b>on_anycharButton_clicked</b>(<i></i>) 353 <b>on_anycharButton_clicked</b>(<i></i>)
357
358 <p> 354 <p>
359 Private slot to handle the any character toolbutton. 355 Private slot to handle the any character toolbutton.
360 </p> 356 </p>
357
361 <a NAME="PyRegExpWizardWidget.on_beglineButton_clicked" ID="PyRegExpWizardWidget.on_beglineButton_clicked"></a> 358 <a NAME="PyRegExpWizardWidget.on_beglineButton_clicked" ID="PyRegExpWizardWidget.on_beglineButton_clicked"></a>
362 <h4>PyRegExpWizardWidget.on_beglineButton_clicked</h4> 359 <h4>PyRegExpWizardWidget.on_beglineButton_clicked</h4>
363 <b>on_beglineButton_clicked</b>(<i></i>) 360 <b>on_beglineButton_clicked</b>(<i></i>)
364
365 <p> 361 <p>
366 Private slot to handle the begin line toolbutton. 362 Private slot to handle the begin line toolbutton.
367 </p> 363 </p>
364
368 <a NAME="PyRegExpWizardWidget.on_buttonBox_clicked" ID="PyRegExpWizardWidget.on_buttonBox_clicked"></a> 365 <a NAME="PyRegExpWizardWidget.on_buttonBox_clicked" ID="PyRegExpWizardWidget.on_buttonBox_clicked"></a>
369 <h4>PyRegExpWizardWidget.on_buttonBox_clicked</h4> 366 <h4>PyRegExpWizardWidget.on_buttonBox_clicked</h4>
370 <b>on_buttonBox_clicked</b>(<i>button</i>) 367 <b>on_buttonBox_clicked</b>(<i>button</i>)
371
372 <p> 368 <p>
373 Private slot called by a button of the button box clicked. 369 Private slot called by a button of the button box clicked.
374 </p> 370 </p>
371
375 <dl> 372 <dl>
376 373
377 <dt><i>button</i> (QAbstractButton)</dt> 374 <dt><i>button</i> (QAbstractButton)</dt>
378 <dd> 375 <dd>
379 button that was clicked 376 button that was clicked
380 </dd> 377 </dd>
381 </dl> 378 </dl>
382 <a NAME="PyRegExpWizardWidget.on_charButton_clicked" ID="PyRegExpWizardWidget.on_charButton_clicked"></a> 379 <a NAME="PyRegExpWizardWidget.on_charButton_clicked" ID="PyRegExpWizardWidget.on_charButton_clicked"></a>
383 <h4>PyRegExpWizardWidget.on_charButton_clicked</h4> 380 <h4>PyRegExpWizardWidget.on_charButton_clicked</h4>
384 <b>on_charButton_clicked</b>(<i></i>) 381 <b>on_charButton_clicked</b>(<i></i>)
385
386 <p> 382 <p>
387 Private slot to handle the characters toolbutton. 383 Private slot to handle the characters toolbutton.
388 </p> 384 </p>
385
389 <a NAME="PyRegExpWizardWidget.on_commentButton_clicked" ID="PyRegExpWizardWidget.on_commentButton_clicked"></a> 386 <a NAME="PyRegExpWizardWidget.on_commentButton_clicked" ID="PyRegExpWizardWidget.on_commentButton_clicked"></a>
390 <h4>PyRegExpWizardWidget.on_commentButton_clicked</h4> 387 <h4>PyRegExpWizardWidget.on_commentButton_clicked</h4>
391 <b>on_commentButton_clicked</b>(<i></i>) 388 <b>on_commentButton_clicked</b>(<i></i>)
392
393 <p> 389 <p>
394 Private slot to handle the comment toolbutton. 390 Private slot to handle the comment toolbutton.
395 </p> 391 </p>
392
396 <a NAME="PyRegExpWizardWidget.on_copyButton_clicked" ID="PyRegExpWizardWidget.on_copyButton_clicked"></a> 393 <a NAME="PyRegExpWizardWidget.on_copyButton_clicked" ID="PyRegExpWizardWidget.on_copyButton_clicked"></a>
397 <h4>PyRegExpWizardWidget.on_copyButton_clicked</h4> 394 <h4>PyRegExpWizardWidget.on_copyButton_clicked</h4>
398 <b>on_copyButton_clicked</b>(<i></i>) 395 <b>on_copyButton_clicked</b>(<i></i>)
399
400 <p> 396 <p>
401 Private slot to copy the regexp string into the clipboard. 397 Private slot to copy the regexp string into the clipboard.
402 </p> 398 </p>
403 <p> 399 <p>
404 This slot is only available, if not called from within eric. 400 This slot is only available, if not called from within eric.
405 </p> 401 </p>
402
406 <a NAME="PyRegExpWizardWidget.on_endlineButton_clicked" ID="PyRegExpWizardWidget.on_endlineButton_clicked"></a> 403 <a NAME="PyRegExpWizardWidget.on_endlineButton_clicked" ID="PyRegExpWizardWidget.on_endlineButton_clicked"></a>
407 <h4>PyRegExpWizardWidget.on_endlineButton_clicked</h4> 404 <h4>PyRegExpWizardWidget.on_endlineButton_clicked</h4>
408 <b>on_endlineButton_clicked</b>(<i></i>) 405 <b>on_endlineButton_clicked</b>(<i></i>)
409
410 <p> 406 <p>
411 Private slot to handle the end line toolbutton. 407 Private slot to handle the end line toolbutton.
412 </p> 408 </p>
409
413 <a NAME="PyRegExpWizardWidget.on_executeButton_clicked" ID="PyRegExpWizardWidget.on_executeButton_clicked"></a> 410 <a NAME="PyRegExpWizardWidget.on_executeButton_clicked" ID="PyRegExpWizardWidget.on_executeButton_clicked"></a>
414 <h4>PyRegExpWizardWidget.on_executeButton_clicked</h4> 411 <h4>PyRegExpWizardWidget.on_executeButton_clicked</h4>
415 <b>on_executeButton_clicked</b>(<i>startpos=0</i>) 412 <b>on_executeButton_clicked</b>(<i>startpos=0</i>)
416
417 <p> 413 <p>
418 Private slot to execute the entered regexp on the test text. 414 Private slot to execute the entered regexp on the test text.
419 </p> 415 </p>
420 <p> 416 <p>
421 This slot will execute the entered regexp on the entered test 417 This slot will execute the entered regexp on the entered test
422 data and will display the result in the table part of the dialog. 418 data and will display the result in the table part of the dialog.
423 </p> 419 </p>
420
424 <dl> 421 <dl>
425 422
426 <dt><i>startpos</i> (int)</dt> 423 <dt><i>startpos</i> (int)</dt>
427 <dd> 424 <dd>
428 starting position for the regexp matching 425 starting position for the regexp matching
429 </dd> 426 </dd>
430 </dl> 427 </dl>
431 <a NAME="PyRegExpWizardWidget.on_groupButton_clicked" ID="PyRegExpWizardWidget.on_groupButton_clicked"></a> 428 <a NAME="PyRegExpWizardWidget.on_groupButton_clicked" ID="PyRegExpWizardWidget.on_groupButton_clicked"></a>
432 <h4>PyRegExpWizardWidget.on_groupButton_clicked</h4> 429 <h4>PyRegExpWizardWidget.on_groupButton_clicked</h4>
433 <b>on_groupButton_clicked</b>(<i></i>) 430 <b>on_groupButton_clicked</b>(<i></i>)
434
435 <p> 431 <p>
436 Private slot to handle the group toolbutton. 432 Private slot to handle the group toolbutton.
437 </p> 433 </p>
434
438 <a NAME="PyRegExpWizardWidget.on_loadButton_clicked" ID="PyRegExpWizardWidget.on_loadButton_clicked"></a> 435 <a NAME="PyRegExpWizardWidget.on_loadButton_clicked" ID="PyRegExpWizardWidget.on_loadButton_clicked"></a>
439 <h4>PyRegExpWizardWidget.on_loadButton_clicked</h4> 436 <h4>PyRegExpWizardWidget.on_loadButton_clicked</h4>
440 <b>on_loadButton_clicked</b>(<i></i>) 437 <b>on_loadButton_clicked</b>(<i></i>)
441
442 <p> 438 <p>
443 Private slot to load a regexp from a file. 439 Private slot to load a regexp from a file.
444 </p> 440 </p>
441
445 <a NAME="PyRegExpWizardWidget.on_namedGroupButton_clicked" ID="PyRegExpWizardWidget.on_namedGroupButton_clicked"></a> 442 <a NAME="PyRegExpWizardWidget.on_namedGroupButton_clicked" ID="PyRegExpWizardWidget.on_namedGroupButton_clicked"></a>
446 <h4>PyRegExpWizardWidget.on_namedGroupButton_clicked</h4> 443 <h4>PyRegExpWizardWidget.on_namedGroupButton_clicked</h4>
447 <b>on_namedGroupButton_clicked</b>(<i></i>) 444 <b>on_namedGroupButton_clicked</b>(<i></i>)
448
449 <p> 445 <p>
450 Private slot to handle the named group toolbutton. 446 Private slot to handle the named group toolbutton.
451 </p> 447 </p>
448
452 <a NAME="PyRegExpWizardWidget.on_namedReferenceButton_clicked" ID="PyRegExpWizardWidget.on_namedReferenceButton_clicked"></a> 449 <a NAME="PyRegExpWizardWidget.on_namedReferenceButton_clicked" ID="PyRegExpWizardWidget.on_namedReferenceButton_clicked"></a>
453 <h4>PyRegExpWizardWidget.on_namedReferenceButton_clicked</h4> 450 <h4>PyRegExpWizardWidget.on_namedReferenceButton_clicked</h4>
454 <b>on_namedReferenceButton_clicked</b>(<i></i>) 451 <b>on_namedReferenceButton_clicked</b>(<i></i>)
455
456 <p> 452 <p>
457 Private slot to handle the named reference toolbutton. 453 Private slot to handle the named reference toolbutton.
458 </p> 454 </p>
455
459 <a NAME="PyRegExpWizardWidget.on_neglookaheadButton_clicked" ID="PyRegExpWizardWidget.on_neglookaheadButton_clicked"></a> 456 <a NAME="PyRegExpWizardWidget.on_neglookaheadButton_clicked" ID="PyRegExpWizardWidget.on_neglookaheadButton_clicked"></a>
460 <h4>PyRegExpWizardWidget.on_neglookaheadButton_clicked</h4> 457 <h4>PyRegExpWizardWidget.on_neglookaheadButton_clicked</h4>
461 <b>on_neglookaheadButton_clicked</b>(<i></i>) 458 <b>on_neglookaheadButton_clicked</b>(<i></i>)
462
463 <p> 459 <p>
464 Private slot to handle the negative lookahead toolbutton. 460 Private slot to handle the negative lookahead toolbutton.
465 </p> 461 </p>
462
466 <a NAME="PyRegExpWizardWidget.on_neglookbehindButton_clicked" ID="PyRegExpWizardWidget.on_neglookbehindButton_clicked"></a> 463 <a NAME="PyRegExpWizardWidget.on_neglookbehindButton_clicked" ID="PyRegExpWizardWidget.on_neglookbehindButton_clicked"></a>
467 <h4>PyRegExpWizardWidget.on_neglookbehindButton_clicked</h4> 464 <h4>PyRegExpWizardWidget.on_neglookbehindButton_clicked</h4>
468 <b>on_neglookbehindButton_clicked</b>(<i></i>) 465 <b>on_neglookbehindButton_clicked</b>(<i></i>)
469
470 <p> 466 <p>
471 Private slot to handle the negative lookbehind toolbutton. 467 Private slot to handle the negative lookbehind toolbutton.
472 </p> 468 </p>
469
473 <a NAME="PyRegExpWizardWidget.on_nextButton_clicked" ID="PyRegExpWizardWidget.on_nextButton_clicked"></a> 470 <a NAME="PyRegExpWizardWidget.on_nextButton_clicked" ID="PyRegExpWizardWidget.on_nextButton_clicked"></a>
474 <h4>PyRegExpWizardWidget.on_nextButton_clicked</h4> 471 <h4>PyRegExpWizardWidget.on_nextButton_clicked</h4>
475 <b>on_nextButton_clicked</b>(<i></i>) 472 <b>on_nextButton_clicked</b>(<i></i>)
476
477 <p> 473 <p>
478 Private slot to find the next match. 474 Private slot to find the next match.
479 </p> 475 </p>
476
480 <a NAME="PyRegExpWizardWidget.on_nonGroupButton_clicked" ID="PyRegExpWizardWidget.on_nonGroupButton_clicked"></a> 477 <a NAME="PyRegExpWizardWidget.on_nonGroupButton_clicked" ID="PyRegExpWizardWidget.on_nonGroupButton_clicked"></a>
481 <h4>PyRegExpWizardWidget.on_nonGroupButton_clicked</h4> 478 <h4>PyRegExpWizardWidget.on_nonGroupButton_clicked</h4>
482 <b>on_nonGroupButton_clicked</b>(<i></i>) 479 <b>on_nonGroupButton_clicked</b>(<i></i>)
483
484 <p> 480 <p>
485 Private slot to handle the non group toolbutton. 481 Private slot to handle the non group toolbutton.
486 </p> 482 </p>
483
487 <a NAME="PyRegExpWizardWidget.on_nonwordboundButton_clicked" ID="PyRegExpWizardWidget.on_nonwordboundButton_clicked"></a> 484 <a NAME="PyRegExpWizardWidget.on_nonwordboundButton_clicked" ID="PyRegExpWizardWidget.on_nonwordboundButton_clicked"></a>
488 <h4>PyRegExpWizardWidget.on_nonwordboundButton_clicked</h4> 485 <h4>PyRegExpWizardWidget.on_nonwordboundButton_clicked</h4>
489 <b>on_nonwordboundButton_clicked</b>(<i></i>) 486 <b>on_nonwordboundButton_clicked</b>(<i></i>)
490
491 <p> 487 <p>
492 Private slot to handle the non word boundary toolbutton. 488 Private slot to handle the non word boundary toolbutton.
493 </p> 489 </p>
490
494 <a NAME="PyRegExpWizardWidget.on_poslookaheadButton_clicked" ID="PyRegExpWizardWidget.on_poslookaheadButton_clicked"></a> 491 <a NAME="PyRegExpWizardWidget.on_poslookaheadButton_clicked" ID="PyRegExpWizardWidget.on_poslookaheadButton_clicked"></a>
495 <h4>PyRegExpWizardWidget.on_poslookaheadButton_clicked</h4> 492 <h4>PyRegExpWizardWidget.on_poslookaheadButton_clicked</h4>
496 <b>on_poslookaheadButton_clicked</b>(<i></i>) 493 <b>on_poslookaheadButton_clicked</b>(<i></i>)
497
498 <p> 494 <p>
499 Private slot to handle the positive lookahead toolbutton. 495 Private slot to handle the positive lookahead toolbutton.
500 </p> 496 </p>
497
501 <a NAME="PyRegExpWizardWidget.on_poslookbehindButton_clicked" ID="PyRegExpWizardWidget.on_poslookbehindButton_clicked"></a> 498 <a NAME="PyRegExpWizardWidget.on_poslookbehindButton_clicked" ID="PyRegExpWizardWidget.on_poslookbehindButton_clicked"></a>
502 <h4>PyRegExpWizardWidget.on_poslookbehindButton_clicked</h4> 499 <h4>PyRegExpWizardWidget.on_poslookbehindButton_clicked</h4>
503 <b>on_poslookbehindButton_clicked</b>(<i></i>) 500 <b>on_poslookbehindButton_clicked</b>(<i></i>)
504
505 <p> 501 <p>
506 Private slot to handle the positive lookbehind toolbutton. 502 Private slot to handle the positive lookbehind toolbutton.
507 </p> 503 </p>
504
508 <a NAME="PyRegExpWizardWidget.on_redoButton_clicked" ID="PyRegExpWizardWidget.on_redoButton_clicked"></a> 505 <a NAME="PyRegExpWizardWidget.on_redoButton_clicked" ID="PyRegExpWizardWidget.on_redoButton_clicked"></a>
509 <h4>PyRegExpWizardWidget.on_redoButton_clicked</h4> 506 <h4>PyRegExpWizardWidget.on_redoButton_clicked</h4>
510 <b>on_redoButton_clicked</b>(<i></i>) 507 <b>on_redoButton_clicked</b>(<i></i>)
511
512 <p> 508 <p>
513 Private slot to handle the redo action. 509 Private slot to handle the redo action.
514 </p> 510 </p>
511
515 <a NAME="PyRegExpWizardWidget.on_regexpTextEdit_textChanged" ID="PyRegExpWizardWidget.on_regexpTextEdit_textChanged"></a> 512 <a NAME="PyRegExpWizardWidget.on_regexpTextEdit_textChanged" ID="PyRegExpWizardWidget.on_regexpTextEdit_textChanged"></a>
516 <h4>PyRegExpWizardWidget.on_regexpTextEdit_textChanged</h4> 513 <h4>PyRegExpWizardWidget.on_regexpTextEdit_textChanged</h4>
517 <b>on_regexpTextEdit_textChanged</b>(<i></i>) 514 <b>on_regexpTextEdit_textChanged</b>(<i></i>)
518
519 <p> 515 <p>
520 Private slot called when the regexp changes. 516 Private slot called when the regexp changes.
521 </p> 517 </p>
518
522 <a NAME="PyRegExpWizardWidget.on_repeatButton_clicked" ID="PyRegExpWizardWidget.on_repeatButton_clicked"></a> 519 <a NAME="PyRegExpWizardWidget.on_repeatButton_clicked" ID="PyRegExpWizardWidget.on_repeatButton_clicked"></a>
523 <h4>PyRegExpWizardWidget.on_repeatButton_clicked</h4> 520 <h4>PyRegExpWizardWidget.on_repeatButton_clicked</h4>
524 <b>on_repeatButton_clicked</b>(<i></i>) 521 <b>on_repeatButton_clicked</b>(<i></i>)
525
526 <p> 522 <p>
527 Private slot to handle the repeat toolbutton. 523 Private slot to handle the repeat toolbutton.
528 </p> 524 </p>
525
529 <a NAME="PyRegExpWizardWidget.on_saveButton_clicked" ID="PyRegExpWizardWidget.on_saveButton_clicked"></a> 526 <a NAME="PyRegExpWizardWidget.on_saveButton_clicked" ID="PyRegExpWizardWidget.on_saveButton_clicked"></a>
530 <h4>PyRegExpWizardWidget.on_saveButton_clicked</h4> 527 <h4>PyRegExpWizardWidget.on_saveButton_clicked</h4>
531 <b>on_saveButton_clicked</b>(<i></i>) 528 <b>on_saveButton_clicked</b>(<i></i>)
532
533 <p> 529 <p>
534 Private slot to save the regexp to a file. 530 Private slot to save the regexp to a file.
535 </p> 531 </p>
532
536 <a NAME="PyRegExpWizardWidget.on_undoButton_clicked" ID="PyRegExpWizardWidget.on_undoButton_clicked"></a> 533 <a NAME="PyRegExpWizardWidget.on_undoButton_clicked" ID="PyRegExpWizardWidget.on_undoButton_clicked"></a>
537 <h4>PyRegExpWizardWidget.on_undoButton_clicked</h4> 534 <h4>PyRegExpWizardWidget.on_undoButton_clicked</h4>
538 <b>on_undoButton_clicked</b>(<i></i>) 535 <b>on_undoButton_clicked</b>(<i></i>)
539
540 <p> 536 <p>
541 Private slot to handle the undo action. 537 Private slot to handle the undo action.
542 </p> 538 </p>
539
543 <a NAME="PyRegExpWizardWidget.on_validateButton_clicked" ID="PyRegExpWizardWidget.on_validateButton_clicked"></a> 540 <a NAME="PyRegExpWizardWidget.on_validateButton_clicked" ID="PyRegExpWizardWidget.on_validateButton_clicked"></a>
544 <h4>PyRegExpWizardWidget.on_validateButton_clicked</h4> 541 <h4>PyRegExpWizardWidget.on_validateButton_clicked</h4>
545 <b>on_validateButton_clicked</b>(<i></i>) 542 <b>on_validateButton_clicked</b>(<i></i>)
546
547 <p> 543 <p>
548 Private slot to validate the entered regexp. 544 Private slot to validate the entered regexp.
549 </p> 545 </p>
546
550 <a NAME="PyRegExpWizardWidget.on_wordboundButton_clicked" ID="PyRegExpWizardWidget.on_wordboundButton_clicked"></a> 547 <a NAME="PyRegExpWizardWidget.on_wordboundButton_clicked" ID="PyRegExpWizardWidget.on_wordboundButton_clicked"></a>
551 <h4>PyRegExpWizardWidget.on_wordboundButton_clicked</h4> 548 <h4>PyRegExpWizardWidget.on_wordboundButton_clicked</h4>
552 <b>on_wordboundButton_clicked</b>(<i></i>) 549 <b>on_wordboundButton_clicked</b>(<i></i>)
553
554 <p> 550 <p>
555 Private slot to handle the word boundary toolbutton. 551 Private slot to handle the word boundary toolbutton.
556 </p> 552 </p>
553
557 <div align="right"><a href="#top">Up</a></div> 554 <div align="right"><a href="#top">Up</a></div>
558 <hr /> 555 <hr />
559 <hr /> 556 <hr />
560 <a NAME="PyRegExpWizardWindow" ID="PyRegExpWizardWindow"></a> 557 <a NAME="PyRegExpWizardWindow" ID="PyRegExpWizardWindow"></a>
561 <h2>PyRegExpWizardWindow</h2> 558 <h2>PyRegExpWizardWindow</h2>
562
563 <p> 559 <p>
564 Main window class for the standalone dialog. 560 Main window class for the standalone dialog.
565 </p> 561 </p>
562
566 <h3>Derived from</h3> 563 <h3>Derived from</h3>
567 EricMainWindow 564 EricMainWindow
568 <h3>Class Attributes</h3> 565 <h3>Class Attributes</h3>
569 566 <table>
570 <table> 567 <tr><td>None</td></tr>
571 <tr><td>None</td></tr> 568 </table>
572 </table> 569
573 <h3>Class Methods</h3> 570 <h3>Class Methods</h3>
574 571 <table>
575 <table> 572 <tr><td>None</td></tr>
576 <tr><td>None</td></tr> 573 </table>
577 </table> 574
578 <h3>Methods</h3> 575 <h3>Methods</h3>
579 576 <table>
580 <table>
581
582 <tr> 577 <tr>
583 <td><a href="#PyRegExpWizardWindow.__init__">PyRegExpWizardWindow</a></td> 578 <td><a href="#PyRegExpWizardWindow.__init__">PyRegExpWizardWindow</a></td>
584 <td>Constructor</td> 579 <td>Constructor</td>
585 </tr> 580 </tr>
586 </table> 581 </table>
582
587 <h3>Static Methods</h3> 583 <h3>Static Methods</h3>
588 584 <table>
589 <table> 585 <tr><td>None</td></tr>
590 <tr><td>None</td></tr> 586 </table>
591 </table> 587
592 588
593 <a NAME="PyRegExpWizardWindow.__init__" ID="PyRegExpWizardWindow.__init__"></a> 589 <a NAME="PyRegExpWizardWindow.__init__" ID="PyRegExpWizardWindow.__init__"></a>
594 <h4>PyRegExpWizardWindow (Constructor)</h4> 590 <h4>PyRegExpWizardWindow (Constructor)</h4>
595 <b>PyRegExpWizardWindow</b>(<i>parent=None</i>) 591 <b>PyRegExpWizardWindow</b>(<i>parent=None</i>)
596
597 <p> 592 <p>
598 Constructor 593 Constructor
599 </p> 594 </p>
595
600 <dl> 596 <dl>
601 597
602 <dt><i>parent</i> (QWidget)</dt> 598 <dt><i>parent</i> (QWidget)</dt>
603 <dd> 599 <dd>
604 reference to the parent widget 600 reference to the parent widget

eric ide

mercurial