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

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

eric ide

mercurial