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

branch
eric7
changeset 10437
2f70ca07f0af
parent 9209
b99e7fd55fd3
child 10479
856476537696
equal deleted inserted replaced
10436:f6881d10e995 10437:2f70ca07f0af
84 <p> 84 <p>
85 Constructor 85 Constructor
86 </p> 86 </p>
87 <dl> 87 <dl>
88 88
89 <dt><i>parent</i></dt> 89 <dt><i>parent</i> (QWidget)</dt>
90 <dd> 90 <dd>
91 parent widget (QWidget) 91 parent widget
92 </dd> 92 </dd>
93 <dt><i>fromEric</i></dt> 93 <dt><i>fromEric</i> (bool)</dt>
94 <dd> 94 <dd>
95 flag indicating a call from within eric 95 flag indicating a call from within eric
96 </dd> 96 </dd>
97 </dl> 97 </dl>
98 <a NAME="PyRegExpWizardDialog.getCode" ID="PyRegExpWizardDialog.getCode"></a> 98 <a NAME="PyRegExpWizardDialog.getCode" ID="PyRegExpWizardDialog.getCode"></a>
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 />
278 <p> 284 <p>
279 Constructor 285 Constructor
280 </p> 286 </p>
281 <dl> 287 <dl>
282 288
283 <dt><i>parent</i></dt> 289 <dt><i>parent</i> (QWidget)</dt>
284 <dd> 290 <dd>
285 parent widget (QWidget) 291 parent widget
286 </dd> 292 </dd>
287 <dt><i>fromEric</i></dt> 293 <dt><i>fromEric</i> (bool)</dt>
288 <dd> 294 <dd>
289 flag indicating a call from within eric 295 flag indicating a call from within eric
290 </dd> 296 </dd>
291 </dl> 297 </dl>
292 <a NAME="PyRegExpWizardWidget.__insertString" ID="PyRegExpWizardWidget.__insertString"></a> 298 <a NAME="PyRegExpWizardWidget.__insertString" ID="PyRegExpWizardWidget.__insertString"></a>
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>
586 <p> 597 <p>
587 Constructor 598 Constructor
588 </p> 599 </p>
589 <dl> 600 <dl>
590 601
591 <dt><i>parent</i></dt> 602 <dt><i>parent</i> (QWidget)</dt>
592 <dd> 603 <dd>
593 reference to the parent widget (QWidget) 604 reference to the parent widget
594 </dd> 605 </dd>
595 </dl> 606 </dl>
596 <div align="right"><a href="#top">Up</a></div> 607 <div align="right"><a href="#top">Up</a></div>
597 <hr /> 608 <hr />
598 </body></html> 609 </body></html>

eric ide

mercurial