115 <b>__addSinglesLine</b>(<i></i>) |
115 <b>__addSinglesLine</b>(<i></i>) |
116 <p> |
116 <p> |
117 Private slot to add a line of entry widgets for single characters. |
117 Private slot to add a line of entry widgets for single characters. |
118 </p><a NAME="QRegularExpressionWizardCharactersDialog.__formatCharacter" ID="QRegularExpressionWizardCharactersDialog.__formatCharacter"></a> |
118 </p><a NAME="QRegularExpressionWizardCharactersDialog.__formatCharacter" ID="QRegularExpressionWizardCharactersDialog.__formatCharacter"></a> |
119 <h4>QRegularExpressionWizardCharactersDialog.__formatCharacter</h4> |
119 <h4>QRegularExpressionWizardCharactersDialog.__formatCharacter</h4> |
120 <b>__formatCharacter</b>(<i>char, format</i>) |
120 <b>__formatCharacter</b>(<i>char, formatIdentifier</i>) |
121 <p> |
121 <p> |
122 Private method to format the characters entered into the dialog. |
122 Private method to format the characters entered into the dialog. |
123 </p><dl> |
123 </p><dl> |
124 <dt><i>char</i></dt> |
124 <dt><i>char</i></dt> |
125 <dd> |
125 <dd> |
126 character string entered into the dialog (string) |
126 character string entered into the dialog (string) |
127 </dd><dt><i>format</i></dt> |
127 </dd><dt><i>formatIdentifier</i></dt> |
128 <dd> |
128 <dd> |
129 string giving a special format (-c, -h, -i or -o) or |
129 string giving a special format (-c, -h, -i or |
130 the already formatted character (string) |
130 -o) or the already formatted character (string) |
131 </dd> |
131 </dd> |
132 </dl><dl> |
132 </dl><dl> |
133 <dt>Returns:</dt> |
133 <dt>Returns:</dt> |
134 <dd> |
134 <dd> |
135 formatted character string (string) |
135 formatted character string (string) |
139 <b>__initCharacterSelectors</b>(<i></i>) |
139 <b>__initCharacterSelectors</b>(<i></i>) |
140 <p> |
140 <p> |
141 Private method to initialize the W3C character selector entries. |
141 Private method to initialize the W3C character selector entries. |
142 </p><a NAME="QRegularExpressionWizardCharactersDialog.__performSelectedAction" ID="QRegularExpressionWizardCharactersDialog.__performSelectedAction"></a> |
142 </p><a NAME="QRegularExpressionWizardCharactersDialog.__performSelectedAction" ID="QRegularExpressionWizardCharactersDialog.__performSelectedAction"></a> |
143 <h4>QRegularExpressionWizardCharactersDialog.__performSelectedAction</h4> |
143 <h4>QRegularExpressionWizardCharactersDialog.__performSelectedAction</h4> |
144 <b>__performSelectedAction</b>(<i>format, lineedit, combo</i>) |
144 <b>__performSelectedAction</b>(<i>formatIdentifier, lineedit, combo</i>) |
145 <p> |
145 <p> |
146 Private method performing some actions depending on the input. |
146 Private method performing some actions depending on the input. |
147 </p><dl> |
147 </p><dl> |
148 <dt><i>format</i></dt> |
148 <dt><i>formatIdentifier</i></dt> |
149 <dd> |
149 <dd> |
150 format of the selected entry (string) |
150 format of the selected entry (string) |
151 </dd><dt><i>lineedit</i></dt> |
151 </dd><dt><i>lineedit</i></dt> |
152 <dd> |
152 <dd> |
153 line edit widget to act on (QLineEdit) |
153 line edit widget to act on (QLineEdit) |
168 <dd> |
168 <dd> |
169 flag indicating a singles combo (boolean) |
169 flag indicating a singles combo (boolean) |
170 </dd> |
170 </dd> |
171 </dl><a NAME="QRegularExpressionWizardCharactersDialog.__populateCharacterCombo" ID="QRegularExpressionWizardCharactersDialog.__populateCharacterCombo"></a> |
171 </dl><a NAME="QRegularExpressionWizardCharactersDialog.__populateCharacterCombo" ID="QRegularExpressionWizardCharactersDialog.__populateCharacterCombo"></a> |
172 <h4>QRegularExpressionWizardCharactersDialog.__populateCharacterCombo</h4> |
172 <h4>QRegularExpressionWizardCharactersDialog.__populateCharacterCombo</h4> |
173 <b>__populateCharacterCombo</b>(<i>combo, format</i>) |
173 <b>__populateCharacterCombo</b>(<i>combo, formatIdentifier</i>) |
174 <p> |
174 <p> |
175 Private method to populate a character selection combo. |
175 Private method to populate a character selection combo. |
176 </p><dl> |
176 </p><dl> |
177 <dt><i>combo</i></dt> |
177 <dt><i>combo</i></dt> |
178 <dd> |
178 <dd> |
179 combo box to be populated (QComboBox) |
179 combo box to be populated (QComboBox) |
180 </dd><dt><i>format</i></dt> |
180 </dd><dt><i>formatIdentifier</i></dt> |
181 <dd> |
181 <dd> |
182 format identifier (one of "-ccp", "-ccn", |
182 format identifier (one of "-ccp", "-ccn", |
183 "-cbp", "-cbn", "-csp", "-csn", "-psp", "-psn") |
183 "-cbp", "-cbn", "-csp", "-csn", "-psp", "-psn") |
184 </dd> |
184 </dd> |
185 </dl><a NAME="QRegularExpressionWizardCharactersDialog.__rangesCharTypeSelected" ID="QRegularExpressionWizardCharactersDialog.__rangesCharTypeSelected"></a> |
185 </dl><a NAME="QRegularExpressionWizardCharactersDialog.__rangesCharTypeSelected" ID="QRegularExpressionWizardCharactersDialog.__rangesCharTypeSelected"></a> |