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