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

changeset 58
37f0444c3479
parent 21
b88a0e6268bd
child 409
0ea528e80202
equal deleted inserted replaced
57:81326a94fdca 58:37f0444c3479
20 </style> 20 </style>
21 </head> 21 </head>
22 <body><a NAME="top" ID="top"></a> 22 <body><a NAME="top" ID="top"></a>
23 <h1>eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog</h1> 23 <h1>eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog</h1>
24 <p> 24 <p>
25 &#77;&#111;&#100;&#117;&#108;&#101; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#116;&#104;&#101; &#80;y&#116;&#104;&#111;&#110; &#114;&#101; w&#105;z&#97;&#114;&#100; &#100;&#105;&#97;&#108;&#111;&#103;. 25 Module implementing the Python re wizard dialog.
26 </p> 26 </p>
27 <h3>Global Attributes</h3> 27 <h3>Global Attributes</h3>
28 <table> 28 <table>
29 <tr><td>None</td></tr> 29 <tr><td>None</td></tr>
30 </table> 30 </table>
31 <h3>Classes</h3> 31 <h3>Classes</h3>
32 <table> 32 <table>
33 <tr> 33 <tr>
34 <td><a href="#PyRegExpWizardDialog">PyRegExpWizardDialog</a></td> 34 <td><a href="#PyRegExpWizardDialog">PyRegExpWizardDialog</a></td>
35 <td>&#67;&#108;&#97;&#115;&#115; &#102;&#111;&#114; &#116;&#104;&#101; &#100;&#105;&#97;&#108;&#111;&#103; v&#97;&#114;&#105;&#97;&#110;&#116;.</td> 35 <td>Class for the dialog variant.</td>
36 </tr><tr> 36 </tr><tr>
37 <td><a href="#PyRegExpWizardWidget">PyRegExpWizardWidget</a></td> 37 <td><a href="#PyRegExpWizardWidget">PyRegExpWizardWidget</a></td>
38 <td>&#67;&#108;&#97;&#115;&#115; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#116;&#104;&#101; &#80;y&#116;&#104;&#111;&#110; &#114;&#101; w&#105;z&#97;&#114;&#100; &#100;&#105;&#97;&#108;&#111;&#103;.</td> 38 <td>Class implementing the Python re wizard dialog.</td>
39 </tr><tr> 39 </tr><tr>
40 <td><a href="#PyRegExpWizardWindow">PyRegExpWizardWindow</a></td> 40 <td><a href="#PyRegExpWizardWindow">PyRegExpWizardWindow</a></td>
41 <td>&#77;&#97;&#105;&#110; w&#105;&#110;&#100;&#111;w &#99;&#108;&#97;&#115;&#115; &#102;&#111;&#114; &#116;&#104;&#101; &#115;&#116;&#97;&#110;&#100;&#97;&#108;&#111;&#110;&#101; &#100;&#105;&#97;&#108;&#111;&#103;.</td> 41 <td>Main window class for the standalone dialog.</td>
42 </tr> 42 </tr>
43 </table> 43 </table>
44 <h3>Functions</h3> 44 <h3>Functions</h3>
45 <table> 45 <table>
46 <tr><td>None</td></tr> 46 <tr><td>None</td></tr>
47 </table> 47 </table>
48 <hr /><hr /> 48 <hr /><hr />
49 <a NAME="PyRegExpWizardDialog" ID="PyRegExpWizardDialog"></a> 49 <a NAME="PyRegExpWizardDialog" ID="PyRegExpWizardDialog"></a>
50 <h2>PyRegExpWizardDialog</h2> 50 <h2>PyRegExpWizardDialog</h2>
51 <p> 51 <p>
52 &#67;&#108;&#97;&#115;&#115; &#102;&#111;&#114; &#116;&#104;&#101; &#100;&#105;&#97;&#108;&#111;&#103; v&#97;&#114;&#105;&#97;&#110;&#116;. 52 Class for the dialog variant.
53 </p> 53 </p>
54 <h3>Derived from</h3> 54 <h3>Derived from</h3>
55 QDialog 55 QDialog
56 <h3>Class Attributes</h3> 56 <h3>Class Attributes</h3>
57 <table> 57 <table>
59 </table> 59 </table>
60 <h3>Methods</h3> 60 <h3>Methods</h3>
61 <table> 61 <table>
62 <tr> 62 <tr>
63 <td><a href="#PyRegExpWizardDialog.__init__">PyRegExpWizardDialog</a></td> 63 <td><a href="#PyRegExpWizardDialog.__init__">PyRegExpWizardDialog</a></td>
64 <td>&#67;&#111;&#110;&#115;&#116;&#114;&#117;&#99;&#116;&#111;&#114;</td> 64 <td>Constructor</td>
65 </tr><tr> 65 </tr><tr>
66 <td><a href="#PyRegExpWizardDialog.getCode">getCode</a></td> 66 <td><a href="#PyRegExpWizardDialog.getCode">getCode</a></td>
67 <td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#103;&#101;&#116; &#116;&#104;&#101; &#115;&#111;&#117;&#114;&#99;&#101; &#99;&#111;&#100;&#101;.</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 &#67;&#111;&#110;&#115;&#116;&#114;&#117;&#99;&#116;&#111;&#114; 74 Constructor
75 </p><dl> 75 </p><dl>
76 <dt><i>parent</i></dt> 76 <dt><i>parent</i></dt>
77 <dd> 77 <dd>
78 &#112;&#97;&#114;&#101;&#110;&#116; w&#105;&#100;&#103;&#101;&#116; (&#81;&#87;&#105;&#100;&#103;&#101;&#116;) 78 parent widget (QWidget)
79 </dd><dt><i>fromEric</i></dt> 79 </dd><dt><i>fromEric</i></dt>
80 <dd> 80 <dd>
81 &#102;&#108;&#97;&#103; &#105;&#110;&#100;&#105;&#99;&#97;&#116;&#105;&#110;&#103; &#97; &#99;&#97;&#108;&#108; &#102;&#114;&#111;&#109; w&#105;&#116;&#104;&#105;&#110; &#101;&#114;&#105;&#99;&#53; 81 flag indicating a call from within eric5
82 </dd> 82 </dd>
83 </dl><a NAME="PyRegExpWizardDialog.getCode" ID="PyRegExpWizardDialog.getCode"></a> 83 </dl><a NAME="PyRegExpWizardDialog.getCode" ID="PyRegExpWizardDialog.getCode"></a>
84 <h4>PyRegExpWizardDialog.getCode</h4> 84 <h4>PyRegExpWizardDialog.getCode</h4>
85 <b>getCode</b>(<i>indLevel, indString</i>) 85 <b>getCode</b>(<i>indLevel, indString</i>)
86 <p> 86 <p>
87 &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#103;&#101;&#116; &#116;&#104;&#101; &#115;&#111;&#117;&#114;&#99;&#101; &#99;&#111;&#100;&#101;. 87 Public method to get the source code.
88 </p><dl> 88 </p><dl>
89 <dt><i>indLevel</i></dt> 89 <dt><i>indLevel</i></dt>
90 <dd> 90 <dd>
91 &#105;&#110;&#100;&#101;&#110;&#116;&#97;&#116;&#105;&#111;&#110; &#108;&#101;v&#101;&#108; (&#105;&#110;&#116;) 91 indentation level (int)
92 </dd><dt><i>indString</i></dt> 92 </dd><dt><i>indString</i></dt>
93 <dd> 93 <dd>
94 &#115;&#116;&#114;&#105;&#110;&#103; &#117;&#115;&#101;&#100; &#102;&#111;&#114; &#105;&#110;&#100;&#101;&#110;&#116;&#97;&#116;&#105;&#111;&#110; (&#115;&#112;&#97;&#99;&#101; &#111;&#114; &#116;&#97;&#98;) (&#115;&#116;&#114;&#105;&#110;&#103;) 94 string used for indentation (space or tab) (string)
95 </dd> 95 </dd>
96 </dl><dl> 96 </dl><dl>
97 <dt>Returns:</dt> 97 <dt>Returns:</dt>
98 <dd> 98 <dd>
99 &#103;&#101;&#110;&#101;&#114;&#97;&#116;&#101;&#100; &#99;&#111;&#100;&#101; (&#115;&#116;&#114;&#105;&#110;&#103;) 99 generated code (string)
100 </dd> 100 </dd>
101 </dl> 101 </dl>
102 <div align="right"><a href="#top">Up</a></div> 102 <div align="right"><a href="#top">Up</a></div>
103 <hr /><hr /> 103 <hr /><hr />
104 <a NAME="PyRegExpWizardWidget" ID="PyRegExpWizardWidget"></a> 104 <a NAME="PyRegExpWizardWidget" ID="PyRegExpWizardWidget"></a>
105 <h2>PyRegExpWizardWidget</h2> 105 <h2>PyRegExpWizardWidget</h2>
106 <p> 106 <p>
107 &#67;&#108;&#97;&#115;&#115; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#116;&#104;&#101; &#80;y&#116;&#104;&#111;&#110; &#114;&#101; w&#105;z&#97;&#114;&#100; &#100;&#105;&#97;&#108;&#111;&#103;. 107 Class implementing the Python re wizard dialog.
108 </p> 108 </p>
109 <h3>Derived from</h3> 109 <h3>Derived from</h3>
110 QWidget, Ui_PyRegExpWizardDialog 110 QWidget, Ui_PyRegExpWizardDialog
111 <h3>Class Attributes</h3> 111 <h3>Class Attributes</h3>
112 <table> 112 <table>
114 </table> 114 </table>
115 <h3>Methods</h3> 115 <h3>Methods</h3>
116 <table> 116 <table>
117 <tr> 117 <tr>
118 <td><a href="#PyRegExpWizardWidget.__init__">PyRegExpWizardWidget</a></td> 118 <td><a href="#PyRegExpWizardWidget.__init__">PyRegExpWizardWidget</a></td>
119 <td>&#67;&#111;&#110;&#115;&#116;&#114;&#117;&#99;&#116;&#111;&#114;</td> 119 <td>Constructor</td>
120 </tr><tr> 120 </tr><tr>
121 <td><a href="#PyRegExpWizardWidget.__insertString">__insertString</a></td> 121 <td><a href="#PyRegExpWizardWidget.__insertString">__insertString</a></td>
122 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#105;&#110;&#115;&#101;&#114;&#116; &#97; &#115;&#116;&#114;&#105;&#110;&#103; &#105;&#110;&#116;&#111; &#108;&#105;&#110;&#101; &#101;&#100;&#105;&#116; &#97;&#110;&#100; &#109;&#111;v&#101; &#99;&#117;&#114;&#115;&#111;&#114;.</td> 122 <td>Private method to insert a string into line edit and move cursor.</td>
123 </tr><tr> 123 </tr><tr>
124 <td><a href="#PyRegExpWizardWidget.getCode">getCode</a></td> 124 <td><a href="#PyRegExpWizardWidget.getCode">getCode</a></td>
125 <td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#103;&#101;&#116; &#116;&#104;&#101; &#115;&#111;&#117;&#114;&#99;&#101; &#99;&#111;&#100;&#101;.</td> 125 <td>Public method to get the source code.</td>
126 </tr><tr> 126 </tr><tr>
127 <td><a href="#PyRegExpWizardWidget.on_altnButton_clicked">on_altnButton_clicked</a></td> 127 <td><a href="#PyRegExpWizardWidget.on_altnButton_clicked">on_altnButton_clicked</a></td>
128 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#97;&#108;&#116;&#101;&#114;&#110;&#97;&#116;&#105;v&#101;&#115; &#116;&#111;&#111;&#108;&#98;&#117;&#116;&#116;&#111;&#110;.</td> 128 <td>Private slot to handle the alternatives toolbutton.</td>
129 </tr><tr> 129 </tr><tr>
130 <td><a href="#PyRegExpWizardWidget.on_anycharButton_clicked">on_anycharButton_clicked</a></td> 130 <td><a href="#PyRegExpWizardWidget.on_anycharButton_clicked">on_anycharButton_clicked</a></td>
131 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#97;&#110;y &#99;&#104;&#97;&#114;&#97;&#99;&#116;&#101;&#114; &#116;&#111;&#111;&#108;&#98;&#117;&#116;&#116;&#111;&#110;.</td> 131 <td>Private slot to handle the any character toolbutton.</td>
132 </tr><tr> 132 </tr><tr>
133 <td><a href="#PyRegExpWizardWidget.on_beglineButton_clicked">on_beglineButton_clicked</a></td> 133 <td><a href="#PyRegExpWizardWidget.on_beglineButton_clicked">on_beglineButton_clicked</a></td>
134 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#98;&#101;&#103;&#105;&#110; &#108;&#105;&#110;&#101; &#116;&#111;&#111;&#108;&#98;&#117;&#116;&#116;&#111;&#110;.</td> 134 <td>Private slot to handle the begin line toolbutton.</td>
135 </tr><tr> 135 </tr><tr>
136 <td><a href="#PyRegExpWizardWidget.on_buttonBox_clicked">on_buttonBox_clicked</a></td> 136 <td><a href="#PyRegExpWizardWidget.on_buttonBox_clicked">on_buttonBox_clicked</a></td>
137 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#99;&#97;&#108;&#108;&#101;&#100; &#98;y &#97; &#98;&#117;&#116;&#116;&#111;&#110; &#111;&#102; &#116;&#104;&#101; &#98;&#117;&#116;&#116;&#111;&#110; &#98;&#111;x &#99;&#108;&#105;&#99;&#107;&#101;&#100;.</td> 137 <td>Private slot called by a button of the button box clicked.</td>
138 </tr><tr> 138 </tr><tr>
139 <td><a href="#PyRegExpWizardWidget.on_charButton_clicked">on_charButton_clicked</a></td> 139 <td><a href="#PyRegExpWizardWidget.on_charButton_clicked">on_charButton_clicked</a></td>
140 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#99;&#104;&#97;&#114;&#97;&#99;&#116;&#101;&#114;&#115; &#116;&#111;&#111;&#108;&#98;&#117;&#116;&#116;&#111;&#110;.</td> 140 <td>Private slot to handle the characters toolbutton.</td>
141 </tr><tr> 141 </tr><tr>
142 <td><a href="#PyRegExpWizardWidget.on_commentButton_clicked">on_commentButton_clicked</a></td> 142 <td><a href="#PyRegExpWizardWidget.on_commentButton_clicked">on_commentButton_clicked</a></td>
143 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#99;&#111;&#109;&#109;&#101;&#110;&#116; &#116;&#111;&#111;&#108;&#98;&#117;&#116;&#116;&#111;&#110;.</td> 143 <td>Private slot to handle the comment toolbutton.</td>
144 </tr><tr> 144 </tr><tr>
145 <td><a href="#PyRegExpWizardWidget.on_copyButton_clicked">on_copyButton_clicked</a></td> 145 <td><a href="#PyRegExpWizardWidget.on_copyButton_clicked">on_copyButton_clicked</a></td>
146 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#99;&#111;&#112;y &#116;&#104;&#101; &#114;&#101;&#103;&#101;x&#112; &#115;&#116;&#114;&#105;&#110;&#103; &#105;&#110;&#116;&#111; &#116;&#104;&#101; &#99;&#108;&#105;&#112;&#98;&#111;&#97;&#114;&#100;.</td> 146 <td>Private slot to copy the regexp string into the clipboard.</td>
147 </tr><tr> 147 </tr><tr>
148 <td><a href="#PyRegExpWizardWidget.on_endlineButton_clicked">on_endlineButton_clicked</a></td> 148 <td><a href="#PyRegExpWizardWidget.on_endlineButton_clicked">on_endlineButton_clicked</a></td>
149 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#101;&#110;&#100; &#108;&#105;&#110;&#101; &#116;&#111;&#111;&#108;&#98;&#117;&#116;&#116;&#111;&#110;.</td> 149 <td>Private slot to handle the end line toolbutton.</td>
150 </tr><tr> 150 </tr><tr>
151 <td><a href="#PyRegExpWizardWidget.on_executeButton_clicked">on_executeButton_clicked</a></td> 151 <td><a href="#PyRegExpWizardWidget.on_executeButton_clicked">on_executeButton_clicked</a></td>
152 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#101;x&#101;&#99;&#117;&#116;&#101; &#116;&#104;&#101; &#101;&#110;&#116;&#101;&#114;&#101;&#100; &#114;&#101;&#103;&#101;x&#112; &#111;&#110; &#116;&#104;&#101; &#116;&#101;&#115;&#116; &#116;&#101;x&#116;.</td> 152 <td>Private slot to execute the entered regexp on the test text.</td>
153 </tr><tr> 153 </tr><tr>
154 <td><a href="#PyRegExpWizardWidget.on_groupButton_clicked">on_groupButton_clicked</a></td> 154 <td><a href="#PyRegExpWizardWidget.on_groupButton_clicked">on_groupButton_clicked</a></td>
155 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#103;&#114;&#111;&#117;&#112; &#116;&#111;&#111;&#108;&#98;&#117;&#116;&#116;&#111;&#110;.</td> 155 <td>Private slot to handle the group toolbutton.</td>
156 </tr><tr> 156 </tr><tr>
157 <td><a href="#PyRegExpWizardWidget.on_loadButton_clicked">on_loadButton_clicked</a></td> 157 <td><a href="#PyRegExpWizardWidget.on_loadButton_clicked">on_loadButton_clicked</a></td>
158 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#108;&#111;&#97;&#100; &#97; &#114;&#101;&#103;&#101;x&#112; &#102;&#114;&#111;&#109; &#97; &#102;&#105;&#108;&#101;.</td> 158 <td>Private slot to load a regexp from a file.</td>
159 </tr><tr> 159 </tr><tr>
160 <td><a href="#PyRegExpWizardWidget.on_namedGroupButton_clicked">on_namedGroupButton_clicked</a></td> 160 <td><a href="#PyRegExpWizardWidget.on_namedGroupButton_clicked">on_namedGroupButton_clicked</a></td>
161 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#110;&#97;&#109;&#101;&#100; &#103;&#114;&#111;&#117;&#112; &#116;&#111;&#111;&#108;&#98;&#117;&#116;&#116;&#111;&#110;.</td> 161 <td>Private slot to handle the named group toolbutton.</td>
162 </tr><tr> 162 </tr><tr>
163 <td><a href="#PyRegExpWizardWidget.on_namedReferenceButton_clicked">on_namedReferenceButton_clicked</a></td> 163 <td><a href="#PyRegExpWizardWidget.on_namedReferenceButton_clicked">on_namedReferenceButton_clicked</a></td>
164 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#110;&#97;&#109;&#101;&#100; &#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111;&#111;&#108;&#98;&#117;&#116;&#116;&#111;&#110;.</td> 164 <td>Private slot to handle the named reference toolbutton.</td>
165 </tr><tr> 165 </tr><tr>
166 <td><a href="#PyRegExpWizardWidget.on_neglookaheadButton_clicked">on_neglookaheadButton_clicked</a></td> 166 <td><a href="#PyRegExpWizardWidget.on_neglookaheadButton_clicked">on_neglookaheadButton_clicked</a></td>
167 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#110;&#101;&#103;&#97;&#116;&#105;v&#101; &#108;&#111;&#111;&#107;&#97;&#104;&#101;&#97;&#100; &#116;&#111;&#111;&#108;&#98;&#117;&#116;&#116;&#111;&#110;.</td> 167 <td>Private slot to handle the negative lookahead toolbutton.</td>
168 </tr><tr> 168 </tr><tr>
169 <td><a href="#PyRegExpWizardWidget.on_neglookbehindButton_clicked">on_neglookbehindButton_clicked</a></td> 169 <td><a href="#PyRegExpWizardWidget.on_neglookbehindButton_clicked">on_neglookbehindButton_clicked</a></td>
170 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#110;&#101;&#103;&#97;&#116;&#105;v&#101; &#108;&#111;&#111;&#107;&#98;&#101;&#104;&#105;&#110;&#100; &#116;&#111;&#111;&#108;&#98;&#117;&#116;&#116;&#111;&#110;.</td> 170 <td>Private slot to handle the negative lookbehind toolbutton.</td>
171 </tr><tr> 171 </tr><tr>
172 <td><a href="#PyRegExpWizardWidget.on_nextButton_clicked">on_nextButton_clicked</a></td> 172 <td><a href="#PyRegExpWizardWidget.on_nextButton_clicked">on_nextButton_clicked</a></td>
173 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#102;&#105;&#110;&#100; &#116;&#104;&#101; &#110;&#101;x&#116; &#109;&#97;&#116;&#99;&#104;.</td> 173 <td>Private slot to find the next match.</td>
174 </tr><tr> 174 </tr><tr>
175 <td><a href="#PyRegExpWizardWidget.on_nonGroupButton_clicked">on_nonGroupButton_clicked</a></td> 175 <td><a href="#PyRegExpWizardWidget.on_nonGroupButton_clicked">on_nonGroupButton_clicked</a></td>
176 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#110;&#111;&#110; &#103;&#114;&#111;&#117;&#112; &#116;&#111;&#111;&#108;&#98;&#117;&#116;&#116;&#111;&#110;.</td> 176 <td>Private slot to handle the non group toolbutton.</td>
177 </tr><tr> 177 </tr><tr>
178 <td><a href="#PyRegExpWizardWidget.on_nonwordboundButton_clicked">on_nonwordboundButton_clicked</a></td> 178 <td><a href="#PyRegExpWizardWidget.on_nonwordboundButton_clicked">on_nonwordboundButton_clicked</a></td>
179 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#110;&#111;&#110; w&#111;&#114;&#100; &#98;&#111;&#117;&#110;&#100;&#97;&#114;y &#116;&#111;&#111;&#108;&#98;&#117;&#116;&#116;&#111;&#110;.</td> 179 <td>Private slot to handle the non word boundary toolbutton.</td>
180 </tr><tr> 180 </tr><tr>
181 <td><a href="#PyRegExpWizardWidget.on_poslookaheadButton_clicked">on_poslookaheadButton_clicked</a></td> 181 <td><a href="#PyRegExpWizardWidget.on_poslookaheadButton_clicked">on_poslookaheadButton_clicked</a></td>
182 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#112;&#111;&#115;&#105;&#116;&#105;v&#101; &#108;&#111;&#111;&#107;&#97;&#104;&#101;&#97;&#100; &#116;&#111;&#111;&#108;&#98;&#117;&#116;&#116;&#111;&#110;.</td> 182 <td>Private slot to handle the positive lookahead toolbutton.</td>
183 </tr><tr> 183 </tr><tr>
184 <td><a href="#PyRegExpWizardWidget.on_poslookbehindButton_clicked">on_poslookbehindButton_clicked</a></td> 184 <td><a href="#PyRegExpWizardWidget.on_poslookbehindButton_clicked">on_poslookbehindButton_clicked</a></td>
185 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#112;&#111;&#115;&#105;&#116;&#105;v&#101; &#108;&#111;&#111;&#107;&#98;&#101;&#104;&#105;&#110;&#100; &#116;&#111;&#111;&#108;&#98;&#117;&#116;&#116;&#111;&#110;.</td> 185 <td>Private slot to handle the positive lookbehind toolbutton.</td>
186 </tr><tr> 186 </tr><tr>
187 <td><a href="#PyRegExpWizardWidget.on_py2Button_toggled">on_py2Button_toggled</a></td> 187 <td><a href="#PyRegExpWizardWidget.on_py2Button_toggled">on_py2Button_toggled</a></td>
188 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#99;&#97;&#108;&#108;&#101;&#100; w&#104;&#101;&#110; &#116;&#104;&#101; &#80;y&#116;&#104;&#111;&#110; v&#101;&#114;&#115;&#105;&#111;&#110; w&#97;&#115; &#115;&#101;&#108;&#101;&#99;&#116;&#101;&#100;.</td> 188 <td>Private slot called when the Python version was selected.</td>
189 </tr><tr> 189 </tr><tr>
190 <td><a href="#PyRegExpWizardWidget.on_redoButton_clicked">on_redoButton_clicked</a></td> 190 <td><a href="#PyRegExpWizardWidget.on_redoButton_clicked">on_redoButton_clicked</a></td>
191 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#114;&#101;&#100;&#111; &#97;&#99;&#116;&#105;&#111;&#110;.</td> 191 <td>Private slot to handle the redo action.</td>
192 </tr><tr> 192 </tr><tr>
193 <td><a href="#PyRegExpWizardWidget.on_regexpTextEdit_textChanged">on_regexpTextEdit_textChanged</a></td> 193 <td><a href="#PyRegExpWizardWidget.on_regexpTextEdit_textChanged">on_regexpTextEdit_textChanged</a></td>
194 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#99;&#97;&#108;&#108;&#101;&#100; w&#104;&#101;&#110; &#116;&#104;&#101; &#114;&#101;&#103;&#101;x&#112; &#99;&#104;&#97;&#110;&#103;&#101;&#115;.</td> 194 <td>Private slot called when the regexp changes.</td>
195 </tr><tr> 195 </tr><tr>
196 <td><a href="#PyRegExpWizardWidget.on_repeatButton_clicked">on_repeatButton_clicked</a></td> 196 <td><a href="#PyRegExpWizardWidget.on_repeatButton_clicked">on_repeatButton_clicked</a></td>
197 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#114;&#101;&#112;&#101;&#97;&#116; &#116;&#111;&#111;&#108;&#98;&#117;&#116;&#116;&#111;&#110;.</td> 197 <td>Private slot to handle the repeat toolbutton.</td>
198 </tr><tr> 198 </tr><tr>
199 <td><a href="#PyRegExpWizardWidget.on_saveButton_clicked">on_saveButton_clicked</a></td> 199 <td><a href="#PyRegExpWizardWidget.on_saveButton_clicked">on_saveButton_clicked</a></td>
200 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#97;v&#101; &#116;&#104;&#101; &#114;&#101;&#103;&#101;x&#112; &#116;&#111; &#97; &#102;&#105;&#108;&#101;.</td> 200 <td>Private slot to save the regexp to a file.</td>
201 </tr><tr> 201 </tr><tr>
202 <td><a href="#PyRegExpWizardWidget.on_undoButton_clicked">on_undoButton_clicked</a></td> 202 <td><a href="#PyRegExpWizardWidget.on_undoButton_clicked">on_undoButton_clicked</a></td>
203 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#117;&#110;&#100;&#111; &#97;&#99;&#116;&#105;&#111;&#110;.</td> 203 <td>Private slot to handle the undo action.</td>
204 </tr><tr> 204 </tr><tr>
205 <td><a href="#PyRegExpWizardWidget.on_validateButton_clicked">on_validateButton_clicked</a></td> 205 <td><a href="#PyRegExpWizardWidget.on_validateButton_clicked">on_validateButton_clicked</a></td>
206 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; v&#97;&#108;&#105;&#100;&#97;&#116;&#101; &#116;&#104;&#101; &#101;&#110;&#116;&#101;&#114;&#101;&#100; &#114;&#101;&#103;&#101;x&#112;.</td> 206 <td>Private slot to validate the entered regexp.</td>
207 </tr><tr> 207 </tr><tr>
208 <td><a href="#PyRegExpWizardWidget.on_wordboundButton_clicked">on_wordboundButton_clicked</a></td> 208 <td><a href="#PyRegExpWizardWidget.on_wordboundButton_clicked">on_wordboundButton_clicked</a></td>
209 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; w&#111;&#114;&#100; &#98;&#111;&#117;&#110;&#100;&#97;&#114;y &#116;&#111;&#111;&#108;&#98;&#117;&#116;&#116;&#111;&#110;.</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 &#67;&#111;&#110;&#115;&#116;&#114;&#117;&#99;&#116;&#111;&#114; 216 Constructor
217 </p><dl> 217 </p><dl>
218 <dt><i>parent</i></dt> 218 <dt><i>parent</i></dt>
219 <dd> 219 <dd>
220 &#112;&#97;&#114;&#101;&#110;&#116; w&#105;&#100;&#103;&#101;&#116; (&#81;&#87;&#105;&#100;&#103;&#101;&#116;) 220 parent widget (QWidget)
221 </dd><dt><i>fromEric</i></dt> 221 </dd><dt><i>fromEric</i></dt>
222 <dd> 222 <dd>
223 &#102;&#108;&#97;&#103; &#105;&#110;&#100;&#105;&#99;&#97;&#116;&#105;&#110;&#103; &#97; &#99;&#97;&#108;&#108; &#102;&#114;&#111;&#109; w&#105;&#116;&#104;&#105;&#110; &#101;&#114;&#105;&#99;&#53; 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 &#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#105;&#110;&#115;&#101;&#114;&#116; &#97; &#115;&#116;&#114;&#105;&#110;&#103; &#105;&#110;&#116;&#111; &#108;&#105;&#110;&#101; &#101;&#100;&#105;&#116; &#97;&#110;&#100; &#109;&#111;v&#101; &#99;&#117;&#114;&#115;&#111;&#114;. 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>
233 &#115;&#116;&#114;&#105;&#110;&#103; &#116;&#111; &#98;&#101; &#105;&#110;&#115;&#101;&#114;&#116;&#101;&#100; &#105;&#110;&#116;&#111; &#116;&#104;&#101; &#114;&#101;&#103;&#101;x&#112; &#108;&#105;&#110;&#101; &#101;&#100;&#105;&#116; 233 string to be inserted into the regexp line edit
234 (&#115;&#116;&#114;&#105;&#110;&#103;) 234 (string)
235 </dd><dt><i>steps</i></dt> 235 </dd><dt><i>steps</i></dt>
236 <dd> 236 <dd>
237 &#110;&#117;&#109;&#98;&#101;&#114; &#111;&#102; &#99;&#104;&#97;&#114;&#97;&#99;&#116;&#101;&#114;&#115; &#116;&#111; &#109;&#111;v&#101; &#116;&#104;&#101; &#99;&#117;&#114;&#115;&#111;&#114; (&#105;&#110;&#116;&#101;&#103;&#101;&#114;). 237 number of characters to move the cursor (integer).
238 &#78;&#101;&#103;&#97;&#116;&#105;v&#101; &#115;&#116;&#101;&#112;&#115; &#109;&#111;v&#101;&#115; &#99;&#117;&#114;&#115;&#111;&#114; &#98;&#97;&#99;&#107;, &#112;&#111;&#115;&#105;&#116;&#105;v&#101;&#115; &#102;&#111;&#114;w&#97;&#114;&#100;. 238 Negative steps moves cursor back, positives forward.
239 </dd> 239 </dd>
240 </dl><a NAME="PyRegExpWizardWidget.getCode" ID="PyRegExpWizardWidget.getCode"></a> 240 </dl><a NAME="PyRegExpWizardWidget.getCode" ID="PyRegExpWizardWidget.getCode"></a>
241 <h4>PyRegExpWizardWidget.getCode</h4> 241 <h4>PyRegExpWizardWidget.getCode</h4>
242 <b>getCode</b>(<i>indLevel, indString</i>) 242 <b>getCode</b>(<i>indLevel, indString</i>)
243 <p> 243 <p>
244 &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#103;&#101;&#116; &#116;&#104;&#101; &#115;&#111;&#117;&#114;&#99;&#101; &#99;&#111;&#100;&#101;. 244 Public method to get the source code.
245 </p><dl> 245 </p><dl>
246 <dt><i>indLevel</i></dt> 246 <dt><i>indLevel</i></dt>
247 <dd> 247 <dd>
248 &#105;&#110;&#100;&#101;&#110;&#116;&#97;&#116;&#105;&#111;&#110; &#108;&#101;v&#101;&#108; (&#105;&#110;&#116;) 248 indentation level (int)
249 </dd><dt><i>indString</i></dt> 249 </dd><dt><i>indString</i></dt>
250 <dd> 250 <dd>
251 &#115;&#116;&#114;&#105;&#110;&#103; &#117;&#115;&#101;&#100; &#102;&#111;&#114; &#105;&#110;&#100;&#101;&#110;&#116;&#97;&#116;&#105;&#111;&#110; (&#115;&#112;&#97;&#99;&#101; &#111;&#114; &#116;&#97;&#98;) (&#115;&#116;&#114;&#105;&#110;&#103;) 251 string used for indentation (space or tab) (string)
252 </dd> 252 </dd>
253 </dl><dl> 253 </dl><dl>
254 <dt>Returns:</dt> 254 <dt>Returns:</dt>
255 <dd> 255 <dd>
256 &#103;&#101;&#110;&#101;&#114;&#97;&#116;&#101;&#100; &#99;&#111;&#100;&#101; (&#115;&#116;&#114;&#105;&#110;&#103;) 256 generated code (string)
257 </dd> 257 </dd>
258 </dl><a NAME="PyRegExpWizardWidget.on_altnButton_clicked" ID="PyRegExpWizardWidget.on_altnButton_clicked"></a> 258 </dl><a NAME="PyRegExpWizardWidget.on_altnButton_clicked" ID="PyRegExpWizardWidget.on_altnButton_clicked"></a>
259 <h4>PyRegExpWizardWidget.on_altnButton_clicked</h4> 259 <h4>PyRegExpWizardWidget.on_altnButton_clicked</h4>
260 <b>on_altnButton_clicked</b>(<i></i>) 260 <b>on_altnButton_clicked</b>(<i></i>)
261 <p> 261 <p>
262 &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#97;&#108;&#116;&#101;&#114;&#110;&#97;&#116;&#105;v&#101;&#115; &#116;&#111;&#111;&#108;&#98;&#117;&#116;&#116;&#111;&#110;. 262 Private slot to handle the alternatives toolbutton.
263 </p><a NAME="PyRegExpWizardWidget.on_anycharButton_clicked" ID="PyRegExpWizardWidget.on_anycharButton_clicked"></a> 263 </p><a NAME="PyRegExpWizardWidget.on_anycharButton_clicked" ID="PyRegExpWizardWidget.on_anycharButton_clicked"></a>
264 <h4>PyRegExpWizardWidget.on_anycharButton_clicked</h4> 264 <h4>PyRegExpWizardWidget.on_anycharButton_clicked</h4>
265 <b>on_anycharButton_clicked</b>(<i></i>) 265 <b>on_anycharButton_clicked</b>(<i></i>)
266 <p> 266 <p>
267 &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#97;&#110;y &#99;&#104;&#97;&#114;&#97;&#99;&#116;&#101;&#114; &#116;&#111;&#111;&#108;&#98;&#117;&#116;&#116;&#111;&#110;. 267 Private slot to handle the any character toolbutton.
268 </p><a NAME="PyRegExpWizardWidget.on_beglineButton_clicked" ID="PyRegExpWizardWidget.on_beglineButton_clicked"></a> 268 </p><a NAME="PyRegExpWizardWidget.on_beglineButton_clicked" ID="PyRegExpWizardWidget.on_beglineButton_clicked"></a>
269 <h4>PyRegExpWizardWidget.on_beglineButton_clicked</h4> 269 <h4>PyRegExpWizardWidget.on_beglineButton_clicked</h4>
270 <b>on_beglineButton_clicked</b>(<i></i>) 270 <b>on_beglineButton_clicked</b>(<i></i>)
271 <p> 271 <p>
272 &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#98;&#101;&#103;&#105;&#110; &#108;&#105;&#110;&#101; &#116;&#111;&#111;&#108;&#98;&#117;&#116;&#116;&#111;&#110;. 272 Private slot to handle the begin line toolbutton.
273 </p><a NAME="PyRegExpWizardWidget.on_buttonBox_clicked" ID="PyRegExpWizardWidget.on_buttonBox_clicked"></a> 273 </p><a NAME="PyRegExpWizardWidget.on_buttonBox_clicked" ID="PyRegExpWizardWidget.on_buttonBox_clicked"></a>
274 <h4>PyRegExpWizardWidget.on_buttonBox_clicked</h4> 274 <h4>PyRegExpWizardWidget.on_buttonBox_clicked</h4>
275 <b>on_buttonBox_clicked</b>(<i>button</i>) 275 <b>on_buttonBox_clicked</b>(<i>button</i>)
276 <p> 276 <p>
277 &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#99;&#97;&#108;&#108;&#101;&#100; &#98;y &#97; &#98;&#117;&#116;&#116;&#111;&#110; &#111;&#102; &#116;&#104;&#101; &#98;&#117;&#116;&#116;&#111;&#110; &#98;&#111;x &#99;&#108;&#105;&#99;&#107;&#101;&#100;. 277 Private slot called by a button of the button box clicked.
278 </p><dl> 278 </p><dl>
279 <dt><i>button</i></dt> 279 <dt><i>button</i></dt>
280 <dd> 280 <dd>
281 &#98;&#117;&#116;&#116;&#111;&#110; &#116;&#104;&#97;&#116; w&#97;&#115; &#99;&#108;&#105;&#99;&#107;&#101;&#100; (&#81;&#65;&#98;&#115;&#116;&#114;&#97;&#99;&#116;&#66;&#117;&#116;&#116;&#111;&#110;) 281 button that was clicked (QAbstractButton)
282 </dd> 282 </dd>
283 </dl><a NAME="PyRegExpWizardWidget.on_charButton_clicked" ID="PyRegExpWizardWidget.on_charButton_clicked"></a> 283 </dl><a NAME="PyRegExpWizardWidget.on_charButton_clicked" ID="PyRegExpWizardWidget.on_charButton_clicked"></a>
284 <h4>PyRegExpWizardWidget.on_charButton_clicked</h4> 284 <h4>PyRegExpWizardWidget.on_charButton_clicked</h4>
285 <b>on_charButton_clicked</b>(<i></i>) 285 <b>on_charButton_clicked</b>(<i></i>)
286 <p> 286 <p>
287 &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#99;&#104;&#97;&#114;&#97;&#99;&#116;&#101;&#114;&#115; &#116;&#111;&#111;&#108;&#98;&#117;&#116;&#116;&#111;&#110;. 287 Private slot to handle the characters toolbutton.
288 </p><a NAME="PyRegExpWizardWidget.on_commentButton_clicked" ID="PyRegExpWizardWidget.on_commentButton_clicked"></a> 288 </p><a NAME="PyRegExpWizardWidget.on_commentButton_clicked" ID="PyRegExpWizardWidget.on_commentButton_clicked"></a>
289 <h4>PyRegExpWizardWidget.on_commentButton_clicked</h4> 289 <h4>PyRegExpWizardWidget.on_commentButton_clicked</h4>
290 <b>on_commentButton_clicked</b>(<i></i>) 290 <b>on_commentButton_clicked</b>(<i></i>)
291 <p> 291 <p>
292 &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#99;&#111;&#109;&#109;&#101;&#110;&#116; &#116;&#111;&#111;&#108;&#98;&#117;&#116;&#116;&#111;&#110;. 292 Private slot to handle the comment toolbutton.
293 </p><a NAME="PyRegExpWizardWidget.on_copyButton_clicked" ID="PyRegExpWizardWidget.on_copyButton_clicked"></a> 293 </p><a NAME="PyRegExpWizardWidget.on_copyButton_clicked" ID="PyRegExpWizardWidget.on_copyButton_clicked"></a>
294 <h4>PyRegExpWizardWidget.on_copyButton_clicked</h4> 294 <h4>PyRegExpWizardWidget.on_copyButton_clicked</h4>
295 <b>on_copyButton_clicked</b>(<i></i>) 295 <b>on_copyButton_clicked</b>(<i></i>)
296 <p> 296 <p>
297 &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#99;&#111;&#112;y &#116;&#104;&#101; &#114;&#101;&#103;&#101;x&#112; &#115;&#116;&#114;&#105;&#110;&#103; &#105;&#110;&#116;&#111; &#116;&#104;&#101; &#99;&#108;&#105;&#112;&#98;&#111;&#97;&#114;&#100;. 297 Private slot to copy the regexp string into the clipboard.
298 </p><p> 298 </p><p>
299 &#84;&#104;&#105;&#115; &#115;&#108;&#111;&#116; &#105;&#115; &#111;&#110;&#108;y &#97;v&#97;&#105;&#108;&#97;&#98;&#108;&#101;, &#105;&#102; &#110;&#111;&#116; &#99;&#97;&#108;&#108;&#101;&#100; &#102;&#114;&#111;&#109; w&#105;&#116;&#104;&#105;&#110; &#101;&#114;&#105;&#99;&#53;. 299 This slot is only available, if not called from within eric5.
300 </p><a NAME="PyRegExpWizardWidget.on_endlineButton_clicked" ID="PyRegExpWizardWidget.on_endlineButton_clicked"></a> 300 </p><a NAME="PyRegExpWizardWidget.on_endlineButton_clicked" ID="PyRegExpWizardWidget.on_endlineButton_clicked"></a>
301 <h4>PyRegExpWizardWidget.on_endlineButton_clicked</h4> 301 <h4>PyRegExpWizardWidget.on_endlineButton_clicked</h4>
302 <b>on_endlineButton_clicked</b>(<i></i>) 302 <b>on_endlineButton_clicked</b>(<i></i>)
303 <p> 303 <p>
304 &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#101;&#110;&#100; &#108;&#105;&#110;&#101; &#116;&#111;&#111;&#108;&#98;&#117;&#116;&#116;&#111;&#110;. 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 &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#101;x&#101;&#99;&#117;&#116;&#101; &#116;&#104;&#101; &#101;&#110;&#116;&#101;&#114;&#101;&#100; &#114;&#101;&#103;&#101;x&#112; &#111;&#110; &#116;&#104;&#101; &#116;&#101;&#115;&#116; &#116;&#101;x&#116;. 309 Private slot to execute the entered regexp on the test text.
310 </p><p> 310 </p><p>
311 &#84;&#104;&#105;&#115; &#115;&#108;&#111;&#116; w&#105;&#108;&#108; &#101;x&#101;&#99;&#117;&#116;&#101; &#116;&#104;&#101; &#101;&#110;&#116;&#101;&#114;&#101;&#100; &#114;&#101;&#103;&#101;x&#112; &#111;&#110; &#116;&#104;&#101; &#101;&#110;&#116;&#101;&#114;&#101;&#100; &#116;&#101;&#115;&#116; 311 This slot will execute the entered regexp on the entered test
312 &#100;&#97;&#116;&#97; &#97;&#110;&#100; w&#105;&#108;&#108; &#100;&#105;&#115;&#112;&#108;&#97;y &#116;&#104;&#101; &#114;&#101;&#115;&#117;&#108;&#116; &#105;&#110; &#116;&#104;&#101; &#116;&#97;&#98;&#108;&#101; &#112;&#97;&#114;&#116; &#111;&#102; &#116;&#104;&#101; &#100;&#105;&#97;&#108;&#111;&#103;. 312 data and will display the result in the table part of the dialog.
313 </p><dl> 313 </p><dl>
314 <dt><i>startpos</i></dt> 314 <dt><i>startpos</i></dt>
315 <dd> 315 <dd>
316 &#115;&#116;&#97;&#114;&#116;&#105;&#110;&#103; &#112;&#111;&#115;&#105;&#116;&#105;&#111;&#110; &#102;&#111;&#114; &#116;&#104;&#101; &#114;&#101;&#103;&#101;x&#112; &#109;&#97;&#116;&#99;&#104;&#105;&#110;&#103; 316 starting position for the regexp matching
317 </dd> 317 </dd>
318 </dl><a NAME="PyRegExpWizardWidget.on_groupButton_clicked" ID="PyRegExpWizardWidget.on_groupButton_clicked"></a> 318 </dl><a NAME="PyRegExpWizardWidget.on_groupButton_clicked" ID="PyRegExpWizardWidget.on_groupButton_clicked"></a>
319 <h4>PyRegExpWizardWidget.on_groupButton_clicked</h4> 319 <h4>PyRegExpWizardWidget.on_groupButton_clicked</h4>
320 <b>on_groupButton_clicked</b>(<i></i>) 320 <b>on_groupButton_clicked</b>(<i></i>)
321 <p> 321 <p>
322 &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#103;&#114;&#111;&#117;&#112; &#116;&#111;&#111;&#108;&#98;&#117;&#116;&#116;&#111;&#110;. 322 Private slot to handle the group toolbutton.
323 </p><a NAME="PyRegExpWizardWidget.on_loadButton_clicked" ID="PyRegExpWizardWidget.on_loadButton_clicked"></a> 323 </p><a NAME="PyRegExpWizardWidget.on_loadButton_clicked" ID="PyRegExpWizardWidget.on_loadButton_clicked"></a>
324 <h4>PyRegExpWizardWidget.on_loadButton_clicked</h4> 324 <h4>PyRegExpWizardWidget.on_loadButton_clicked</h4>
325 <b>on_loadButton_clicked</b>(<i></i>) 325 <b>on_loadButton_clicked</b>(<i></i>)
326 <p> 326 <p>
327 &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#108;&#111;&#97;&#100; &#97; &#114;&#101;&#103;&#101;x&#112; &#102;&#114;&#111;&#109; &#97; &#102;&#105;&#108;&#101;. 327 Private slot to load a regexp from a file.
328 </p><a NAME="PyRegExpWizardWidget.on_namedGroupButton_clicked" ID="PyRegExpWizardWidget.on_namedGroupButton_clicked"></a> 328 </p><a NAME="PyRegExpWizardWidget.on_namedGroupButton_clicked" ID="PyRegExpWizardWidget.on_namedGroupButton_clicked"></a>
329 <h4>PyRegExpWizardWidget.on_namedGroupButton_clicked</h4> 329 <h4>PyRegExpWizardWidget.on_namedGroupButton_clicked</h4>
330 <b>on_namedGroupButton_clicked</b>(<i></i>) 330 <b>on_namedGroupButton_clicked</b>(<i></i>)
331 <p> 331 <p>
332 &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#110;&#97;&#109;&#101;&#100; &#103;&#114;&#111;&#117;&#112; &#116;&#111;&#111;&#108;&#98;&#117;&#116;&#116;&#111;&#110;. 332 Private slot to handle the named group toolbutton.
333 </p><a NAME="PyRegExpWizardWidget.on_namedReferenceButton_clicked" ID="PyRegExpWizardWidget.on_namedReferenceButton_clicked"></a> 333 </p><a NAME="PyRegExpWizardWidget.on_namedReferenceButton_clicked" ID="PyRegExpWizardWidget.on_namedReferenceButton_clicked"></a>
334 <h4>PyRegExpWizardWidget.on_namedReferenceButton_clicked</h4> 334 <h4>PyRegExpWizardWidget.on_namedReferenceButton_clicked</h4>
335 <b>on_namedReferenceButton_clicked</b>(<i></i>) 335 <b>on_namedReferenceButton_clicked</b>(<i></i>)
336 <p> 336 <p>
337 &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#110;&#97;&#109;&#101;&#100; &#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111;&#111;&#108;&#98;&#117;&#116;&#116;&#111;&#110;. 337 Private slot to handle the named reference toolbutton.
338 </p><a NAME="PyRegExpWizardWidget.on_neglookaheadButton_clicked" ID="PyRegExpWizardWidget.on_neglookaheadButton_clicked"></a> 338 </p><a NAME="PyRegExpWizardWidget.on_neglookaheadButton_clicked" ID="PyRegExpWizardWidget.on_neglookaheadButton_clicked"></a>
339 <h4>PyRegExpWizardWidget.on_neglookaheadButton_clicked</h4> 339 <h4>PyRegExpWizardWidget.on_neglookaheadButton_clicked</h4>
340 <b>on_neglookaheadButton_clicked</b>(<i></i>) 340 <b>on_neglookaheadButton_clicked</b>(<i></i>)
341 <p> 341 <p>
342 &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#110;&#101;&#103;&#97;&#116;&#105;v&#101; &#108;&#111;&#111;&#107;&#97;&#104;&#101;&#97;&#100; &#116;&#111;&#111;&#108;&#98;&#117;&#116;&#116;&#111;&#110;. 342 Private slot to handle the negative lookahead toolbutton.
343 </p><a NAME="PyRegExpWizardWidget.on_neglookbehindButton_clicked" ID="PyRegExpWizardWidget.on_neglookbehindButton_clicked"></a> 343 </p><a NAME="PyRegExpWizardWidget.on_neglookbehindButton_clicked" ID="PyRegExpWizardWidget.on_neglookbehindButton_clicked"></a>
344 <h4>PyRegExpWizardWidget.on_neglookbehindButton_clicked</h4> 344 <h4>PyRegExpWizardWidget.on_neglookbehindButton_clicked</h4>
345 <b>on_neglookbehindButton_clicked</b>(<i></i>) 345 <b>on_neglookbehindButton_clicked</b>(<i></i>)
346 <p> 346 <p>
347 &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#110;&#101;&#103;&#97;&#116;&#105;v&#101; &#108;&#111;&#111;&#107;&#98;&#101;&#104;&#105;&#110;&#100; &#116;&#111;&#111;&#108;&#98;&#117;&#116;&#116;&#111;&#110;. 347 Private slot to handle the negative lookbehind toolbutton.
348 </p><a NAME="PyRegExpWizardWidget.on_nextButton_clicked" ID="PyRegExpWizardWidget.on_nextButton_clicked"></a> 348 </p><a NAME="PyRegExpWizardWidget.on_nextButton_clicked" ID="PyRegExpWizardWidget.on_nextButton_clicked"></a>
349 <h4>PyRegExpWizardWidget.on_nextButton_clicked</h4> 349 <h4>PyRegExpWizardWidget.on_nextButton_clicked</h4>
350 <b>on_nextButton_clicked</b>(<i></i>) 350 <b>on_nextButton_clicked</b>(<i></i>)
351 <p> 351 <p>
352 &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#102;&#105;&#110;&#100; &#116;&#104;&#101; &#110;&#101;x&#116; &#109;&#97;&#116;&#99;&#104;. 352 Private slot to find the next match.
353 </p><a NAME="PyRegExpWizardWidget.on_nonGroupButton_clicked" ID="PyRegExpWizardWidget.on_nonGroupButton_clicked"></a> 353 </p><a NAME="PyRegExpWizardWidget.on_nonGroupButton_clicked" ID="PyRegExpWizardWidget.on_nonGroupButton_clicked"></a>
354 <h4>PyRegExpWizardWidget.on_nonGroupButton_clicked</h4> 354 <h4>PyRegExpWizardWidget.on_nonGroupButton_clicked</h4>
355 <b>on_nonGroupButton_clicked</b>(<i></i>) 355 <b>on_nonGroupButton_clicked</b>(<i></i>)
356 <p> 356 <p>
357 &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#110;&#111;&#110; &#103;&#114;&#111;&#117;&#112; &#116;&#111;&#111;&#108;&#98;&#117;&#116;&#116;&#111;&#110;. 357 Private slot to handle the non group toolbutton.
358 </p><a NAME="PyRegExpWizardWidget.on_nonwordboundButton_clicked" ID="PyRegExpWizardWidget.on_nonwordboundButton_clicked"></a> 358 </p><a NAME="PyRegExpWizardWidget.on_nonwordboundButton_clicked" ID="PyRegExpWizardWidget.on_nonwordboundButton_clicked"></a>
359 <h4>PyRegExpWizardWidget.on_nonwordboundButton_clicked</h4> 359 <h4>PyRegExpWizardWidget.on_nonwordboundButton_clicked</h4>
360 <b>on_nonwordboundButton_clicked</b>(<i></i>) 360 <b>on_nonwordboundButton_clicked</b>(<i></i>)
361 <p> 361 <p>
362 &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#110;&#111;&#110; w&#111;&#114;&#100; &#98;&#111;&#117;&#110;&#100;&#97;&#114;y &#116;&#111;&#111;&#108;&#98;&#117;&#116;&#116;&#111;&#110;. 362 Private slot to handle the non word boundary toolbutton.
363 </p><a NAME="PyRegExpWizardWidget.on_poslookaheadButton_clicked" ID="PyRegExpWizardWidget.on_poslookaheadButton_clicked"></a> 363 </p><a NAME="PyRegExpWizardWidget.on_poslookaheadButton_clicked" ID="PyRegExpWizardWidget.on_poslookaheadButton_clicked"></a>
364 <h4>PyRegExpWizardWidget.on_poslookaheadButton_clicked</h4> 364 <h4>PyRegExpWizardWidget.on_poslookaheadButton_clicked</h4>
365 <b>on_poslookaheadButton_clicked</b>(<i></i>) 365 <b>on_poslookaheadButton_clicked</b>(<i></i>)
366 <p> 366 <p>
367 &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#112;&#111;&#115;&#105;&#116;&#105;v&#101; &#108;&#111;&#111;&#107;&#97;&#104;&#101;&#97;&#100; &#116;&#111;&#111;&#108;&#98;&#117;&#116;&#116;&#111;&#110;. 367 Private slot to handle the positive lookahead toolbutton.
368 </p><a NAME="PyRegExpWizardWidget.on_poslookbehindButton_clicked" ID="PyRegExpWizardWidget.on_poslookbehindButton_clicked"></a> 368 </p><a NAME="PyRegExpWizardWidget.on_poslookbehindButton_clicked" ID="PyRegExpWizardWidget.on_poslookbehindButton_clicked"></a>
369 <h4>PyRegExpWizardWidget.on_poslookbehindButton_clicked</h4> 369 <h4>PyRegExpWizardWidget.on_poslookbehindButton_clicked</h4>
370 <b>on_poslookbehindButton_clicked</b>(<i></i>) 370 <b>on_poslookbehindButton_clicked</b>(<i></i>)
371 <p> 371 <p>
372 &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#112;&#111;&#115;&#105;&#116;&#105;v&#101; &#108;&#111;&#111;&#107;&#98;&#101;&#104;&#105;&#110;&#100; &#116;&#111;&#111;&#108;&#98;&#117;&#116;&#116;&#111;&#110;. 372 Private slot to handle the positive lookbehind toolbutton.
373 </p><a NAME="PyRegExpWizardWidget.on_py2Button_toggled" ID="PyRegExpWizardWidget.on_py2Button_toggled"></a> 373 </p><a NAME="PyRegExpWizardWidget.on_py2Button_toggled" ID="PyRegExpWizardWidget.on_py2Button_toggled"></a>
374 <h4>PyRegExpWizardWidget.on_py2Button_toggled</h4> 374 <h4>PyRegExpWizardWidget.on_py2Button_toggled</h4>
375 <b>on_py2Button_toggled</b>(<i>checked</i>) 375 <b>on_py2Button_toggled</b>(<i>checked</i>)
376 <p> 376 <p>
377 &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#99;&#97;&#108;&#108;&#101;&#100; w&#104;&#101;&#110; &#116;&#104;&#101; &#80;y&#116;&#104;&#111;&#110; v&#101;&#114;&#115;&#105;&#111;&#110; w&#97;&#115; &#115;&#101;&#108;&#101;&#99;&#116;&#101;&#100;. 377 Private slot called when the Python version was selected.
378 </p><dl> 378 </p><dl>
379 <dt><i>checked</i></dt> 379 <dt><i>checked</i></dt>
380 <dd> 380 <dd>
381 &#115;&#116;&#97;&#116;&#101; &#111;&#102; &#116;&#104;&#101; &#80;y&#116;&#104;&#111;&#110; &#50; &#98;&#117;&#116;&#116;&#111;&#110; (&#98;&#111;&#111;&#108;&#101;&#97;&#110;) 381 state of the Python 2 button (boolean)
382 </dd> 382 </dd>
383 </dl><a NAME="PyRegExpWizardWidget.on_redoButton_clicked" ID="PyRegExpWizardWidget.on_redoButton_clicked"></a> 383 </dl><a NAME="PyRegExpWizardWidget.on_redoButton_clicked" ID="PyRegExpWizardWidget.on_redoButton_clicked"></a>
384 <h4>PyRegExpWizardWidget.on_redoButton_clicked</h4> 384 <h4>PyRegExpWizardWidget.on_redoButton_clicked</h4>
385 <b>on_redoButton_clicked</b>(<i></i>) 385 <b>on_redoButton_clicked</b>(<i></i>)
386 <p> 386 <p>
387 &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#114;&#101;&#100;&#111; &#97;&#99;&#116;&#105;&#111;&#110;. 387 Private slot to handle the redo action.
388 </p><a NAME="PyRegExpWizardWidget.on_regexpTextEdit_textChanged" ID="PyRegExpWizardWidget.on_regexpTextEdit_textChanged"></a> 388 </p><a NAME="PyRegExpWizardWidget.on_regexpTextEdit_textChanged" ID="PyRegExpWizardWidget.on_regexpTextEdit_textChanged"></a>
389 <h4>PyRegExpWizardWidget.on_regexpTextEdit_textChanged</h4> 389 <h4>PyRegExpWizardWidget.on_regexpTextEdit_textChanged</h4>
390 <b>on_regexpTextEdit_textChanged</b>(<i></i>) 390 <b>on_regexpTextEdit_textChanged</b>(<i></i>)
391 <p> 391 <p>
392 &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#99;&#97;&#108;&#108;&#101;&#100; w&#104;&#101;&#110; &#116;&#104;&#101; &#114;&#101;&#103;&#101;x&#112; &#99;&#104;&#97;&#110;&#103;&#101;&#115;. 392 Private slot called when the regexp changes.
393 </p><a NAME="PyRegExpWizardWidget.on_repeatButton_clicked" ID="PyRegExpWizardWidget.on_repeatButton_clicked"></a> 393 </p><a NAME="PyRegExpWizardWidget.on_repeatButton_clicked" ID="PyRegExpWizardWidget.on_repeatButton_clicked"></a>
394 <h4>PyRegExpWizardWidget.on_repeatButton_clicked</h4> 394 <h4>PyRegExpWizardWidget.on_repeatButton_clicked</h4>
395 <b>on_repeatButton_clicked</b>(<i></i>) 395 <b>on_repeatButton_clicked</b>(<i></i>)
396 <p> 396 <p>
397 &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#114;&#101;&#112;&#101;&#97;&#116; &#116;&#111;&#111;&#108;&#98;&#117;&#116;&#116;&#111;&#110;. 397 Private slot to handle the repeat toolbutton.
398 </p><a NAME="PyRegExpWizardWidget.on_saveButton_clicked" ID="PyRegExpWizardWidget.on_saveButton_clicked"></a> 398 </p><a NAME="PyRegExpWizardWidget.on_saveButton_clicked" ID="PyRegExpWizardWidget.on_saveButton_clicked"></a>
399 <h4>PyRegExpWizardWidget.on_saveButton_clicked</h4> 399 <h4>PyRegExpWizardWidget.on_saveButton_clicked</h4>
400 <b>on_saveButton_clicked</b>(<i></i>) 400 <b>on_saveButton_clicked</b>(<i></i>)
401 <p> 401 <p>
402 &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#97;v&#101; &#116;&#104;&#101; &#114;&#101;&#103;&#101;x&#112; &#116;&#111; &#97; &#102;&#105;&#108;&#101;. 402 Private slot to save the regexp to a file.
403 </p><a NAME="PyRegExpWizardWidget.on_undoButton_clicked" ID="PyRegExpWizardWidget.on_undoButton_clicked"></a> 403 </p><a NAME="PyRegExpWizardWidget.on_undoButton_clicked" ID="PyRegExpWizardWidget.on_undoButton_clicked"></a>
404 <h4>PyRegExpWizardWidget.on_undoButton_clicked</h4> 404 <h4>PyRegExpWizardWidget.on_undoButton_clicked</h4>
405 <b>on_undoButton_clicked</b>(<i></i>) 405 <b>on_undoButton_clicked</b>(<i></i>)
406 <p> 406 <p>
407 &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#117;&#110;&#100;&#111; &#97;&#99;&#116;&#105;&#111;&#110;. 407 Private slot to handle the undo action.
408 </p><a NAME="PyRegExpWizardWidget.on_validateButton_clicked" ID="PyRegExpWizardWidget.on_validateButton_clicked"></a> 408 </p><a NAME="PyRegExpWizardWidget.on_validateButton_clicked" ID="PyRegExpWizardWidget.on_validateButton_clicked"></a>
409 <h4>PyRegExpWizardWidget.on_validateButton_clicked</h4> 409 <h4>PyRegExpWizardWidget.on_validateButton_clicked</h4>
410 <b>on_validateButton_clicked</b>(<i></i>) 410 <b>on_validateButton_clicked</b>(<i></i>)
411 <p> 411 <p>
412 &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; v&#97;&#108;&#105;&#100;&#97;&#116;&#101; &#116;&#104;&#101; &#101;&#110;&#116;&#101;&#114;&#101;&#100; &#114;&#101;&#103;&#101;x&#112;. 412 Private slot to validate the entered regexp.
413 </p><a NAME="PyRegExpWizardWidget.on_wordboundButton_clicked" ID="PyRegExpWizardWidget.on_wordboundButton_clicked"></a> 413 </p><a NAME="PyRegExpWizardWidget.on_wordboundButton_clicked" ID="PyRegExpWizardWidget.on_wordboundButton_clicked"></a>
414 <h4>PyRegExpWizardWidget.on_wordboundButton_clicked</h4> 414 <h4>PyRegExpWizardWidget.on_wordboundButton_clicked</h4>
415 <b>on_wordboundButton_clicked</b>(<i></i>) 415 <b>on_wordboundButton_clicked</b>(<i></i>)
416 <p> 416 <p>
417 &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; w&#111;&#114;&#100; &#98;&#111;&#117;&#110;&#100;&#97;&#114;y &#116;&#111;&#111;&#108;&#98;&#117;&#116;&#116;&#111;&#110;. 417 Private slot to handle the word boundary toolbutton.
418 </p> 418 </p>
419 <div align="right"><a href="#top">Up</a></div> 419 <div align="right"><a href="#top">Up</a></div>
420 <hr /><hr /> 420 <hr /><hr />
421 <a NAME="PyRegExpWizardWindow" ID="PyRegExpWizardWindow"></a> 421 <a NAME="PyRegExpWizardWindow" ID="PyRegExpWizardWindow"></a>
422 <h2>PyRegExpWizardWindow</h2> 422 <h2>PyRegExpWizardWindow</h2>
423 <p> 423 <p>
424 &#77;&#97;&#105;&#110; w&#105;&#110;&#100;&#111;w &#99;&#108;&#97;&#115;&#115; &#102;&#111;&#114; &#116;&#104;&#101; &#115;&#116;&#97;&#110;&#100;&#97;&#108;&#111;&#110;&#101; &#100;&#105;&#97;&#108;&#111;&#103;. 424 Main window class for the standalone dialog.
425 </p> 425 </p>
426 <h3>Derived from</h3> 426 <h3>Derived from</h3>
427 QMainWindow 427 QMainWindow
428 <h3>Class Attributes</h3> 428 <h3>Class Attributes</h3>
429 <table> 429 <table>
431 </table> 431 </table>
432 <h3>Methods</h3> 432 <h3>Methods</h3>
433 <table> 433 <table>
434 <tr> 434 <tr>
435 <td><a href="#PyRegExpWizardWindow.__init__">PyRegExpWizardWindow</a></td> 435 <td><a href="#PyRegExpWizardWindow.__init__">PyRegExpWizardWindow</a></td>
436 <td>&#67;&#111;&#110;&#115;&#116;&#114;&#117;&#99;&#116;&#111;&#114;</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 &#67;&#111;&#110;&#115;&#116;&#114;&#117;&#99;&#116;&#111;&#114; 443 Constructor
444 </p><dl> 444 </p><dl>
445 <dt><i>parent</i></dt> 445 <dt><i>parent</i></dt>
446 <dd> 446 <dd>
447 &#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; &#112;&#97;&#114;&#101;&#110;&#116; w&#105;&#100;&#103;&#101;&#116; (&#81;&#87;&#105;&#100;&#103;&#101;&#116;) 447 reference to the parent widget (QWidget)
448 </dd> 448 </dd>
449 </dl> 449 </dl>
450 <div align="right"><a href="#top">Up</a></div> 450 <div align="right"><a href="#top">Up</a></div>
451 <hr /> 451 <hr />
452 </body></html> 452 </body></html>

eric ide

mercurial