102 <p> |
102 <p> |
103 Public method to get the source code. |
103 Public method to get the source code. |
104 </p> |
104 </p> |
105 <dl> |
105 <dl> |
106 |
106 |
107 <dt><i>indLevel</i></dt> |
107 <dt><i>indLevel</i> (int)</dt> |
108 <dd> |
108 <dd> |
109 indentation level (int) |
109 indentation level |
110 </dd> |
110 </dd> |
111 <dt><i>indString</i></dt> |
111 <dt><i>indString</i> (str)</dt> |
112 <dd> |
112 <dd> |
113 string used for indentation (space or tab) (string) |
113 string used for indentation (space or tab) |
114 </dd> |
114 </dd> |
115 </dl> |
115 </dl> |
116 <dl> |
116 <dl> |
117 <dt>Return:</dt> |
117 <dt>Return:</dt> |
118 <dd> |
118 <dd> |
119 generated code (string) |
119 generated code |
|
120 </dd> |
|
121 </dl> |
|
122 <dl> |
|
123 <dt>Return Type:</dt> |
|
124 <dd> |
|
125 str |
120 </dd> |
126 </dd> |
121 </dl> |
127 </dl> |
122 <div align="right"><a href="#top">Up</a></div> |
128 <div align="right"><a href="#top">Up</a></div> |
123 <hr /> |
129 <hr /> |
124 <hr /> |
130 <hr /> |
296 <p> |
302 <p> |
297 Private method to insert a string into line edit and move cursor. |
303 Private method to insert a string into line edit and move cursor. |
298 </p> |
304 </p> |
299 <dl> |
305 <dl> |
300 |
306 |
301 <dt><i>s</i></dt> |
307 <dt><i>s</i> (str)</dt> |
302 <dd> |
308 <dd> |
303 string to be inserted into the regexp line edit |
309 string to be inserted into the regexp line edit |
304 (string) |
310 </dd> |
305 </dd> |
311 <dt><i>steps</i> (int)</dt> |
306 <dt><i>steps</i></dt> |
312 <dd> |
307 <dd> |
313 number of characters to move the cursor. Negative steps |
308 number of characters to move the cursor (integer). |
314 move cursor back, positive steps forward. |
309 Negative steps moves cursor back, positives forward. |
|
310 </dd> |
315 </dd> |
311 </dl> |
316 </dl> |
312 <a NAME="PyRegExpWizardWidget.getCode" ID="PyRegExpWizardWidget.getCode"></a> |
317 <a NAME="PyRegExpWizardWidget.getCode" ID="PyRegExpWizardWidget.getCode"></a> |
313 <h4>PyRegExpWizardWidget.getCode</h4> |
318 <h4>PyRegExpWizardWidget.getCode</h4> |
314 <b>getCode</b>(<i>indLevel, indString</i>) |
319 <b>getCode</b>(<i>indLevel, indString</i>) |
316 <p> |
321 <p> |
317 Public method to get the source code. |
322 Public method to get the source code. |
318 </p> |
323 </p> |
319 <dl> |
324 <dl> |
320 |
325 |
321 <dt><i>indLevel</i></dt> |
326 <dt><i>indLevel</i> (int)</dt> |
322 <dd> |
327 <dd> |
323 indentation level (int) |
328 indentation level |
324 </dd> |
329 </dd> |
325 <dt><i>indString</i></dt> |
330 <dt><i>indString</i> (str)</dt> |
326 <dd> |
331 <dd> |
327 string used for indentation (space or tab) (string) |
332 string used for indentation (space or tab) |
328 </dd> |
333 </dd> |
329 </dl> |
334 </dl> |
330 <dl> |
335 <dl> |
331 <dt>Return:</dt> |
336 <dt>Return:</dt> |
332 <dd> |
337 <dd> |
333 generated code (string) |
338 generated code |
|
339 </dd> |
|
340 </dl> |
|
341 <dl> |
|
342 <dt>Return Type:</dt> |
|
343 <dd> |
|
344 str |
334 </dd> |
345 </dd> |
335 </dl> |
346 </dl> |
336 <a NAME="PyRegExpWizardWidget.on_altnButton_clicked" ID="PyRegExpWizardWidget.on_altnButton_clicked"></a> |
347 <a NAME="PyRegExpWizardWidget.on_altnButton_clicked" ID="PyRegExpWizardWidget.on_altnButton_clicked"></a> |
337 <h4>PyRegExpWizardWidget.on_altnButton_clicked</h4> |
348 <h4>PyRegExpWizardWidget.on_altnButton_clicked</h4> |
338 <b>on_altnButton_clicked</b>(<i></i>) |
349 <b>on_altnButton_clicked</b>(<i></i>) |
361 <p> |
372 <p> |
362 Private slot called by a button of the button box clicked. |
373 Private slot called by a button of the button box clicked. |
363 </p> |
374 </p> |
364 <dl> |
375 <dl> |
365 |
376 |
366 <dt><i>button</i></dt> |
377 <dt><i>button</i> (QAbstractButton)</dt> |
367 <dd> |
378 <dd> |
368 button that was clicked (QAbstractButton) |
379 button that was clicked |
369 </dd> |
380 </dd> |
370 </dl> |
381 </dl> |
371 <a NAME="PyRegExpWizardWidget.on_charButton_clicked" ID="PyRegExpWizardWidget.on_charButton_clicked"></a> |
382 <a NAME="PyRegExpWizardWidget.on_charButton_clicked" ID="PyRegExpWizardWidget.on_charButton_clicked"></a> |
372 <h4>PyRegExpWizardWidget.on_charButton_clicked</h4> |
383 <h4>PyRegExpWizardWidget.on_charButton_clicked</h4> |
373 <b>on_charButton_clicked</b>(<i></i>) |
384 <b>on_charButton_clicked</b>(<i></i>) |
410 This slot will execute the entered regexp on the entered test |
421 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. |
422 data and will display the result in the table part of the dialog. |
412 </p> |
423 </p> |
413 <dl> |
424 <dl> |
414 |
425 |
415 <dt><i>startpos</i></dt> |
426 <dt><i>startpos</i> (int)</dt> |
416 <dd> |
427 <dd> |
417 starting position for the regexp matching |
428 starting position for the regexp matching |
418 </dd> |
429 </dd> |
419 </dl> |
430 </dl> |
420 <a NAME="PyRegExpWizardWidget.on_groupButton_clicked" ID="PyRegExpWizardWidget.on_groupButton_clicked"></a> |
431 <a NAME="PyRegExpWizardWidget.on_groupButton_clicked" ID="PyRegExpWizardWidget.on_groupButton_clicked"></a> |