112 <p> |
112 <p> |
113 Constructor |
113 Constructor |
114 </p> |
114 </p> |
115 <dl> |
115 <dl> |
116 |
116 |
117 <dt><i>parent</i></dt> |
117 <dt><i>parent</i> (QWidget)</dt> |
118 <dd> |
118 <dd> |
119 reference to the parent widget (QWidget) |
119 reference to the parent widget |
120 </dd> |
120 </dd> |
121 </dl> |
121 </dl> |
122 <a NAME="QRegularExpressionWizardCharactersDialog.__addRangesLine" ID="QRegularExpressionWizardCharactersDialog.__addRangesLine"></a> |
122 <a NAME="QRegularExpressionWizardCharactersDialog.__addRangesLine" ID="QRegularExpressionWizardCharactersDialog.__addRangesLine"></a> |
123 <h4>QRegularExpressionWizardCharactersDialog.__addRangesLine</h4> |
123 <h4>QRegularExpressionWizardCharactersDialog.__addRangesLine</h4> |
124 <b>__addRangesLine</b>(<i></i>) |
124 <b>__addRangesLine</b>(<i></i>) |
140 <p> |
140 <p> |
141 Private method to format the characters entered into the dialog. |
141 Private method to format the characters entered into the dialog. |
142 </p> |
142 </p> |
143 <dl> |
143 <dl> |
144 |
144 |
145 <dt><i>char</i></dt> |
145 <dt><i>char</i> (str)</dt> |
146 <dd> |
146 <dd> |
147 character string entered into the dialog (string) |
147 character string entered into the dialog |
148 </dd> |
148 </dd> |
149 <dt><i>formatIdentifier</i></dt> |
149 <dt><i>formatIdentifier</i> (str)</dt> |
150 <dd> |
150 <dd> |
151 string giving a special format (-c, -h, -i or |
151 string giving a special format (-c, -h, -i or |
152 -o) or the already formatted character (string) |
152 -o) or the already formatted character |
153 </dd> |
153 </dd> |
154 </dl> |
154 </dl> |
155 <dl> |
155 <dl> |
156 <dt>Return:</dt> |
156 <dt>Return:</dt> |
157 <dd> |
157 <dd> |
158 formatted character string (string) |
158 formatted character string |
|
159 </dd> |
|
160 </dl> |
|
161 <dl> |
|
162 <dt>Return Type:</dt> |
|
163 <dd> |
|
164 str |
159 </dd> |
165 </dd> |
160 </dl> |
166 </dl> |
161 <a NAME="QRegularExpressionWizardCharactersDialog.__initCharacterSelectors" ID="QRegularExpressionWizardCharactersDialog.__initCharacterSelectors"></a> |
167 <a NAME="QRegularExpressionWizardCharactersDialog.__initCharacterSelectors" ID="QRegularExpressionWizardCharactersDialog.__initCharacterSelectors"></a> |
162 <h4>QRegularExpressionWizardCharactersDialog.__initCharacterSelectors</h4> |
168 <h4>QRegularExpressionWizardCharactersDialog.__initCharacterSelectors</h4> |
163 <b>__initCharacterSelectors</b>(<i></i>) |
169 <b>__initCharacterSelectors</b>(<i></i>) |
172 <p> |
178 <p> |
173 Private method performing some actions depending on the input. |
179 Private method performing some actions depending on the input. |
174 </p> |
180 </p> |
175 <dl> |
181 <dl> |
176 |
182 |
177 <dt><i>formatIdentifier</i></dt> |
183 <dt><i>formatIdentifier</i> (str)</dt> |
178 <dd> |
184 <dd> |
179 format of the selected entry (string) |
185 format of the selected entry |
180 </dd> |
186 </dd> |
181 <dt><i>lineedit</i></dt> |
187 <dt><i>lineedit</i> (QLineEdit)</dt> |
182 <dd> |
188 <dd> |
183 line edit widget to act on (QLineEdit) |
189 line edit widget to act on |
184 </dd> |
190 </dd> |
185 <dt><i>combo</i></dt> |
191 <dt><i>combo</i> (QComboBox)</dt> |
186 <dd> |
192 <dd> |
187 combo box widget to act on (QComboBox) |
193 combo box widget to act on |
188 </dd> |
194 </dd> |
189 </dl> |
195 </dl> |
190 <a NAME="QRegularExpressionWizardCharactersDialog.__populateCharTypeCombo" ID="QRegularExpressionWizardCharactersDialog.__populateCharTypeCombo"></a> |
196 <a NAME="QRegularExpressionWizardCharactersDialog.__populateCharTypeCombo" ID="QRegularExpressionWizardCharactersDialog.__populateCharTypeCombo"></a> |
191 <h4>QRegularExpressionWizardCharactersDialog.__populateCharTypeCombo</h4> |
197 <h4>QRegularExpressionWizardCharactersDialog.__populateCharTypeCombo</h4> |
192 <b>__populateCharTypeCombo</b>(<i>combo, isSingle</i>) |
198 <b>__populateCharTypeCombo</b>(<i>combo, isSingle</i>) |
194 <p> |
200 <p> |
195 Private method to populate a given character type selection combo box. |
201 Private method to populate a given character type selection combo box. |
196 </p> |
202 </p> |
197 <dl> |
203 <dl> |
198 |
204 |
199 <dt><i>combo</i></dt> |
205 <dt><i>combo</i> (QComboBox)</dt> |
200 <dd> |
206 <dd> |
201 reference to the combo box to be populated (QComboBox) |
207 reference to the combo box to be populated |
202 </dd> |
208 </dd> |
203 <dt><i>isSingle</i></dt> |
209 <dt><i>isSingle</i> (bool)</dt> |
204 <dd> |
210 <dd> |
205 flag indicating a singles combo (boolean) |
211 flag indicating a singles combo |
206 </dd> |
212 </dd> |
207 </dl> |
213 </dl> |
208 <a NAME="QRegularExpressionWizardCharactersDialog.__populateCharacterCombo" ID="QRegularExpressionWizardCharactersDialog.__populateCharacterCombo"></a> |
214 <a NAME="QRegularExpressionWizardCharactersDialog.__populateCharacterCombo" ID="QRegularExpressionWizardCharactersDialog.__populateCharacterCombo"></a> |
209 <h4>QRegularExpressionWizardCharactersDialog.__populateCharacterCombo</h4> |
215 <h4>QRegularExpressionWizardCharactersDialog.__populateCharacterCombo</h4> |
210 <b>__populateCharacterCombo</b>(<i>combo, formatIdentifier</i>) |
216 <b>__populateCharacterCombo</b>(<i>combo, formatIdentifier</i>) |
212 <p> |
218 <p> |
213 Private method to populate a character selection combo. |
219 Private method to populate a character selection combo. |
214 </p> |
220 </p> |
215 <dl> |
221 <dl> |
216 |
222 |
217 <dt><i>combo</i></dt> |
223 <dt><i>combo</i> (QComboBox)</dt> |
218 <dd> |
224 <dd> |
219 combo box to be populated (QComboBox) |
225 combo box to be populated |
220 </dd> |
226 </dd> |
221 <dt><i>formatIdentifier</i></dt> |
227 <dt><i>formatIdentifier</i> (str)</dt> |
222 <dd> |
228 <dd> |
223 format identifier (one of "-ccp", "-ccn", |
229 format identifier (one of "-ccp", "-ccn", |
224 "-cbp", "-cbn", "-csp", "-csn", "-psp", "-psn") |
230 "-cbp", "-cbn", "-csp", "-csn", "-psp", "-psn") |
225 </dd> |
231 </dd> |
226 </dl> |
232 </dl> |