eric6/Documentation/Source/eric6.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html

changeset 7273
391d6b7b1eff
parent 6942
2602857055c5
equal deleted inserted replaced
7272:1779dc278077 7273:391d6b7b1eff
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.QRegExpWizard.QRegExpWizardDialog</h1> 23 <h1>eric6.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog</h1>
24
23 <p> 25 <p>
24 Module implementing the QRegExp wizard dialog. 26 Module implementing the QRegExp 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="#QRegExpWizardDialog">QRegExpWizardDialog</a></td> 38 <td><a href="#QRegExpWizardDialog">QRegExpWizardDialog</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="#QRegExpWizardWidget">QRegExpWizardWidget</a></td> 42 <td><a href="#QRegExpWizardWidget">QRegExpWizardWidget</a></td>
37 <td>Class implementing the QRegExp wizard dialog.</td> 43 <td>Class implementing the QRegExp wizard dialog.</td>
38 </tr><tr> 44 </tr>
45 <tr>
39 <td><a href="#QRegExpWizardWindow">QRegExpWizardWindow</a></td> 46 <td><a href="#QRegExpWizardWindow">QRegExpWizardWindow</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="QRegExpWizardDialog" ID="QRegExpWizardDialog"></a> 57 <a NAME="QRegExpWizardDialog" ID="QRegExpWizardDialog"></a>
49 <h2>QRegExpWizardDialog</h2> 58 <h2>QRegExpWizardDialog</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="#QRegExpWizardDialog.__init__">QRegExpWizardDialog</a></td> 80 <td><a href="#QRegExpWizardDialog.__init__">QRegExpWizardDialog</a></td>
67 <td>Constructor</td> 81 <td>Constructor</td>
68 </tr><tr> 82 </tr>
83 <tr>
69 <td><a href="#QRegExpWizardDialog.getCode">getCode</a></td> 84 <td><a href="#QRegExpWizardDialog.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="QRegExpWizardDialog.__init__" ID="QRegExpWizardDialog.__init__"></a> 94 <a NAME="QRegExpWizardDialog.__init__" ID="QRegExpWizardDialog.__init__"></a>
78 <h4>QRegExpWizardDialog (Constructor)</h4> 95 <h4>QRegExpWizardDialog (Constructor)</h4>
79 <b>QRegExpWizardDialog</b>(<i>parent=None, fromEric=True</i>) 96 <b>QRegExpWizardDialog</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="QRegExpWizardDialog.getCode" ID="QRegExpWizardDialog.getCode"></a> 111 </dl>
112 <a NAME="QRegExpWizardDialog.getCode" ID="QRegExpWizardDialog.getCode"></a>
91 <h4>QRegExpWizardDialog.getCode</h4> 113 <h4>QRegExpWizardDialog.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="QRegExpWizardWidget" ID="QRegExpWizardWidget"></a> 139 <a NAME="QRegExpWizardWidget" ID="QRegExpWizardWidget"></a>
112 <h2>QRegExpWizardWidget</h2> 140 <h2>QRegExpWizardWidget</h2>
141
113 <p> 142 <p>
114 Class implementing the QRegExp wizard dialog. 143 Class implementing the QRegExp wizard dialog.
115 </p> 144 </p>
116 <h3>Derived from</h3> 145 <h3>Derived from</h3>
117 QWidget, Ui_QRegExpWizardWidget 146 QWidget, Ui_QRegExpWizardWidget
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="#QRegExpWizardWidget.__init__">QRegExpWizardWidget</a></td> 162 <td><a href="#QRegExpWizardWidget.__init__">QRegExpWizardWidget</a></td>
130 <td>Constructor</td> 163 <td>Constructor</td>
131 </tr><tr> 164 </tr>
165 <tr>
132 <td><a href="#QRegExpWizardWidget.__getPatternSyntaxCode">__getPatternSyntaxCode</a></td> 166 <td><a href="#QRegExpWizardWidget.__getPatternSyntaxCode">__getPatternSyntaxCode</a></td>
133 <td>Private method to convert a pattern syntax value into a pattern syntax string.</td> 167 <td>Private method to convert a pattern syntax value into a pattern syntax string.</td>
134 </tr><tr> 168 </tr>
169 <tr>
135 <td><a href="#QRegExpWizardWidget.__insertString">__insertString</a></td> 170 <td><a href="#QRegExpWizardWidget.__insertString">__insertString</a></td>
136 <td>Private method to insert a string into line edit and move cursor.</td> 171 <td>Private method to insert a string into line edit and move cursor.</td>
137 </tr><tr> 172 </tr>
173 <tr>
138 <td><a href="#QRegExpWizardWidget.getCode">getCode</a></td> 174 <td><a href="#QRegExpWizardWidget.getCode">getCode</a></td>
139 <td>Public method to get the source code.</td> 175 <td>Public method to get the source code.</td>
140 </tr><tr> 176 </tr>
177 <tr>
141 <td><a href="#QRegExpWizardWidget.on_altnButton_clicked">on_altnButton_clicked</a></td> 178 <td><a href="#QRegExpWizardWidget.on_altnButton_clicked">on_altnButton_clicked</a></td>
142 <td>Private slot to handle the alternatives toolbutton.</td> 179 <td>Private slot to handle the alternatives toolbutton.</td>
143 </tr><tr> 180 </tr>
181 <tr>
144 <td><a href="#QRegExpWizardWidget.on_anycharButton_clicked">on_anycharButton_clicked</a></td> 182 <td><a href="#QRegExpWizardWidget.on_anycharButton_clicked">on_anycharButton_clicked</a></td>
145 <td>Private slot to handle the any character toolbutton.</td> 183 <td>Private slot to handle the any character toolbutton.</td>
146 </tr><tr> 184 </tr>
185 <tr>
147 <td><a href="#QRegExpWizardWidget.on_beglineButton_clicked">on_beglineButton_clicked</a></td> 186 <td><a href="#QRegExpWizardWidget.on_beglineButton_clicked">on_beglineButton_clicked</a></td>
148 <td>Private slot to handle the begin line toolbutton.</td> 187 <td>Private slot to handle the begin line toolbutton.</td>
149 </tr><tr> 188 </tr>
189 <tr>
150 <td><a href="#QRegExpWizardWidget.on_buttonBox_clicked">on_buttonBox_clicked</a></td> 190 <td><a href="#QRegExpWizardWidget.on_buttonBox_clicked">on_buttonBox_clicked</a></td>
151 <td>Private slot called by a button of the button box clicked.</td> 191 <td>Private slot called by a button of the button box clicked.</td>
152 </tr><tr> 192 </tr>
193 <tr>
153 <td><a href="#QRegExpWizardWidget.on_charButton_clicked">on_charButton_clicked</a></td> 194 <td><a href="#QRegExpWizardWidget.on_charButton_clicked">on_charButton_clicked</a></td>
154 <td>Private slot to handle the characters toolbutton.</td> 195 <td>Private slot to handle the characters toolbutton.</td>
155 </tr><tr> 196 </tr>
197 <tr>
156 <td><a href="#QRegExpWizardWidget.on_copyButton_clicked">on_copyButton_clicked</a></td> 198 <td><a href="#QRegExpWizardWidget.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="#QRegExpWizardWidget.on_endlineButton_clicked">on_endlineButton_clicked</a></td> 202 <td><a href="#QRegExpWizardWidget.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="#QRegExpWizardWidget.on_executeButton_clicked">on_executeButton_clicked</a></td> 206 <td><a href="#QRegExpWizardWidget.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="#QRegExpWizardWidget.on_groupButton_clicked">on_groupButton_clicked</a></td> 210 <td><a href="#QRegExpWizardWidget.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="#QRegExpWizardWidget.on_loadButton_clicked">on_loadButton_clicked</a></td> 214 <td><a href="#QRegExpWizardWidget.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="#QRegExpWizardWidget.on_neglookaheadButton_clicked">on_neglookaheadButton_clicked</a></td> 218 <td><a href="#QRegExpWizardWidget.on_neglookaheadButton_clicked">on_neglookaheadButton_clicked</a></td>
172 <td>Private slot to handle the negative lookahead toolbutton.</td> 219 <td>Private slot to handle the negative lookahead toolbutton.</td>
173 </tr><tr> 220 </tr>
221 <tr>
174 <td><a href="#QRegExpWizardWidget.on_nextButton_clicked">on_nextButton_clicked</a></td> 222 <td><a href="#QRegExpWizardWidget.on_nextButton_clicked">on_nextButton_clicked</a></td>
175 <td>Private slot to find the next match.</td> 223 <td>Private slot to find the next match.</td>
176 </tr><tr> 224 </tr>
225 <tr>
177 <td><a href="#QRegExpWizardWidget.on_nonGroupButton_clicked">on_nonGroupButton_clicked</a></td> 226 <td><a href="#QRegExpWizardWidget.on_nonGroupButton_clicked">on_nonGroupButton_clicked</a></td>
178 <td>Private slot to handle the non group toolbutton.</td> 227 <td>Private slot to handle the non group toolbutton.</td>
179 </tr><tr> 228 </tr>
229 <tr>
180 <td><a href="#QRegExpWizardWidget.on_nonwordboundButton_clicked">on_nonwordboundButton_clicked</a></td> 230 <td><a href="#QRegExpWizardWidget.on_nonwordboundButton_clicked">on_nonwordboundButton_clicked</a></td>
181 <td>Private slot to handle the non word boundary toolbutton.</td> 231 <td>Private slot to handle the non word boundary toolbutton.</td>
182 </tr><tr> 232 </tr>
233 <tr>
183 <td><a href="#QRegExpWizardWidget.on_poslookaheadButton_clicked">on_poslookaheadButton_clicked</a></td> 234 <td><a href="#QRegExpWizardWidget.on_poslookaheadButton_clicked">on_poslookaheadButton_clicked</a></td>
184 <td>Private slot to handle the positive lookahead toolbutton.</td> 235 <td>Private slot to handle the positive lookahead toolbutton.</td>
185 </tr><tr> 236 </tr>
237 <tr>
186 <td><a href="#QRegExpWizardWidget.on_regexpLineEdit_textChanged">on_regexpLineEdit_textChanged</a></td> 238 <td><a href="#QRegExpWizardWidget.on_regexpLineEdit_textChanged">on_regexpLineEdit_textChanged</a></td>
187 <td>Private slot called when the regexp changes.</td> 239 <td>Private slot called when the regexp changes.</td>
188 </tr><tr> 240 </tr>
241 <tr>
189 <td><a href="#QRegExpWizardWidget.on_repeatButton_clicked">on_repeatButton_clicked</a></td> 242 <td><a href="#QRegExpWizardWidget.on_repeatButton_clicked">on_repeatButton_clicked</a></td>
190 <td>Private slot to handle the repeat toolbutton.</td> 243 <td>Private slot to handle the repeat toolbutton.</td>
191 </tr><tr> 244 </tr>
245 <tr>
192 <td><a href="#QRegExpWizardWidget.on_saveButton_clicked">on_saveButton_clicked</a></td> 246 <td><a href="#QRegExpWizardWidget.on_saveButton_clicked">on_saveButton_clicked</a></td>
193 <td>Private slot to save the regexp to a file.</td> 247 <td>Private slot to save the regexp to a file.</td>
194 </tr><tr> 248 </tr>
249 <tr>
195 <td><a href="#QRegExpWizardWidget.on_syntaxCombo_currentIndexChanged">on_syntaxCombo_currentIndexChanged</a></td> 250 <td><a href="#QRegExpWizardWidget.on_syntaxCombo_currentIndexChanged">on_syntaxCombo_currentIndexChanged</a></td>
196 <td>Private slot handling the selection of a pattern syntax.</td> 251 <td>Private slot handling the selection of a pattern syntax.</td>
197 </tr><tr> 252 </tr>
253 <tr>
198 <td><a href="#QRegExpWizardWidget.on_validateButton_clicked">on_validateButton_clicked</a></td> 254 <td><a href="#QRegExpWizardWidget.on_validateButton_clicked">on_validateButton_clicked</a></td>
199 <td>Private slot to validate the entered regexp.</td> 255 <td>Private slot to validate the entered regexp.</td>
200 </tr><tr> 256 </tr>
257 <tr>
201 <td><a href="#QRegExpWizardWidget.on_w3cAltnButton_clicked">on_w3cAltnButton_clicked</a></td> 258 <td><a href="#QRegExpWizardWidget.on_w3cAltnButton_clicked">on_w3cAltnButton_clicked</a></td>
202 <td>Private slot to handle the alternatives toolbutton.</td> 259 <td>Private slot to handle the alternatives toolbutton.</td>
203 </tr><tr> 260 </tr>
261 <tr>
204 <td><a href="#QRegExpWizardWidget.on_w3cAnycharButton_clicked">on_w3cAnycharButton_clicked</a></td> 262 <td><a href="#QRegExpWizardWidget.on_w3cAnycharButton_clicked">on_w3cAnycharButton_clicked</a></td>
205 <td>Private slot to handle the W3C any character toolbutton.</td> 263 <td>Private slot to handle the W3C any character toolbutton.</td>
206 </tr><tr> 264 </tr>
265 <tr>
207 <td><a href="#QRegExpWizardWidget.on_w3cCharButton_clicked">on_w3cCharButton_clicked</a></td> 266 <td><a href="#QRegExpWizardWidget.on_w3cCharButton_clicked">on_w3cCharButton_clicked</a></td>
208 <td>Private slot to handle the wildcard characters toolbutton.</td> 267 <td>Private slot to handle the wildcard characters toolbutton.</td>
209 </tr><tr> 268 </tr>
269 <tr>
210 <td><a href="#QRegExpWizardWidget.on_w3cGroupButton_clicked">on_w3cGroupButton_clicked</a></td> 270 <td><a href="#QRegExpWizardWidget.on_w3cGroupButton_clicked">on_w3cGroupButton_clicked</a></td>
211 <td>Private slot to handle the W3C group toolbutton.</td> 271 <td>Private slot to handle the W3C group toolbutton.</td>
212 </tr><tr> 272 </tr>
273 <tr>
213 <td><a href="#QRegExpWizardWidget.on_w3cRepeatButton_clicked">on_w3cRepeatButton_clicked</a></td> 274 <td><a href="#QRegExpWizardWidget.on_w3cRepeatButton_clicked">on_w3cRepeatButton_clicked</a></td>
214 <td>Private slot to handle the W3C repeat toolbutton.</td> 275 <td>Private slot to handle the W3C repeat toolbutton.</td>
215 </tr><tr> 276 </tr>
277 <tr>
216 <td><a href="#QRegExpWizardWidget.on_wildcardAnycharButton_clicked">on_wildcardAnycharButton_clicked</a></td> 278 <td><a href="#QRegExpWizardWidget.on_wildcardAnycharButton_clicked">on_wildcardAnycharButton_clicked</a></td>
217 <td>Private slot to handle the wildcard any character toolbutton.</td> 279 <td>Private slot to handle the wildcard any character toolbutton.</td>
218 </tr><tr> 280 </tr>
281 <tr>
219 <td><a href="#QRegExpWizardWidget.on_wildcardCharButton_clicked">on_wildcardCharButton_clicked</a></td> 282 <td><a href="#QRegExpWizardWidget.on_wildcardCharButton_clicked">on_wildcardCharButton_clicked</a></td>
220 <td>Private slot to handle the wildcard characters toolbutton.</td> 283 <td>Private slot to handle the wildcard characters toolbutton.</td>
221 </tr><tr> 284 </tr>
285 <tr>
222 <td><a href="#QRegExpWizardWidget.on_wildcardRepeatButton_clicked">on_wildcardRepeatButton_clicked</a></td> 286 <td><a href="#QRegExpWizardWidget.on_wildcardRepeatButton_clicked">on_wildcardRepeatButton_clicked</a></td>
223 <td>Private slot to handle the wildcard multiple characters toolbutton.</td> 287 <td>Private slot to handle the wildcard multiple characters toolbutton.</td>
224 </tr><tr> 288 </tr>
289 <tr>
225 <td><a href="#QRegExpWizardWidget.on_wordboundButton_clicked">on_wordboundButton_clicked</a></td> 290 <td><a href="#QRegExpWizardWidget.on_wordboundButton_clicked">on_wordboundButton_clicked</a></td>
226 <td>Private slot to handle the word boundary toolbutton.</td> 291 <td>Private slot to handle the word boundary toolbutton.</td>
227 </tr> 292 </tr>
228 </table> 293 </table>
229 <h3>Static Methods</h3> 294 <h3>Static Methods</h3>
230 <table> 295
231 <tr><td>None</td></tr> 296 <table>
232 </table> 297 <tr><td>None</td></tr>
298 </table>
299
233 <a NAME="QRegExpWizardWidget.__init__" ID="QRegExpWizardWidget.__init__"></a> 300 <a NAME="QRegExpWizardWidget.__init__" ID="QRegExpWizardWidget.__init__"></a>
234 <h4>QRegExpWizardWidget (Constructor)</h4> 301 <h4>QRegExpWizardWidget (Constructor)</h4>
235 <b>QRegExpWizardWidget</b>(<i>parent=None, fromEric=True</i>) 302 <b>QRegExpWizardWidget</b>(<i>parent=None, fromEric=True</i>)
303
236 <p> 304 <p>
237 Constructor 305 Constructor
238 </p><dl> 306 </p>
307 <dl>
308
239 <dt><i>parent</i></dt> 309 <dt><i>parent</i></dt>
240 <dd> 310 <dd>
241 parent widget (QWidget) 311 parent widget (QWidget)
242 </dd><dt><i>fromEric</i></dt> 312 </dd>
313 <dt><i>fromEric</i></dt>
243 <dd> 314 <dd>
244 flag indicating a call from within eric6 315 flag indicating a call from within eric6
245 </dd> 316 </dd>
246 </dl><a NAME="QRegExpWizardWidget.__getPatternSyntaxCode" ID="QRegExpWizardWidget.__getPatternSyntaxCode"></a> 317 </dl>
318 <a NAME="QRegExpWizardWidget.__getPatternSyntaxCode" ID="QRegExpWizardWidget.__getPatternSyntaxCode"></a>
247 <h4>QRegExpWizardWidget.__getPatternSyntaxCode</h4> 319 <h4>QRegExpWizardWidget.__getPatternSyntaxCode</h4>
248 <b>__getPatternSyntaxCode</b>(<i>syntaxValue</i>) 320 <b>__getPatternSyntaxCode</b>(<i>syntaxValue</i>)
321
249 <p> 322 <p>
250 Private method to convert a pattern syntax value into a 323 Private method to convert a pattern syntax value into a
251 pattern syntax string. 324 pattern syntax string.
252 </p><dl> 325 </p>
326 <dl>
327
253 <dt><i>syntaxValue</i></dt> 328 <dt><i>syntaxValue</i></dt>
254 <dd> 329 <dd>
255 pattern syntax value (integer) 330 pattern syntax value (integer)
256 </dd> 331 </dd>
257 </dl><dl> 332 </dl>
333 <dl>
258 <dt>Returns:</dt> 334 <dt>Returns:</dt>
259 <dd> 335 <dd>
260 pattern syntax string (string) 336 pattern syntax string (string)
261 </dd> 337 </dd>
262 </dl><a NAME="QRegExpWizardWidget.__insertString" ID="QRegExpWizardWidget.__insertString"></a> 338 </dl>
339 <a NAME="QRegExpWizardWidget.__insertString" ID="QRegExpWizardWidget.__insertString"></a>
263 <h4>QRegExpWizardWidget.__insertString</h4> 340 <h4>QRegExpWizardWidget.__insertString</h4>
264 <b>__insertString</b>(<i>s, steps=0</i>) 341 <b>__insertString</b>(<i>s, steps=0</i>)
342
265 <p> 343 <p>
266 Private method to insert a string into line edit and move cursor. 344 Private method to insert a string into line edit and move cursor.
267 </p><dl> 345 </p>
346 <dl>
347
268 <dt><i>s</i></dt> 348 <dt><i>s</i></dt>
269 <dd> 349 <dd>
270 string to be inserted into the regexp line edit 350 string to be inserted into the regexp line edit
271 (string) 351 (string)
272 </dd><dt><i>steps</i></dt> 352 </dd>
353 <dt><i>steps</i></dt>
273 <dd> 354 <dd>
274 number of characters to move the cursor (integer). 355 number of characters to move the cursor (integer).
275 Negative steps moves cursor back, positives forward. 356 Negative steps moves cursor back, positives forward.
276 </dd> 357 </dd>
277 </dl><a NAME="QRegExpWizardWidget.getCode" ID="QRegExpWizardWidget.getCode"></a> 358 </dl>
359 <a NAME="QRegExpWizardWidget.getCode" ID="QRegExpWizardWidget.getCode"></a>
278 <h4>QRegExpWizardWidget.getCode</h4> 360 <h4>QRegExpWizardWidget.getCode</h4>
279 <b>getCode</b>(<i>indLevel, indString</i>) 361 <b>getCode</b>(<i>indLevel, indString</i>)
362
280 <p> 363 <p>
281 Public method to get the source code. 364 Public method to get the source code.
282 </p><dl> 365 </p>
366 <dl>
367
283 <dt><i>indLevel</i></dt> 368 <dt><i>indLevel</i></dt>
284 <dd> 369 <dd>
285 indentation level (int) 370 indentation level (int)
286 </dd><dt><i>indString</i></dt> 371 </dd>
372 <dt><i>indString</i></dt>
287 <dd> 373 <dd>
288 string used for indentation (space or tab) (string) 374 string used for indentation (space or tab) (string)
289 </dd> 375 </dd>
290 </dl><dl> 376 </dl>
377 <dl>
291 <dt>Returns:</dt> 378 <dt>Returns:</dt>
292 <dd> 379 <dd>
293 generated code (string) 380 generated code (string)
294 </dd> 381 </dd>
295 </dl><a NAME="QRegExpWizardWidget.on_altnButton_clicked" ID="QRegExpWizardWidget.on_altnButton_clicked"></a> 382 </dl>
383 <a NAME="QRegExpWizardWidget.on_altnButton_clicked" ID="QRegExpWizardWidget.on_altnButton_clicked"></a>
296 <h4>QRegExpWizardWidget.on_altnButton_clicked</h4> 384 <h4>QRegExpWizardWidget.on_altnButton_clicked</h4>
297 <b>on_altnButton_clicked</b>(<i></i>) 385 <b>on_altnButton_clicked</b>(<i></i>)
386
298 <p> 387 <p>
299 Private slot to handle the alternatives toolbutton. 388 Private slot to handle the alternatives toolbutton.
300 </p><a NAME="QRegExpWizardWidget.on_anycharButton_clicked" ID="QRegExpWizardWidget.on_anycharButton_clicked"></a> 389 </p>
390 <a NAME="QRegExpWizardWidget.on_anycharButton_clicked" ID="QRegExpWizardWidget.on_anycharButton_clicked"></a>
301 <h4>QRegExpWizardWidget.on_anycharButton_clicked</h4> 391 <h4>QRegExpWizardWidget.on_anycharButton_clicked</h4>
302 <b>on_anycharButton_clicked</b>(<i></i>) 392 <b>on_anycharButton_clicked</b>(<i></i>)
393
303 <p> 394 <p>
304 Private slot to handle the any character toolbutton. 395 Private slot to handle the any character toolbutton.
305 </p><a NAME="QRegExpWizardWidget.on_beglineButton_clicked" ID="QRegExpWizardWidget.on_beglineButton_clicked"></a> 396 </p>
397 <a NAME="QRegExpWizardWidget.on_beglineButton_clicked" ID="QRegExpWizardWidget.on_beglineButton_clicked"></a>
306 <h4>QRegExpWizardWidget.on_beglineButton_clicked</h4> 398 <h4>QRegExpWizardWidget.on_beglineButton_clicked</h4>
307 <b>on_beglineButton_clicked</b>(<i></i>) 399 <b>on_beglineButton_clicked</b>(<i></i>)
400
308 <p> 401 <p>
309 Private slot to handle the begin line toolbutton. 402 Private slot to handle the begin line toolbutton.
310 </p><a NAME="QRegExpWizardWidget.on_buttonBox_clicked" ID="QRegExpWizardWidget.on_buttonBox_clicked"></a> 403 </p>
404 <a NAME="QRegExpWizardWidget.on_buttonBox_clicked" ID="QRegExpWizardWidget.on_buttonBox_clicked"></a>
311 <h4>QRegExpWizardWidget.on_buttonBox_clicked</h4> 405 <h4>QRegExpWizardWidget.on_buttonBox_clicked</h4>
312 <b>on_buttonBox_clicked</b>(<i>button</i>) 406 <b>on_buttonBox_clicked</b>(<i>button</i>)
407
313 <p> 408 <p>
314 Private slot called by a button of the button box clicked. 409 Private slot called by a button of the button box clicked.
315 </p><dl> 410 </p>
411 <dl>
412
316 <dt><i>button</i></dt> 413 <dt><i>button</i></dt>
317 <dd> 414 <dd>
318 button that was clicked (QAbstractButton) 415 button that was clicked (QAbstractButton)
319 </dd> 416 </dd>
320 </dl><a NAME="QRegExpWizardWidget.on_charButton_clicked" ID="QRegExpWizardWidget.on_charButton_clicked"></a> 417 </dl>
418 <a NAME="QRegExpWizardWidget.on_charButton_clicked" ID="QRegExpWizardWidget.on_charButton_clicked"></a>
321 <h4>QRegExpWizardWidget.on_charButton_clicked</h4> 419 <h4>QRegExpWizardWidget.on_charButton_clicked</h4>
322 <b>on_charButton_clicked</b>(<i></i>) 420 <b>on_charButton_clicked</b>(<i></i>)
421
323 <p> 422 <p>
324 Private slot to handle the characters toolbutton. 423 Private slot to handle the characters toolbutton.
325 </p><a NAME="QRegExpWizardWidget.on_copyButton_clicked" ID="QRegExpWizardWidget.on_copyButton_clicked"></a> 424 </p>
425 <a NAME="QRegExpWizardWidget.on_copyButton_clicked" ID="QRegExpWizardWidget.on_copyButton_clicked"></a>
326 <h4>QRegExpWizardWidget.on_copyButton_clicked</h4> 426 <h4>QRegExpWizardWidget.on_copyButton_clicked</h4>
327 <b>on_copyButton_clicked</b>(<i></i>) 427 <b>on_copyButton_clicked</b>(<i></i>)
428
328 <p> 429 <p>
329 Private slot to copy the regexp string into the clipboard. 430 Private slot to copy the regexp string into the clipboard.
330 </p><p> 431 </p>
432 <p>
331 This slot is only available, if not called from within eric6. 433 This slot is only available, if not called from within eric6.
332 </p><a NAME="QRegExpWizardWidget.on_endlineButton_clicked" ID="QRegExpWizardWidget.on_endlineButton_clicked"></a> 434 </p>
435 <a NAME="QRegExpWizardWidget.on_endlineButton_clicked" ID="QRegExpWizardWidget.on_endlineButton_clicked"></a>
333 <h4>QRegExpWizardWidget.on_endlineButton_clicked</h4> 436 <h4>QRegExpWizardWidget.on_endlineButton_clicked</h4>
334 <b>on_endlineButton_clicked</b>(<i></i>) 437 <b>on_endlineButton_clicked</b>(<i></i>)
438
335 <p> 439 <p>
336 Private slot to handle the end line toolbutton. 440 Private slot to handle the end line toolbutton.
337 </p><a NAME="QRegExpWizardWidget.on_executeButton_clicked" ID="QRegExpWizardWidget.on_executeButton_clicked"></a> 441 </p>
442 <a NAME="QRegExpWizardWidget.on_executeButton_clicked" ID="QRegExpWizardWidget.on_executeButton_clicked"></a>
338 <h4>QRegExpWizardWidget.on_executeButton_clicked</h4> 443 <h4>QRegExpWizardWidget.on_executeButton_clicked</h4>
339 <b>on_executeButton_clicked</b>(<i>startpos=0</i>) 444 <b>on_executeButton_clicked</b>(<i>startpos=0</i>)
445
340 <p> 446 <p>
341 Private slot to execute the entered regexp on the test text. 447 Private slot to execute the entered regexp on the test text.
342 </p><p> 448 </p>
449 <p>
343 This slot will execute the entered regexp on the entered test 450 This slot will execute the entered regexp on the entered test
344 data and will display the result in the table part of the dialog. 451 data and will display the result in the table part of the dialog.
345 </p><dl> 452 </p>
453 <dl>
454
346 <dt><i>startpos</i></dt> 455 <dt><i>startpos</i></dt>
347 <dd> 456 <dd>
348 starting position for the regexp matching 457 starting position for the regexp matching
349 </dd> 458 </dd>
350 </dl><a NAME="QRegExpWizardWidget.on_groupButton_clicked" ID="QRegExpWizardWidget.on_groupButton_clicked"></a> 459 </dl>
460 <a NAME="QRegExpWizardWidget.on_groupButton_clicked" ID="QRegExpWizardWidget.on_groupButton_clicked"></a>
351 <h4>QRegExpWizardWidget.on_groupButton_clicked</h4> 461 <h4>QRegExpWizardWidget.on_groupButton_clicked</h4>
352 <b>on_groupButton_clicked</b>(<i></i>) 462 <b>on_groupButton_clicked</b>(<i></i>)
463
353 <p> 464 <p>
354 Private slot to handle the group toolbutton. 465 Private slot to handle the group toolbutton.
355 </p><a NAME="QRegExpWizardWidget.on_loadButton_clicked" ID="QRegExpWizardWidget.on_loadButton_clicked"></a> 466 </p>
467 <a NAME="QRegExpWizardWidget.on_loadButton_clicked" ID="QRegExpWizardWidget.on_loadButton_clicked"></a>
356 <h4>QRegExpWizardWidget.on_loadButton_clicked</h4> 468 <h4>QRegExpWizardWidget.on_loadButton_clicked</h4>
357 <b>on_loadButton_clicked</b>(<i></i>) 469 <b>on_loadButton_clicked</b>(<i></i>)
470
358 <p> 471 <p>
359 Private slot to load a regexp from a file. 472 Private slot to load a regexp from a file.
360 </p><a NAME="QRegExpWizardWidget.on_neglookaheadButton_clicked" ID="QRegExpWizardWidget.on_neglookaheadButton_clicked"></a> 473 </p>
474 <a NAME="QRegExpWizardWidget.on_neglookaheadButton_clicked" ID="QRegExpWizardWidget.on_neglookaheadButton_clicked"></a>
361 <h4>QRegExpWizardWidget.on_neglookaheadButton_clicked</h4> 475 <h4>QRegExpWizardWidget.on_neglookaheadButton_clicked</h4>
362 <b>on_neglookaheadButton_clicked</b>(<i></i>) 476 <b>on_neglookaheadButton_clicked</b>(<i></i>)
477
363 <p> 478 <p>
364 Private slot to handle the negative lookahead toolbutton. 479 Private slot to handle the negative lookahead toolbutton.
365 </p><a NAME="QRegExpWizardWidget.on_nextButton_clicked" ID="QRegExpWizardWidget.on_nextButton_clicked"></a> 480 </p>
481 <a NAME="QRegExpWizardWidget.on_nextButton_clicked" ID="QRegExpWizardWidget.on_nextButton_clicked"></a>
366 <h4>QRegExpWizardWidget.on_nextButton_clicked</h4> 482 <h4>QRegExpWizardWidget.on_nextButton_clicked</h4>
367 <b>on_nextButton_clicked</b>(<i></i>) 483 <b>on_nextButton_clicked</b>(<i></i>)
484
368 <p> 485 <p>
369 Private slot to find the next match. 486 Private slot to find the next match.
370 </p><a NAME="QRegExpWizardWidget.on_nonGroupButton_clicked" ID="QRegExpWizardWidget.on_nonGroupButton_clicked"></a> 487 </p>
488 <a NAME="QRegExpWizardWidget.on_nonGroupButton_clicked" ID="QRegExpWizardWidget.on_nonGroupButton_clicked"></a>
371 <h4>QRegExpWizardWidget.on_nonGroupButton_clicked</h4> 489 <h4>QRegExpWizardWidget.on_nonGroupButton_clicked</h4>
372 <b>on_nonGroupButton_clicked</b>(<i></i>) 490 <b>on_nonGroupButton_clicked</b>(<i></i>)
491
373 <p> 492 <p>
374 Private slot to handle the non group toolbutton. 493 Private slot to handle the non group toolbutton.
375 </p><a NAME="QRegExpWizardWidget.on_nonwordboundButton_clicked" ID="QRegExpWizardWidget.on_nonwordboundButton_clicked"></a> 494 </p>
495 <a NAME="QRegExpWizardWidget.on_nonwordboundButton_clicked" ID="QRegExpWizardWidget.on_nonwordboundButton_clicked"></a>
376 <h4>QRegExpWizardWidget.on_nonwordboundButton_clicked</h4> 496 <h4>QRegExpWizardWidget.on_nonwordboundButton_clicked</h4>
377 <b>on_nonwordboundButton_clicked</b>(<i></i>) 497 <b>on_nonwordboundButton_clicked</b>(<i></i>)
498
378 <p> 499 <p>
379 Private slot to handle the non word boundary toolbutton. 500 Private slot to handle the non word boundary toolbutton.
380 </p><a NAME="QRegExpWizardWidget.on_poslookaheadButton_clicked" ID="QRegExpWizardWidget.on_poslookaheadButton_clicked"></a> 501 </p>
502 <a NAME="QRegExpWizardWidget.on_poslookaheadButton_clicked" ID="QRegExpWizardWidget.on_poslookaheadButton_clicked"></a>
381 <h4>QRegExpWizardWidget.on_poslookaheadButton_clicked</h4> 503 <h4>QRegExpWizardWidget.on_poslookaheadButton_clicked</h4>
382 <b>on_poslookaheadButton_clicked</b>(<i></i>) 504 <b>on_poslookaheadButton_clicked</b>(<i></i>)
505
383 <p> 506 <p>
384 Private slot to handle the positive lookahead toolbutton. 507 Private slot to handle the positive lookahead toolbutton.
385 </p><a NAME="QRegExpWizardWidget.on_regexpLineEdit_textChanged" ID="QRegExpWizardWidget.on_regexpLineEdit_textChanged"></a> 508 </p>
509 <a NAME="QRegExpWizardWidget.on_regexpLineEdit_textChanged" ID="QRegExpWizardWidget.on_regexpLineEdit_textChanged"></a>
386 <h4>QRegExpWizardWidget.on_regexpLineEdit_textChanged</h4> 510 <h4>QRegExpWizardWidget.on_regexpLineEdit_textChanged</h4>
387 <b>on_regexpLineEdit_textChanged</b>(<i>txt</i>) 511 <b>on_regexpLineEdit_textChanged</b>(<i>txt</i>)
512
388 <p> 513 <p>
389 Private slot called when the regexp changes. 514 Private slot called when the regexp changes.
390 </p><dl> 515 </p>
516 <dl>
517
391 <dt><i>txt</i></dt> 518 <dt><i>txt</i></dt>
392 <dd> 519 <dd>
393 the new text of the line edit (string) 520 the new text of the line edit (string)
394 </dd> 521 </dd>
395 </dl><a NAME="QRegExpWizardWidget.on_repeatButton_clicked" ID="QRegExpWizardWidget.on_repeatButton_clicked"></a> 522 </dl>
523 <a NAME="QRegExpWizardWidget.on_repeatButton_clicked" ID="QRegExpWizardWidget.on_repeatButton_clicked"></a>
396 <h4>QRegExpWizardWidget.on_repeatButton_clicked</h4> 524 <h4>QRegExpWizardWidget.on_repeatButton_clicked</h4>
397 <b>on_repeatButton_clicked</b>(<i></i>) 525 <b>on_repeatButton_clicked</b>(<i></i>)
526
398 <p> 527 <p>
399 Private slot to handle the repeat toolbutton. 528 Private slot to handle the repeat toolbutton.
400 </p><a NAME="QRegExpWizardWidget.on_saveButton_clicked" ID="QRegExpWizardWidget.on_saveButton_clicked"></a> 529 </p>
530 <a NAME="QRegExpWizardWidget.on_saveButton_clicked" ID="QRegExpWizardWidget.on_saveButton_clicked"></a>
401 <h4>QRegExpWizardWidget.on_saveButton_clicked</h4> 531 <h4>QRegExpWizardWidget.on_saveButton_clicked</h4>
402 <b>on_saveButton_clicked</b>(<i></i>) 532 <b>on_saveButton_clicked</b>(<i></i>)
533
403 <p> 534 <p>
404 Private slot to save the regexp to a file. 535 Private slot to save the regexp to a file.
405 </p><a NAME="QRegExpWizardWidget.on_syntaxCombo_currentIndexChanged" ID="QRegExpWizardWidget.on_syntaxCombo_currentIndexChanged"></a> 536 </p>
537 <a NAME="QRegExpWizardWidget.on_syntaxCombo_currentIndexChanged" ID="QRegExpWizardWidget.on_syntaxCombo_currentIndexChanged"></a>
406 <h4>QRegExpWizardWidget.on_syntaxCombo_currentIndexChanged</h4> 538 <h4>QRegExpWizardWidget.on_syntaxCombo_currentIndexChanged</h4>
407 <b>on_syntaxCombo_currentIndexChanged</b>(<i>index</i>) 539 <b>on_syntaxCombo_currentIndexChanged</b>(<i>index</i>)
540
408 <p> 541 <p>
409 Private slot handling the selection of a pattern syntax. 542 Private slot handling the selection of a pattern syntax.
410 </p><dl> 543 </p>
544 <dl>
545
411 <dt><i>index</i></dt> 546 <dt><i>index</i></dt>
412 <dd> 547 <dd>
413 index of the selected entry (integer) 548 index of the selected entry (integer)
414 </dd> 549 </dd>
415 </dl><a NAME="QRegExpWizardWidget.on_validateButton_clicked" ID="QRegExpWizardWidget.on_validateButton_clicked"></a> 550 </dl>
551 <a NAME="QRegExpWizardWidget.on_validateButton_clicked" ID="QRegExpWizardWidget.on_validateButton_clicked"></a>
416 <h4>QRegExpWizardWidget.on_validateButton_clicked</h4> 552 <h4>QRegExpWizardWidget.on_validateButton_clicked</h4>
417 <b>on_validateButton_clicked</b>(<i></i>) 553 <b>on_validateButton_clicked</b>(<i></i>)
554
418 <p> 555 <p>
419 Private slot to validate the entered regexp. 556 Private slot to validate the entered regexp.
420 </p><a NAME="QRegExpWizardWidget.on_w3cAltnButton_clicked" ID="QRegExpWizardWidget.on_w3cAltnButton_clicked"></a> 557 </p>
558 <a NAME="QRegExpWizardWidget.on_w3cAltnButton_clicked" ID="QRegExpWizardWidget.on_w3cAltnButton_clicked"></a>
421 <h4>QRegExpWizardWidget.on_w3cAltnButton_clicked</h4> 559 <h4>QRegExpWizardWidget.on_w3cAltnButton_clicked</h4>
422 <b>on_w3cAltnButton_clicked</b>(<i></i>) 560 <b>on_w3cAltnButton_clicked</b>(<i></i>)
561
423 <p> 562 <p>
424 Private slot to handle the alternatives toolbutton. 563 Private slot to handle the alternatives toolbutton.
425 </p><a NAME="QRegExpWizardWidget.on_w3cAnycharButton_clicked" ID="QRegExpWizardWidget.on_w3cAnycharButton_clicked"></a> 564 </p>
565 <a NAME="QRegExpWizardWidget.on_w3cAnycharButton_clicked" ID="QRegExpWizardWidget.on_w3cAnycharButton_clicked"></a>
426 <h4>QRegExpWizardWidget.on_w3cAnycharButton_clicked</h4> 566 <h4>QRegExpWizardWidget.on_w3cAnycharButton_clicked</h4>
427 <b>on_w3cAnycharButton_clicked</b>(<i></i>) 567 <b>on_w3cAnycharButton_clicked</b>(<i></i>)
568
428 <p> 569 <p>
429 Private slot to handle the W3C any character toolbutton. 570 Private slot to handle the W3C any character toolbutton.
430 </p><a NAME="QRegExpWizardWidget.on_w3cCharButton_clicked" ID="QRegExpWizardWidget.on_w3cCharButton_clicked"></a> 571 </p>
572 <a NAME="QRegExpWizardWidget.on_w3cCharButton_clicked" ID="QRegExpWizardWidget.on_w3cCharButton_clicked"></a>
431 <h4>QRegExpWizardWidget.on_w3cCharButton_clicked</h4> 573 <h4>QRegExpWizardWidget.on_w3cCharButton_clicked</h4>
432 <b>on_w3cCharButton_clicked</b>(<i></i>) 574 <b>on_w3cCharButton_clicked</b>(<i></i>)
575
433 <p> 576 <p>
434 Private slot to handle the wildcard characters toolbutton. 577 Private slot to handle the wildcard characters toolbutton.
435 </p><a NAME="QRegExpWizardWidget.on_w3cGroupButton_clicked" ID="QRegExpWizardWidget.on_w3cGroupButton_clicked"></a> 578 </p>
579 <a NAME="QRegExpWizardWidget.on_w3cGroupButton_clicked" ID="QRegExpWizardWidget.on_w3cGroupButton_clicked"></a>
436 <h4>QRegExpWizardWidget.on_w3cGroupButton_clicked</h4> 580 <h4>QRegExpWizardWidget.on_w3cGroupButton_clicked</h4>
437 <b>on_w3cGroupButton_clicked</b>(<i></i>) 581 <b>on_w3cGroupButton_clicked</b>(<i></i>)
582
438 <p> 583 <p>
439 Private slot to handle the W3C group toolbutton. 584 Private slot to handle the W3C group toolbutton.
440 </p><a NAME="QRegExpWizardWidget.on_w3cRepeatButton_clicked" ID="QRegExpWizardWidget.on_w3cRepeatButton_clicked"></a> 585 </p>
586 <a NAME="QRegExpWizardWidget.on_w3cRepeatButton_clicked" ID="QRegExpWizardWidget.on_w3cRepeatButton_clicked"></a>
441 <h4>QRegExpWizardWidget.on_w3cRepeatButton_clicked</h4> 587 <h4>QRegExpWizardWidget.on_w3cRepeatButton_clicked</h4>
442 <b>on_w3cRepeatButton_clicked</b>(<i></i>) 588 <b>on_w3cRepeatButton_clicked</b>(<i></i>)
589
443 <p> 590 <p>
444 Private slot to handle the W3C repeat toolbutton. 591 Private slot to handle the W3C repeat toolbutton.
445 </p><a NAME="QRegExpWizardWidget.on_wildcardAnycharButton_clicked" ID="QRegExpWizardWidget.on_wildcardAnycharButton_clicked"></a> 592 </p>
593 <a NAME="QRegExpWizardWidget.on_wildcardAnycharButton_clicked" ID="QRegExpWizardWidget.on_wildcardAnycharButton_clicked"></a>
446 <h4>QRegExpWizardWidget.on_wildcardAnycharButton_clicked</h4> 594 <h4>QRegExpWizardWidget.on_wildcardAnycharButton_clicked</h4>
447 <b>on_wildcardAnycharButton_clicked</b>(<i></i>) 595 <b>on_wildcardAnycharButton_clicked</b>(<i></i>)
596
448 <p> 597 <p>
449 Private slot to handle the wildcard any character toolbutton. 598 Private slot to handle the wildcard any character toolbutton.
450 </p><a NAME="QRegExpWizardWidget.on_wildcardCharButton_clicked" ID="QRegExpWizardWidget.on_wildcardCharButton_clicked"></a> 599 </p>
600 <a NAME="QRegExpWizardWidget.on_wildcardCharButton_clicked" ID="QRegExpWizardWidget.on_wildcardCharButton_clicked"></a>
451 <h4>QRegExpWizardWidget.on_wildcardCharButton_clicked</h4> 601 <h4>QRegExpWizardWidget.on_wildcardCharButton_clicked</h4>
452 <b>on_wildcardCharButton_clicked</b>(<i></i>) 602 <b>on_wildcardCharButton_clicked</b>(<i></i>)
603
453 <p> 604 <p>
454 Private slot to handle the wildcard characters toolbutton. 605 Private slot to handle the wildcard characters toolbutton.
455 </p><a NAME="QRegExpWizardWidget.on_wildcardRepeatButton_clicked" ID="QRegExpWizardWidget.on_wildcardRepeatButton_clicked"></a> 606 </p>
607 <a NAME="QRegExpWizardWidget.on_wildcardRepeatButton_clicked" ID="QRegExpWizardWidget.on_wildcardRepeatButton_clicked"></a>
456 <h4>QRegExpWizardWidget.on_wildcardRepeatButton_clicked</h4> 608 <h4>QRegExpWizardWidget.on_wildcardRepeatButton_clicked</h4>
457 <b>on_wildcardRepeatButton_clicked</b>(<i></i>) 609 <b>on_wildcardRepeatButton_clicked</b>(<i></i>)
610
458 <p> 611 <p>
459 Private slot to handle the wildcard multiple characters toolbutton. 612 Private slot to handle the wildcard multiple characters toolbutton.
460 </p><a NAME="QRegExpWizardWidget.on_wordboundButton_clicked" ID="QRegExpWizardWidget.on_wordboundButton_clicked"></a> 613 </p>
614 <a NAME="QRegExpWizardWidget.on_wordboundButton_clicked" ID="QRegExpWizardWidget.on_wordboundButton_clicked"></a>
461 <h4>QRegExpWizardWidget.on_wordboundButton_clicked</h4> 615 <h4>QRegExpWizardWidget.on_wordboundButton_clicked</h4>
462 <b>on_wordboundButton_clicked</b>(<i></i>) 616 <b>on_wordboundButton_clicked</b>(<i></i>)
617
463 <p> 618 <p>
464 Private slot to handle the word boundary toolbutton. 619 Private slot to handle the word boundary toolbutton.
465 </p> 620 </p>
466 <div align="right"><a href="#top">Up</a></div> 621 <div align="right"><a href="#top">Up</a></div>
467 <hr /><hr /> 622 <hr />
623 <hr />
468 <a NAME="QRegExpWizardWindow" ID="QRegExpWizardWindow"></a> 624 <a NAME="QRegExpWizardWindow" ID="QRegExpWizardWindow"></a>
469 <h2>QRegExpWizardWindow</h2> 625 <h2>QRegExpWizardWindow</h2>
626
470 <p> 627 <p>
471 Main window class for the standalone dialog. 628 Main window class for the standalone dialog.
472 </p> 629 </p>
473 <h3>Derived from</h3> 630 <h3>Derived from</h3>
474 E5MainWindow 631 E5MainWindow
475 <h3>Class Attributes</h3> 632 <h3>Class Attributes</h3>
633
476 <table> 634 <table>
477 <tr><td>None</td></tr> 635 <tr><td>None</td></tr>
478 </table> 636 </table>
479 <h3>Class Methods</h3> 637 <h3>Class Methods</h3>
638
480 <table> 639 <table>
481 <tr><td>None</td></tr> 640 <tr><td>None</td></tr>
482 </table> 641 </table>
483 <h3>Methods</h3> 642 <h3>Methods</h3>
484 <table> 643
644 <table>
645
485 <tr> 646 <tr>
486 <td><a href="#QRegExpWizardWindow.__init__">QRegExpWizardWindow</a></td> 647 <td><a href="#QRegExpWizardWindow.__init__">QRegExpWizardWindow</a></td>
487 <td>Constructor</td> 648 <td>Constructor</td>
488 </tr> 649 </tr>
489 </table> 650 </table>
490 <h3>Static Methods</h3> 651 <h3>Static Methods</h3>
491 <table> 652
492 <tr><td>None</td></tr> 653 <table>
493 </table> 654 <tr><td>None</td></tr>
655 </table>
656
494 <a NAME="QRegExpWizardWindow.__init__" ID="QRegExpWizardWindow.__init__"></a> 657 <a NAME="QRegExpWizardWindow.__init__" ID="QRegExpWizardWindow.__init__"></a>
495 <h4>QRegExpWizardWindow (Constructor)</h4> 658 <h4>QRegExpWizardWindow (Constructor)</h4>
496 <b>QRegExpWizardWindow</b>(<i>parent=None</i>) 659 <b>QRegExpWizardWindow</b>(<i>parent=None</i>)
660
497 <p> 661 <p>
498 Constructor 662 Constructor
499 </p><dl> 663 </p>
664 <dl>
665
500 <dt><i>parent</i></dt> 666 <dt><i>parent</i></dt>
501 <dd> 667 <dd>
502 reference to the parent widget (QWidget) 668 reference to the parent widget (QWidget)
503 </dd> 669 </dd>
504 </dl> 670 </dl>

eric ide

mercurial