Documentation/Source/eric6.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardCharactersDialog.html

changeset 6123
39cd368143db
parent 3673
e26d7d0c1088
--- a/Documentation/Source/eric6.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardCharactersDialog.html	Thu Feb 08 18:57:11 2018 +0100
+++ b/Documentation/Source/eric6.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardCharactersDialog.html	Thu Feb 08 18:58:07 2018 +0100
@@ -139,25 +139,31 @@
 </dd>
 </dl><a NAME="PyRegExpWizardCharactersDialog.__rangesCharTypeSelected" ID="PyRegExpWizardCharactersDialog.__rangesCharTypeSelected"></a>
 <h4>PyRegExpWizardCharactersDialog.__rangesCharTypeSelected</h4>
-<b>__rangesCharTypeSelected</b>(<i>index</i>)
+<b>__rangesCharTypeSelected</b>(<i>index, combo</i>)
 <p>
         Private slot to handle the activated(int) signal of the char ranges
         combo boxes.
 </p><dl>
-<dt><i>index</i></dt>
+<dt><i>index</i> (int)</dt>
 <dd>
-selected list index (integer)
+selected list index
+</dd><dt><i>combo</i> (QComboBox)</dt>
+<dd>
+reference to the combo box
 </dd>
 </dl><a NAME="PyRegExpWizardCharactersDialog.__singlesCharTypeSelected" ID="PyRegExpWizardCharactersDialog.__singlesCharTypeSelected"></a>
 <h4>PyRegExpWizardCharactersDialog.__singlesCharTypeSelected</h4>
-<b>__singlesCharTypeSelected</b>(<i>index</i>)
+<b>__singlesCharTypeSelected</b>(<i>index, combo</i>)
 <p>
         Private slot to handle the activated(int) signal of the single chars
         combo boxes.
 </p><dl>
-<dt><i>index</i></dt>
+<dt><i>index</i> (int)</dt>
 <dd>
-selected list index (integer)
+selected list index
+</dd><dt><i>combo</i> (QComboBox)</dt>
+<dd>
+reference to the combo box
 </dd>
 </dl><a NAME="PyRegExpWizardCharactersDialog.getCharacters" ID="PyRegExpWizardCharactersDialog.getCharacters"></a>
 <h4>PyRegExpWizardCharactersDialog.getCharacters</h4>

eric ide

mercurial