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

changeset 945
8cd4d08fa9f6
parent 440
69ace3e2dcf6
child 1228
7afaf2fca55b
equal deleted inserted replaced
944:1b59c4ba121e 945:8cd4d08fa9f6
67 <td>Public method to get the source code.</td> 67 <td>Public method to get the source code.</td>
68 </tr> 68 </tr>
69 </table> 69 </table>
70 <a NAME="PyRegExpWizardDialog.__init__" ID="PyRegExpWizardDialog.__init__"></a> 70 <a NAME="PyRegExpWizardDialog.__init__" ID="PyRegExpWizardDialog.__init__"></a>
71 <h4>PyRegExpWizardDialog (Constructor)</h4> 71 <h4>PyRegExpWizardDialog (Constructor)</h4>
72 <b>PyRegExpWizardDialog</b>(<i>parent = None, fromEric = True</i>) 72 <b>PyRegExpWizardDialog</b>(<i>parent=None, fromEric=True</i>)
73 <p> 73 <p>
74 Constructor 74 Constructor
75 </p><dl> 75 </p><dl>
76 <dt><i>parent</i></dt> 76 <dt><i>parent</i></dt>
77 <dd> 77 <dd>
209 <td>Private slot to handle the word boundary toolbutton.</td> 209 <td>Private slot to handle the word boundary toolbutton.</td>
210 </tr> 210 </tr>
211 </table> 211 </table>
212 <a NAME="PyRegExpWizardWidget.__init__" ID="PyRegExpWizardWidget.__init__"></a> 212 <a NAME="PyRegExpWizardWidget.__init__" ID="PyRegExpWizardWidget.__init__"></a>
213 <h4>PyRegExpWizardWidget (Constructor)</h4> 213 <h4>PyRegExpWizardWidget (Constructor)</h4>
214 <b>PyRegExpWizardWidget</b>(<i>parent = None, fromEric = True</i>) 214 <b>PyRegExpWizardWidget</b>(<i>parent=None, fromEric=True</i>)
215 <p> 215 <p>
216 Constructor 216 Constructor
217 </p><dl> 217 </p><dl>
218 <dt><i>parent</i></dt> 218 <dt><i>parent</i></dt>
219 <dd> 219 <dd>
222 <dd> 222 <dd>
223 flag indicating a call from within eric5 223 flag indicating a call from within eric5
224 </dd> 224 </dd>
225 </dl><a NAME="PyRegExpWizardWidget.__insertString" ID="PyRegExpWizardWidget.__insertString"></a> 225 </dl><a NAME="PyRegExpWizardWidget.__insertString" ID="PyRegExpWizardWidget.__insertString"></a>
226 <h4>PyRegExpWizardWidget.__insertString</h4> 226 <h4>PyRegExpWizardWidget.__insertString</h4>
227 <b>__insertString</b>(<i>s, steps = 0</i>) 227 <b>__insertString</b>(<i>s, steps=0</i>)
228 <p> 228 <p>
229 Private method to insert a string into line edit and move cursor. 229 Private method to insert a string into line edit and move cursor.
230 </p><dl> 230 </p><dl>
231 <dt><i>s</i></dt> 231 <dt><i>s</i></dt>
232 <dd> 232 <dd>
302 <b>on_endlineButton_clicked</b>(<i></i>) 302 <b>on_endlineButton_clicked</b>(<i></i>)
303 <p> 303 <p>
304 Private slot to handle the end line toolbutton. 304 Private slot to handle the end line toolbutton.
305 </p><a NAME="PyRegExpWizardWidget.on_executeButton_clicked" ID="PyRegExpWizardWidget.on_executeButton_clicked"></a> 305 </p><a NAME="PyRegExpWizardWidget.on_executeButton_clicked" ID="PyRegExpWizardWidget.on_executeButton_clicked"></a>
306 <h4>PyRegExpWizardWidget.on_executeButton_clicked</h4> 306 <h4>PyRegExpWizardWidget.on_executeButton_clicked</h4>
307 <b>on_executeButton_clicked</b>(<i>startpos = 0</i>) 307 <b>on_executeButton_clicked</b>(<i>startpos=0</i>)
308 <p> 308 <p>
309 Private slot to execute the entered regexp on the test text. 309 Private slot to execute the entered regexp on the test text.
310 </p><p> 310 </p><p>
311 This slot will execute the entered regexp on the entered test 311 This slot will execute the entered regexp on the entered test
312 data and will display the result in the table part of the dialog. 312 data and will display the result in the table part of the dialog.
436 <td>Constructor</td> 436 <td>Constructor</td>
437 </tr> 437 </tr>
438 </table> 438 </table>
439 <a NAME="PyRegExpWizardWindow.__init__" ID="PyRegExpWizardWindow.__init__"></a> 439 <a NAME="PyRegExpWizardWindow.__init__" ID="PyRegExpWizardWindow.__init__"></a>
440 <h4>PyRegExpWizardWindow (Constructor)</h4> 440 <h4>PyRegExpWizardWindow (Constructor)</h4>
441 <b>PyRegExpWizardWindow</b>(<i>parent = None</i>) 441 <b>PyRegExpWizardWindow</b>(<i>parent=None</i>)
442 <p> 442 <p>
443 Constructor 443 Constructor
444 </p><dl> 444 </p><dl>
445 <dt><i>parent</i></dt> 445 <dt><i>parent</i></dt>
446 <dd> 446 <dd>

eric ide

mercurial