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

changeset 5606
da305d172769
parent 3673
e26d7d0c1088
child 6123
39cd368143db
equal deleted inserted replaced
5605:1950fe1a32c4 5606:da305d172769
119 <b>__addSinglesLine</b>(<i></i>) 119 <b>__addSinglesLine</b>(<i></i>)
120 <p> 120 <p>
121 Private slot to add a line of entry widgets for single characters. 121 Private slot to add a line of entry widgets for single characters.
122 </p><a NAME="QRegExpWizardCharactersDialog.__formatCharacter" ID="QRegExpWizardCharactersDialog.__formatCharacter"></a> 122 </p><a NAME="QRegExpWizardCharactersDialog.__formatCharacter" ID="QRegExpWizardCharactersDialog.__formatCharacter"></a>
123 <h4>QRegExpWizardCharactersDialog.__formatCharacter</h4> 123 <h4>QRegExpWizardCharactersDialog.__formatCharacter</h4>
124 <b>__formatCharacter</b>(<i>char, format</i>) 124 <b>__formatCharacter</b>(<i>char, formatIdentifier</i>)
125 <p> 125 <p>
126 Private method to format the characters entered into the dialog. 126 Private method to format the characters entered into the dialog.
127 </p><dl> 127 </p><dl>
128 <dt><i>char</i></dt> 128 <dt><i>char</i></dt>
129 <dd> 129 <dd>
130 character string entered into the dialog (string) 130 character string entered into the dialog (string)
131 </dd><dt><i>format</i></dt> 131 </dd><dt><i>formatIdentifier</i></dt>
132 <dd> 132 <dd>
133 string giving a special format (-c, -h, -i or -o) or 133 string giving a special format (-c, -h, -i or
134 the already formatted character (string) 134 -o) or the already formatted character (string)
135 </dd> 135 </dd>
136 </dl><dl> 136 </dl><dl>
137 <dt>Returns:</dt> 137 <dt>Returns:</dt>
138 <dd> 138 <dd>
139 formatted character string (string) 139 formatted character string (string)
143 <b>__initCharacterSelectors</b>(<i></i>) 143 <b>__initCharacterSelectors</b>(<i></i>)
144 <p> 144 <p>
145 Private method to initialize the W3C character selector entries. 145 Private method to initialize the W3C character selector entries.
146 </p><a NAME="QRegExpWizardCharactersDialog.__performSelectedAction" ID="QRegExpWizardCharactersDialog.__performSelectedAction"></a> 146 </p><a NAME="QRegExpWizardCharactersDialog.__performSelectedAction" ID="QRegExpWizardCharactersDialog.__performSelectedAction"></a>
147 <h4>QRegExpWizardCharactersDialog.__performSelectedAction</h4> 147 <h4>QRegExpWizardCharactersDialog.__performSelectedAction</h4>
148 <b>__performSelectedAction</b>(<i>format, lineedit, combo</i>) 148 <b>__performSelectedAction</b>(<i>formatIdentifier, lineedit, combo</i>)
149 <p> 149 <p>
150 Private method performing some actions depending on the input. 150 Private method performing some actions depending on the input.
151 </p><dl> 151 </p><dl>
152 <dt><i>format</i></dt> 152 <dt><i>formatIdentifier</i></dt>
153 <dd> 153 <dd>
154 format of the selected entry (string) 154 format of the selected entry (string)
155 </dd><dt><i>lineedit</i></dt> 155 </dd><dt><i>lineedit</i></dt>
156 <dd> 156 <dd>
157 line edit widget to act on (QLineEdit) 157 line edit widget to act on (QLineEdit)
172 <dd> 172 <dd>
173 flag indicating a singles combo (boolean) 173 flag indicating a singles combo (boolean)
174 </dd> 174 </dd>
175 </dl><a NAME="QRegExpWizardCharactersDialog.__populateW3cCharacterCombo" ID="QRegExpWizardCharactersDialog.__populateW3cCharacterCombo"></a> 175 </dl><a NAME="QRegExpWizardCharactersDialog.__populateW3cCharacterCombo" ID="QRegExpWizardCharactersDialog.__populateW3cCharacterCombo"></a>
176 <h4>QRegExpWizardCharactersDialog.__populateW3cCharacterCombo</h4> 176 <h4>QRegExpWizardCharactersDialog.__populateW3cCharacterCombo</h4>
177 <b>__populateW3cCharacterCombo</b>(<i>combo, format</i>) 177 <b>__populateW3cCharacterCombo</b>(<i>combo, formatIdentifier</i>)
178 <p> 178 <p>
179 Private method to populate a W3C character selection combo. 179 Private method to populate a W3C character selection combo.
180 </p><dl> 180 </p><dl>
181 <dt><i>combo</i></dt> 181 <dt><i>combo</i></dt>
182 <dd> 182 <dd>
183 combo box to be populated (QComboBox) 183 combo box to be populated (QComboBox)
184 </dd><dt><i>format</i></dt> 184 </dd><dt><i>formatIdentifier</i></dt>
185 <dd> 185 <dd>
186 format identifier (one of "-ccp", "-ccn", "-cbp", "-cbn") 186 format identifier (one of "-ccp", "-ccn",
187 "-cbp", "-cbn")
187 </dd> 188 </dd>
188 </dl><a NAME="QRegExpWizardCharactersDialog.__rangesCharTypeSelected" ID="QRegExpWizardCharactersDialog.__rangesCharTypeSelected"></a> 189 </dl><a NAME="QRegExpWizardCharactersDialog.__rangesCharTypeSelected" ID="QRegExpWizardCharactersDialog.__rangesCharTypeSelected"></a>
189 <h4>QRegExpWizardCharactersDialog.__rangesCharTypeSelected</h4> 190 <h4>QRegExpWizardCharactersDialog.__rangesCharTypeSelected</h4>
190 <b>__rangesCharTypeSelected</b>(<i>index</i>) 191 <b>__rangesCharTypeSelected</b>(<i>index</i>)
191 <p> 192 <p>

eric ide

mercurial