src/eric7/Documentation/Source/eric7.Plugins.WizardPlugins.ColorDialogWizard.ColorDialogWizardDialog.html

branch
eric7
changeset 10437
2f70ca07f0af
parent 9209
b99e7fd55fd3
child 10479
856476537696
equal deleted inserted replaced
10436:f6881d10e995 10437:2f70ca07f0af
96 <p> 96 <p>
97 Constructor 97 Constructor
98 </p> 98 </p>
99 <dl> 99 <dl>
100 100
101 <dt><i>parent</i></dt> 101 <dt><i>parent</i> (QWidget)</dt>
102 <dd> 102 <dd>
103 parent widget (QWidget) 103 parent widget
104 </dd> 104 </dd>
105 </dl> 105 </dl>
106 <a NAME="ColorDialogWizardDialog.getCode" ID="ColorDialogWizardDialog.getCode"></a> 106 <a NAME="ColorDialogWizardDialog.getCode" ID="ColorDialogWizardDialog.getCode"></a>
107 <h4>ColorDialogWizardDialog.getCode</h4> 107 <h4>ColorDialogWizardDialog.getCode</h4>
108 <b>getCode</b>(<i>indLevel, indString</i>) 108 <b>getCode</b>(<i>indLevel, indString</i>)
110 <p> 110 <p>
111 Public method to get the source code. 111 Public method to get the source code.
112 </p> 112 </p>
113 <dl> 113 <dl>
114 114
115 <dt><i>indLevel</i></dt> 115 <dt><i>indLevel</i> (int)</dt>
116 <dd> 116 <dd>
117 indentation level (int) 117 indentation level
118 </dd> 118 </dd>
119 <dt><i>indString</i></dt> 119 <dt><i>indString</i> (str)</dt>
120 <dd> 120 <dd>
121 string used for indentation (space or tab) (string) 121 string used for indentation (space or tab)
122 </dd> 122 </dd>
123 </dl> 123 </dl>
124 <dl> 124 <dl>
125 <dt>Return:</dt> 125 <dt>Return:</dt>
126 <dd> 126 <dd>
127 generated code (string) 127 generated code
128 </dd>
129 </dl>
130 <dl>
131 <dt>Return Type:</dt>
132 <dd>
133 str
128 </dd> 134 </dd>
129 </dl> 135 </dl>
130 <a NAME="ColorDialogWizardDialog.on_bTest_clicked" ID="ColorDialogWizardDialog.on_bTest_clicked"></a> 136 <a NAME="ColorDialogWizardDialog.on_bTest_clicked" ID="ColorDialogWizardDialog.on_bTest_clicked"></a>
131 <h4>ColorDialogWizardDialog.on_bTest_clicked</h4> 137 <h4>ColorDialogWizardDialog.on_bTest_clicked</h4>
132 <b>on_bTest_clicked</b>(<i></i>) 138 <b>on_bTest_clicked</b>(<i></i>)
141 <p> 147 <p>
142 Private slot called by a button of the button box clicked. 148 Private slot called by a button of the button box clicked.
143 </p> 149 </p>
144 <dl> 150 <dl>
145 151
146 <dt><i>button</i></dt> 152 <dt><i>button</i> (QAbstractButton)</dt>
147 <dd> 153 <dd>
148 button that was clicked (QAbstractButton) 154 button that was clicked
149 </dd> 155 </dd>
150 </dl> 156 </dl>
151 <a NAME="ColorDialogWizardDialog.on_eColor_editTextChanged" ID="ColorDialogWizardDialog.on_eColor_editTextChanged"></a> 157 <a NAME="ColorDialogWizardDialog.on_eColor_editTextChanged" ID="ColorDialogWizardDialog.on_eColor_editTextChanged"></a>
152 <h4>ColorDialogWizardDialog.on_eColor_editTextChanged</h4> 158 <h4>ColorDialogWizardDialog.on_eColor_editTextChanged</h4>
153 <b>on_eColor_editTextChanged</b>(<i>text</i>) 159 <b>on_eColor_editTextChanged</b>(<i>text</i>)
155 <p> 161 <p>
156 Private slot to handle the editTextChanged signal of eColor. 162 Private slot to handle the editTextChanged signal of eColor.
157 </p> 163 </p>
158 <dl> 164 <dl>
159 165
160 <dt><i>text</i></dt> 166 <dt><i>text</i> (str)</dt>
161 <dd> 167 <dd>
162 the new text (string) 168 the new text
163 </dd> 169 </dd>
164 </dl> 170 </dl>
165 <a NAME="ColorDialogWizardDialog.on_eRGB_textChanged" ID="ColorDialogWizardDialog.on_eRGB_textChanged"></a> 171 <a NAME="ColorDialogWizardDialog.on_eRGB_textChanged" ID="ColorDialogWizardDialog.on_eRGB_textChanged"></a>
166 <h4>ColorDialogWizardDialog.on_eRGB_textChanged</h4> 172 <h4>ColorDialogWizardDialog.on_eRGB_textChanged</h4>
167 <b>on_eRGB_textChanged</b>(<i>text</i>) 173 <b>on_eRGB_textChanged</b>(<i>text</i>)
169 <p> 175 <p>
170 Private slot to handle the textChanged signal of eRGB. 176 Private slot to handle the textChanged signal of eRGB.
171 </p> 177 </p>
172 <dl> 178 <dl>
173 179
174 <dt><i>text</i></dt> 180 <dt><i>text</i> (str)</dt>
175 <dd> 181 <dd>
176 the new text (string) 182 the new text
177 </dd> 183 </dd>
178 </dl> 184 </dl>
179 <div align="right"><a href="#top">Up</a></div> 185 <div align="right"><a href="#top">Up</a></div>
180 <hr /> 186 <hr />
181 </body></html> 187 </body></html>

eric ide

mercurial