eric7/Documentation/Source/eric7.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html

branch
eric7
changeset 8372
e0227a7c850e
child 8596
d64760b2da50
equal deleted inserted replaced
8371:d6062691d424 8372:e0227a7c850e
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric7.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog</title>
4 <meta charset="UTF-8">
5 <style>
6 body {
7 background: #EDECE6;
8 margin: 0em 1em 10em 1em;
9 color: black;
10 }
11
12 h1 { color: white; background: #85774A; }
13 h2 { color: white; background: #85774A; }
14 h3 { color: white; background: #9D936E; }
15 h4 { color: white; background: #9D936E; }
16
17 a { color: #BA6D36; }
18
19 </style>
20 </head>
21 <body>
22 <a NAME="top" ID="top"></a>
23 <h1>eric7.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog</h1>
24
25 <p>
26 Module implementing the Python re wizard dialog.
27 </p>
28 <h3>Global Attributes</h3>
29
30 <table>
31 <tr><td>None</td></tr>
32 </table>
33 <h3>Classes</h3>
34
35 <table>
36
37 <tr>
38 <td><a href="#PyRegExpWizardDialog">PyRegExpWizardDialog</a></td>
39 <td>Class for the dialog variant.</td>
40 </tr>
41 <tr>
42 <td><a href="#PyRegExpWizardWidget">PyRegExpWizardWidget</a></td>
43 <td>Class implementing the Python re wizard dialog.</td>
44 </tr>
45 <tr>
46 <td><a href="#PyRegExpWizardWindow">PyRegExpWizardWindow</a></td>
47 <td>Main window class for the standalone dialog.</td>
48 </tr>
49 </table>
50 <h3>Functions</h3>
51
52 <table>
53 <tr><td>None</td></tr>
54 </table>
55 <hr />
56 <hr />
57 <a NAME="PyRegExpWizardDialog" ID="PyRegExpWizardDialog"></a>
58 <h2>PyRegExpWizardDialog</h2>
59
60 <p>
61 Class for the dialog variant.
62 </p>
63 <h3>Derived from</h3>
64 QDialog
65 <h3>Class Attributes</h3>
66
67 <table>
68 <tr><td>None</td></tr>
69 </table>
70 <h3>Class Methods</h3>
71
72 <table>
73 <tr><td>None</td></tr>
74 </table>
75 <h3>Methods</h3>
76
77 <table>
78
79 <tr>
80 <td><a href="#PyRegExpWizardDialog.__init__">PyRegExpWizardDialog</a></td>
81 <td>Constructor</td>
82 </tr>
83 <tr>
84 <td><a href="#PyRegExpWizardDialog.getCode">getCode</a></td>
85 <td>Public method to get the source code.</td>
86 </tr>
87 </table>
88 <h3>Static Methods</h3>
89
90 <table>
91 <tr><td>None</td></tr>
92 </table>
93
94 <a NAME="PyRegExpWizardDialog.__init__" ID="PyRegExpWizardDialog.__init__"></a>
95 <h4>PyRegExpWizardDialog (Constructor)</h4>
96 <b>PyRegExpWizardDialog</b>(<i>parent=None, fromEric=True</i>)
97
98 <p>
99 Constructor
100 </p>
101 <dl>
102
103 <dt><i>parent</i></dt>
104 <dd>
105 parent widget (QWidget)
106 </dd>
107 <dt><i>fromEric</i></dt>
108 <dd>
109 flag indicating a call from within eric
110 </dd>
111 </dl>
112 <a NAME="PyRegExpWizardDialog.getCode" ID="PyRegExpWizardDialog.getCode"></a>
113 <h4>PyRegExpWizardDialog.getCode</h4>
114 <b>getCode</b>(<i>indLevel, indString</i>)
115
116 <p>
117 Public method to get the source code.
118 </p>
119 <dl>
120
121 <dt><i>indLevel</i></dt>
122 <dd>
123 indentation level (int)
124 </dd>
125 <dt><i>indString</i></dt>
126 <dd>
127 string used for indentation (space or tab) (string)
128 </dd>
129 </dl>
130 <dl>
131 <dt>Return:</dt>
132 <dd>
133 generated code (string)
134 </dd>
135 </dl>
136 <div align="right"><a href="#top">Up</a></div>
137 <hr />
138 <hr />
139 <a NAME="PyRegExpWizardWidget" ID="PyRegExpWizardWidget"></a>
140 <h2>PyRegExpWizardWidget</h2>
141
142 <p>
143 Class implementing the Python re wizard dialog.
144 </p>
145 <h3>Derived from</h3>
146 QWidget, Ui_PyRegExpWizardDialog
147 <h3>Class Attributes</h3>
148
149 <table>
150 <tr><td>None</td></tr>
151 </table>
152 <h3>Class Methods</h3>
153
154 <table>
155 <tr><td>None</td></tr>
156 </table>
157 <h3>Methods</h3>
158
159 <table>
160
161 <tr>
162 <td><a href="#PyRegExpWizardWidget.__init__">PyRegExpWizardWidget</a></td>
163 <td>Constructor</td>
164 </tr>
165 <tr>
166 <td><a href="#PyRegExpWizardWidget.__insertString">__insertString</a></td>
167 <td>Private method to insert a string into line edit and move cursor.</td>
168 </tr>
169 <tr>
170 <td><a href="#PyRegExpWizardWidget.getCode">getCode</a></td>
171 <td>Public method to get the source code.</td>
172 </tr>
173 <tr>
174 <td><a href="#PyRegExpWizardWidget.on_altnButton_clicked">on_altnButton_clicked</a></td>
175 <td>Private slot to handle the alternatives toolbutton.</td>
176 </tr>
177 <tr>
178 <td><a href="#PyRegExpWizardWidget.on_anycharButton_clicked">on_anycharButton_clicked</a></td>
179 <td>Private slot to handle the any character toolbutton.</td>
180 </tr>
181 <tr>
182 <td><a href="#PyRegExpWizardWidget.on_beglineButton_clicked">on_beglineButton_clicked</a></td>
183 <td>Private slot to handle the begin line toolbutton.</td>
184 </tr>
185 <tr>
186 <td><a href="#PyRegExpWizardWidget.on_buttonBox_clicked">on_buttonBox_clicked</a></td>
187 <td>Private slot called by a button of the button box clicked.</td>
188 </tr>
189 <tr>
190 <td><a href="#PyRegExpWizardWidget.on_charButton_clicked">on_charButton_clicked</a></td>
191 <td>Private slot to handle the characters toolbutton.</td>
192 </tr>
193 <tr>
194 <td><a href="#PyRegExpWizardWidget.on_commentButton_clicked">on_commentButton_clicked</a></td>
195 <td>Private slot to handle the comment toolbutton.</td>
196 </tr>
197 <tr>
198 <td><a href="#PyRegExpWizardWidget.on_copyButton_clicked">on_copyButton_clicked</a></td>
199 <td>Private slot to copy the regexp string into the clipboard.</td>
200 </tr>
201 <tr>
202 <td><a href="#PyRegExpWizardWidget.on_endlineButton_clicked">on_endlineButton_clicked</a></td>
203 <td>Private slot to handle the end line toolbutton.</td>
204 </tr>
205 <tr>
206 <td><a href="#PyRegExpWizardWidget.on_executeButton_clicked">on_executeButton_clicked</a></td>
207 <td>Private slot to execute the entered regexp on the test text.</td>
208 </tr>
209 <tr>
210 <td><a href="#PyRegExpWizardWidget.on_groupButton_clicked">on_groupButton_clicked</a></td>
211 <td>Private slot to handle the group toolbutton.</td>
212 </tr>
213 <tr>
214 <td><a href="#PyRegExpWizardWidget.on_loadButton_clicked">on_loadButton_clicked</a></td>
215 <td>Private slot to load a regexp from a file.</td>
216 </tr>
217 <tr>
218 <td><a href="#PyRegExpWizardWidget.on_namedGroupButton_clicked">on_namedGroupButton_clicked</a></td>
219 <td>Private slot to handle the named group toolbutton.</td>
220 </tr>
221 <tr>
222 <td><a href="#PyRegExpWizardWidget.on_namedReferenceButton_clicked">on_namedReferenceButton_clicked</a></td>
223 <td>Private slot to handle the named reference toolbutton.</td>
224 </tr>
225 <tr>
226 <td><a href="#PyRegExpWizardWidget.on_neglookaheadButton_clicked">on_neglookaheadButton_clicked</a></td>
227 <td>Private slot to handle the negative lookahead toolbutton.</td>
228 </tr>
229 <tr>
230 <td><a href="#PyRegExpWizardWidget.on_neglookbehindButton_clicked">on_neglookbehindButton_clicked</a></td>
231 <td>Private slot to handle the negative lookbehind toolbutton.</td>
232 </tr>
233 <tr>
234 <td><a href="#PyRegExpWizardWidget.on_nextButton_clicked">on_nextButton_clicked</a></td>
235 <td>Private slot to find the next match.</td>
236 </tr>
237 <tr>
238 <td><a href="#PyRegExpWizardWidget.on_nonGroupButton_clicked">on_nonGroupButton_clicked</a></td>
239 <td>Private slot to handle the non group toolbutton.</td>
240 </tr>
241 <tr>
242 <td><a href="#PyRegExpWizardWidget.on_nonwordboundButton_clicked">on_nonwordboundButton_clicked</a></td>
243 <td>Private slot to handle the non word boundary toolbutton.</td>
244 </tr>
245 <tr>
246 <td><a href="#PyRegExpWizardWidget.on_poslookaheadButton_clicked">on_poslookaheadButton_clicked</a></td>
247 <td>Private slot to handle the positive lookahead toolbutton.</td>
248 </tr>
249 <tr>
250 <td><a href="#PyRegExpWizardWidget.on_poslookbehindButton_clicked">on_poslookbehindButton_clicked</a></td>
251 <td>Private slot to handle the positive lookbehind toolbutton.</td>
252 </tr>
253 <tr>
254 <td><a href="#PyRegExpWizardWidget.on_redoButton_clicked">on_redoButton_clicked</a></td>
255 <td>Private slot to handle the redo action.</td>
256 </tr>
257 <tr>
258 <td><a href="#PyRegExpWizardWidget.on_regexpTextEdit_textChanged">on_regexpTextEdit_textChanged</a></td>
259 <td>Private slot called when the regexp changes.</td>
260 </tr>
261 <tr>
262 <td><a href="#PyRegExpWizardWidget.on_repeatButton_clicked">on_repeatButton_clicked</a></td>
263 <td>Private slot to handle the repeat toolbutton.</td>
264 </tr>
265 <tr>
266 <td><a href="#PyRegExpWizardWidget.on_saveButton_clicked">on_saveButton_clicked</a></td>
267 <td>Private slot to save the regexp to a file.</td>
268 </tr>
269 <tr>
270 <td><a href="#PyRegExpWizardWidget.on_undoButton_clicked">on_undoButton_clicked</a></td>
271 <td>Private slot to handle the undo action.</td>
272 </tr>
273 <tr>
274 <td><a href="#PyRegExpWizardWidget.on_validateButton_clicked">on_validateButton_clicked</a></td>
275 <td>Private slot to validate the entered regexp.</td>
276 </tr>
277 <tr>
278 <td><a href="#PyRegExpWizardWidget.on_wordboundButton_clicked">on_wordboundButton_clicked</a></td>
279 <td>Private slot to handle the word boundary toolbutton.</td>
280 </tr>
281 </table>
282 <h3>Static Methods</h3>
283
284 <table>
285 <tr><td>None</td></tr>
286 </table>
287
288 <a NAME="PyRegExpWizardWidget.__init__" ID="PyRegExpWizardWidget.__init__"></a>
289 <h4>PyRegExpWizardWidget (Constructor)</h4>
290 <b>PyRegExpWizardWidget</b>(<i>parent=None, fromEric=True</i>)
291
292 <p>
293 Constructor
294 </p>
295 <dl>
296
297 <dt><i>parent</i></dt>
298 <dd>
299 parent widget (QWidget)
300 </dd>
301 <dt><i>fromEric</i></dt>
302 <dd>
303 flag indicating a call from within eric
304 </dd>
305 </dl>
306 <a NAME="PyRegExpWizardWidget.__insertString" ID="PyRegExpWizardWidget.__insertString"></a>
307 <h4>PyRegExpWizardWidget.__insertString</h4>
308 <b>__insertString</b>(<i>s, steps=0</i>)
309
310 <p>
311 Private method to insert a string into line edit and move cursor.
312 </p>
313 <dl>
314
315 <dt><i>s</i></dt>
316 <dd>
317 string to be inserted into the regexp line edit
318 (string)
319 </dd>
320 <dt><i>steps</i></dt>
321 <dd>
322 number of characters to move the cursor (integer).
323 Negative steps moves cursor back, positives forward.
324 </dd>
325 </dl>
326 <a NAME="PyRegExpWizardWidget.getCode" ID="PyRegExpWizardWidget.getCode"></a>
327 <h4>PyRegExpWizardWidget.getCode</h4>
328 <b>getCode</b>(<i>indLevel, indString</i>)
329
330 <p>
331 Public method to get the source code.
332 </p>
333 <dl>
334
335 <dt><i>indLevel</i></dt>
336 <dd>
337 indentation level (int)
338 </dd>
339 <dt><i>indString</i></dt>
340 <dd>
341 string used for indentation (space or tab) (string)
342 </dd>
343 </dl>
344 <dl>
345 <dt>Return:</dt>
346 <dd>
347 generated code (string)
348 </dd>
349 </dl>
350 <a NAME="PyRegExpWizardWidget.on_altnButton_clicked" ID="PyRegExpWizardWidget.on_altnButton_clicked"></a>
351 <h4>PyRegExpWizardWidget.on_altnButton_clicked</h4>
352 <b>on_altnButton_clicked</b>(<i></i>)
353
354 <p>
355 Private slot to handle the alternatives toolbutton.
356 </p>
357 <a NAME="PyRegExpWizardWidget.on_anycharButton_clicked" ID="PyRegExpWizardWidget.on_anycharButton_clicked"></a>
358 <h4>PyRegExpWizardWidget.on_anycharButton_clicked</h4>
359 <b>on_anycharButton_clicked</b>(<i></i>)
360
361 <p>
362 Private slot to handle the any character toolbutton.
363 </p>
364 <a NAME="PyRegExpWizardWidget.on_beglineButton_clicked" ID="PyRegExpWizardWidget.on_beglineButton_clicked"></a>
365 <h4>PyRegExpWizardWidget.on_beglineButton_clicked</h4>
366 <b>on_beglineButton_clicked</b>(<i></i>)
367
368 <p>
369 Private slot to handle the begin line toolbutton.
370 </p>
371 <a NAME="PyRegExpWizardWidget.on_buttonBox_clicked" ID="PyRegExpWizardWidget.on_buttonBox_clicked"></a>
372 <h4>PyRegExpWizardWidget.on_buttonBox_clicked</h4>
373 <b>on_buttonBox_clicked</b>(<i>button</i>)
374
375 <p>
376 Private slot called by a button of the button box clicked.
377 </p>
378 <dl>
379
380 <dt><i>button</i></dt>
381 <dd>
382 button that was clicked (QAbstractButton)
383 </dd>
384 </dl>
385 <a NAME="PyRegExpWizardWidget.on_charButton_clicked" ID="PyRegExpWizardWidget.on_charButton_clicked"></a>
386 <h4>PyRegExpWizardWidget.on_charButton_clicked</h4>
387 <b>on_charButton_clicked</b>(<i></i>)
388
389 <p>
390 Private slot to handle the characters toolbutton.
391 </p>
392 <a NAME="PyRegExpWizardWidget.on_commentButton_clicked" ID="PyRegExpWizardWidget.on_commentButton_clicked"></a>
393 <h4>PyRegExpWizardWidget.on_commentButton_clicked</h4>
394 <b>on_commentButton_clicked</b>(<i></i>)
395
396 <p>
397 Private slot to handle the comment toolbutton.
398 </p>
399 <a NAME="PyRegExpWizardWidget.on_copyButton_clicked" ID="PyRegExpWizardWidget.on_copyButton_clicked"></a>
400 <h4>PyRegExpWizardWidget.on_copyButton_clicked</h4>
401 <b>on_copyButton_clicked</b>(<i></i>)
402
403 <p>
404 Private slot to copy the regexp string into the clipboard.
405 </p>
406 <p>
407 This slot is only available, if not called from within eric.
408 </p>
409 <a NAME="PyRegExpWizardWidget.on_endlineButton_clicked" ID="PyRegExpWizardWidget.on_endlineButton_clicked"></a>
410 <h4>PyRegExpWizardWidget.on_endlineButton_clicked</h4>
411 <b>on_endlineButton_clicked</b>(<i></i>)
412
413 <p>
414 Private slot to handle the end line toolbutton.
415 </p>
416 <a NAME="PyRegExpWizardWidget.on_executeButton_clicked" ID="PyRegExpWizardWidget.on_executeButton_clicked"></a>
417 <h4>PyRegExpWizardWidget.on_executeButton_clicked</h4>
418 <b>on_executeButton_clicked</b>(<i>startpos=0</i>)
419
420 <p>
421 Private slot to execute the entered regexp on the test text.
422 </p>
423 <p>
424 This slot will execute the entered regexp on the entered test
425 data and will display the result in the table part of the dialog.
426 </p>
427 <dl>
428
429 <dt><i>startpos</i></dt>
430 <dd>
431 starting position for the regexp matching
432 </dd>
433 </dl>
434 <a NAME="PyRegExpWizardWidget.on_groupButton_clicked" ID="PyRegExpWizardWidget.on_groupButton_clicked"></a>
435 <h4>PyRegExpWizardWidget.on_groupButton_clicked</h4>
436 <b>on_groupButton_clicked</b>(<i></i>)
437
438 <p>
439 Private slot to handle the group toolbutton.
440 </p>
441 <a NAME="PyRegExpWizardWidget.on_loadButton_clicked" ID="PyRegExpWizardWidget.on_loadButton_clicked"></a>
442 <h4>PyRegExpWizardWidget.on_loadButton_clicked</h4>
443 <b>on_loadButton_clicked</b>(<i></i>)
444
445 <p>
446 Private slot to load a regexp from a file.
447 </p>
448 <a NAME="PyRegExpWizardWidget.on_namedGroupButton_clicked" ID="PyRegExpWizardWidget.on_namedGroupButton_clicked"></a>
449 <h4>PyRegExpWizardWidget.on_namedGroupButton_clicked</h4>
450 <b>on_namedGroupButton_clicked</b>(<i></i>)
451
452 <p>
453 Private slot to handle the named group toolbutton.
454 </p>
455 <a NAME="PyRegExpWizardWidget.on_namedReferenceButton_clicked" ID="PyRegExpWizardWidget.on_namedReferenceButton_clicked"></a>
456 <h4>PyRegExpWizardWidget.on_namedReferenceButton_clicked</h4>
457 <b>on_namedReferenceButton_clicked</b>(<i></i>)
458
459 <p>
460 Private slot to handle the named reference toolbutton.
461 </p>
462 <a NAME="PyRegExpWizardWidget.on_neglookaheadButton_clicked" ID="PyRegExpWizardWidget.on_neglookaheadButton_clicked"></a>
463 <h4>PyRegExpWizardWidget.on_neglookaheadButton_clicked</h4>
464 <b>on_neglookaheadButton_clicked</b>(<i></i>)
465
466 <p>
467 Private slot to handle the negative lookahead toolbutton.
468 </p>
469 <a NAME="PyRegExpWizardWidget.on_neglookbehindButton_clicked" ID="PyRegExpWizardWidget.on_neglookbehindButton_clicked"></a>
470 <h4>PyRegExpWizardWidget.on_neglookbehindButton_clicked</h4>
471 <b>on_neglookbehindButton_clicked</b>(<i></i>)
472
473 <p>
474 Private slot to handle the negative lookbehind toolbutton.
475 </p>
476 <a NAME="PyRegExpWizardWidget.on_nextButton_clicked" ID="PyRegExpWizardWidget.on_nextButton_clicked"></a>
477 <h4>PyRegExpWizardWidget.on_nextButton_clicked</h4>
478 <b>on_nextButton_clicked</b>(<i></i>)
479
480 <p>
481 Private slot to find the next match.
482 </p>
483 <a NAME="PyRegExpWizardWidget.on_nonGroupButton_clicked" ID="PyRegExpWizardWidget.on_nonGroupButton_clicked"></a>
484 <h4>PyRegExpWizardWidget.on_nonGroupButton_clicked</h4>
485 <b>on_nonGroupButton_clicked</b>(<i></i>)
486
487 <p>
488 Private slot to handle the non group toolbutton.
489 </p>
490 <a NAME="PyRegExpWizardWidget.on_nonwordboundButton_clicked" ID="PyRegExpWizardWidget.on_nonwordboundButton_clicked"></a>
491 <h4>PyRegExpWizardWidget.on_nonwordboundButton_clicked</h4>
492 <b>on_nonwordboundButton_clicked</b>(<i></i>)
493
494 <p>
495 Private slot to handle the non word boundary toolbutton.
496 </p>
497 <a NAME="PyRegExpWizardWidget.on_poslookaheadButton_clicked" ID="PyRegExpWizardWidget.on_poslookaheadButton_clicked"></a>
498 <h4>PyRegExpWizardWidget.on_poslookaheadButton_clicked</h4>
499 <b>on_poslookaheadButton_clicked</b>(<i></i>)
500
501 <p>
502 Private slot to handle the positive lookahead toolbutton.
503 </p>
504 <a NAME="PyRegExpWizardWidget.on_poslookbehindButton_clicked" ID="PyRegExpWizardWidget.on_poslookbehindButton_clicked"></a>
505 <h4>PyRegExpWizardWidget.on_poslookbehindButton_clicked</h4>
506 <b>on_poslookbehindButton_clicked</b>(<i></i>)
507
508 <p>
509 Private slot to handle the positive lookbehind toolbutton.
510 </p>
511 <a NAME="PyRegExpWizardWidget.on_redoButton_clicked" ID="PyRegExpWizardWidget.on_redoButton_clicked"></a>
512 <h4>PyRegExpWizardWidget.on_redoButton_clicked</h4>
513 <b>on_redoButton_clicked</b>(<i></i>)
514
515 <p>
516 Private slot to handle the redo action.
517 </p>
518 <a NAME="PyRegExpWizardWidget.on_regexpTextEdit_textChanged" ID="PyRegExpWizardWidget.on_regexpTextEdit_textChanged"></a>
519 <h4>PyRegExpWizardWidget.on_regexpTextEdit_textChanged</h4>
520 <b>on_regexpTextEdit_textChanged</b>(<i></i>)
521
522 <p>
523 Private slot called when the regexp changes.
524 </p>
525 <a NAME="PyRegExpWizardWidget.on_repeatButton_clicked" ID="PyRegExpWizardWidget.on_repeatButton_clicked"></a>
526 <h4>PyRegExpWizardWidget.on_repeatButton_clicked</h4>
527 <b>on_repeatButton_clicked</b>(<i></i>)
528
529 <p>
530 Private slot to handle the repeat toolbutton.
531 </p>
532 <a NAME="PyRegExpWizardWidget.on_saveButton_clicked" ID="PyRegExpWizardWidget.on_saveButton_clicked"></a>
533 <h4>PyRegExpWizardWidget.on_saveButton_clicked</h4>
534 <b>on_saveButton_clicked</b>(<i></i>)
535
536 <p>
537 Private slot to save the regexp to a file.
538 </p>
539 <a NAME="PyRegExpWizardWidget.on_undoButton_clicked" ID="PyRegExpWizardWidget.on_undoButton_clicked"></a>
540 <h4>PyRegExpWizardWidget.on_undoButton_clicked</h4>
541 <b>on_undoButton_clicked</b>(<i></i>)
542
543 <p>
544 Private slot to handle the undo action.
545 </p>
546 <a NAME="PyRegExpWizardWidget.on_validateButton_clicked" ID="PyRegExpWizardWidget.on_validateButton_clicked"></a>
547 <h4>PyRegExpWizardWidget.on_validateButton_clicked</h4>
548 <b>on_validateButton_clicked</b>(<i></i>)
549
550 <p>
551 Private slot to validate the entered regexp.
552 </p>
553 <a NAME="PyRegExpWizardWidget.on_wordboundButton_clicked" ID="PyRegExpWizardWidget.on_wordboundButton_clicked"></a>
554 <h4>PyRegExpWizardWidget.on_wordboundButton_clicked</h4>
555 <b>on_wordboundButton_clicked</b>(<i></i>)
556
557 <p>
558 Private slot to handle the word boundary toolbutton.
559 </p>
560 <div align="right"><a href="#top">Up</a></div>
561 <hr />
562 <hr />
563 <a NAME="PyRegExpWizardWindow" ID="PyRegExpWizardWindow"></a>
564 <h2>PyRegExpWizardWindow</h2>
565
566 <p>
567 Main window class for the standalone dialog.
568 </p>
569 <h3>Derived from</h3>
570 EricMainWindow
571 <h3>Class Attributes</h3>
572
573 <table>
574 <tr><td>None</td></tr>
575 </table>
576 <h3>Class Methods</h3>
577
578 <table>
579 <tr><td>None</td></tr>
580 </table>
581 <h3>Methods</h3>
582
583 <table>
584
585 <tr>
586 <td><a href="#PyRegExpWizardWindow.__init__">PyRegExpWizardWindow</a></td>
587 <td>Constructor</td>
588 </tr>
589 </table>
590 <h3>Static Methods</h3>
591
592 <table>
593 <tr><td>None</td></tr>
594 </table>
595
596 <a NAME="PyRegExpWizardWindow.__init__" ID="PyRegExpWizardWindow.__init__"></a>
597 <h4>PyRegExpWizardWindow (Constructor)</h4>
598 <b>PyRegExpWizardWindow</b>(<i>parent=None</i>)
599
600 <p>
601 Constructor
602 </p>
603 <dl>
604
605 <dt><i>parent</i></dt>
606 <dd>
607 reference to the parent widget (QWidget)
608 </dd>
609 </dl>
610 <div align="right"><a href="#top">Up</a></div>
611 <hr />
612 </body></html>

eric ide

mercurial