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

changeset 5606
da305d172769
parent 3673
e26d7d0c1088
child 6123
39cd368143db
--- a/Documentation/Source/eric6.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardCharactersDialog.html	Sat Mar 11 19:17:59 2017 +0100
+++ b/Documentation/Source/eric6.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardCharactersDialog.html	Sat Mar 11 19:18:57 2017 +0100
@@ -121,17 +121,17 @@
         Private slot to add a line of entry widgets for single characters.
 </p><a NAME="QRegExpWizardCharactersDialog.__formatCharacter" ID="QRegExpWizardCharactersDialog.__formatCharacter"></a>
 <h4>QRegExpWizardCharactersDialog.__formatCharacter</h4>
-<b>__formatCharacter</b>(<i>char, format</i>)
+<b>__formatCharacter</b>(<i>char, formatIdentifier</i>)
 <p>
         Private method to format the characters entered into the dialog.
 </p><dl>
 <dt><i>char</i></dt>
 <dd>
 character string entered into the dialog (string)
-</dd><dt><i>format</i></dt>
+</dd><dt><i>formatIdentifier</i></dt>
 <dd>
-string giving a special format (-c, -h, -i or -o) or
-            the already formatted character (string)
+string giving a special format (-c, -h, -i or
+            -o) or the already formatted character (string)
 </dd>
 </dl><dl>
 <dt>Returns:</dt>
@@ -145,11 +145,11 @@
         Private method to initialize the W3C character selector entries.
 </p><a NAME="QRegExpWizardCharactersDialog.__performSelectedAction" ID="QRegExpWizardCharactersDialog.__performSelectedAction"></a>
 <h4>QRegExpWizardCharactersDialog.__performSelectedAction</h4>
-<b>__performSelectedAction</b>(<i>format, lineedit, combo</i>)
+<b>__performSelectedAction</b>(<i>formatIdentifier, lineedit, combo</i>)
 <p>
         Private method performing some actions depending on the input.
 </p><dl>
-<dt><i>format</i></dt>
+<dt><i>formatIdentifier</i></dt>
 <dd>
 format of the selected entry (string)
 </dd><dt><i>lineedit</i></dt>
@@ -174,16 +174,17 @@
 </dd>
 </dl><a NAME="QRegExpWizardCharactersDialog.__populateW3cCharacterCombo" ID="QRegExpWizardCharactersDialog.__populateW3cCharacterCombo"></a>
 <h4>QRegExpWizardCharactersDialog.__populateW3cCharacterCombo</h4>
-<b>__populateW3cCharacterCombo</b>(<i>combo, format</i>)
+<b>__populateW3cCharacterCombo</b>(<i>combo, formatIdentifier</i>)
 <p>
         Private method to populate a W3C character selection combo.
 </p><dl>
 <dt><i>combo</i></dt>
 <dd>
 combo box to be populated (QComboBox)
-</dd><dt><i>format</i></dt>
+</dd><dt><i>formatIdentifier</i></dt>
 <dd>
-format identifier (one of "-ccp", "-ccn", "-cbp", "-cbn")
+format identifier (one of "-ccp", "-ccn",
+            "-cbp", "-cbn")
 </dd>
 </dl><a NAME="QRegExpWizardCharactersDialog.__rangesCharTypeSelected" ID="QRegExpWizardCharactersDialog.__rangesCharTypeSelected"></a>
 <h4>QRegExpWizardCharactersDialog.__rangesCharTypeSelected</h4>

eric ide

mercurial