5 <link rel="stylesheet" href="styles.css"> |
5 <link rel="stylesheet" href="styles.css"> |
6 </head> |
6 </head> |
7 <body> |
7 <body> |
8 <a NAME="top" ID="top"></a> |
8 <a NAME="top" ID="top"></a> |
9 <h1>eric7.Plugins.WizardPlugins.ColorDialogWizard.ColorDialogWizardDialog</h1> |
9 <h1>eric7.Plugins.WizardPlugins.ColorDialogWizard.ColorDialogWizardDialog</h1> |
10 |
|
11 <p> |
10 <p> |
12 Module implementing the color dialog wizard dialog. |
11 Module implementing the color dialog wizard dialog. |
13 </p> |
12 </p> |
|
13 |
14 <h3>Global Attributes</h3> |
14 <h3>Global Attributes</h3> |
15 |
|
16 <table> |
15 <table> |
17 <tr><td>None</td></tr> |
16 <tr><td>None</td></tr> |
18 </table> |
17 </table> |
|
18 |
19 <h3>Classes</h3> |
19 <h3>Classes</h3> |
20 |
|
21 <table> |
20 <table> |
22 |
|
23 <tr> |
21 <tr> |
24 <td><a href="#ColorDialogWizardDialog">ColorDialogWizardDialog</a></td> |
22 <td><a href="#ColorDialogWizardDialog">ColorDialogWizardDialog</a></td> |
25 <td>Class implementing the color dialog wizard dialog.</td> |
23 <td>Class implementing the color dialog wizard dialog.</td> |
26 </tr> |
24 </tr> |
27 </table> |
25 </table> |
|
26 |
28 <h3>Functions</h3> |
27 <h3>Functions</h3> |
29 |
|
30 <table> |
28 <table> |
31 <tr><td>None</td></tr> |
29 <tr><td>None</td></tr> |
32 </table> |
30 </table> |
|
31 |
33 <hr /> |
32 <hr /> |
34 <hr /> |
33 <hr /> |
35 <a NAME="ColorDialogWizardDialog" ID="ColorDialogWizardDialog"></a> |
34 <a NAME="ColorDialogWizardDialog" ID="ColorDialogWizardDialog"></a> |
36 <h2>ColorDialogWizardDialog</h2> |
35 <h2>ColorDialogWizardDialog</h2> |
37 |
|
38 <p> |
36 <p> |
39 Class implementing the color dialog wizard dialog. |
37 Class implementing the color dialog wizard dialog. |
40 </p> |
38 </p> |
41 <p> |
39 <p> |
42 It displays a dialog for entering the parameters |
40 It displays a dialog for entering the parameters |
43 for the QColorDialog code generator. |
41 for the QColorDialog code generator. |
44 </p> |
42 </p> |
|
43 |
45 <h3>Derived from</h3> |
44 <h3>Derived from</h3> |
46 QDialog, Ui_ColorDialogWizardDialog |
45 QDialog, Ui_ColorDialogWizardDialog |
47 <h3>Class Attributes</h3> |
46 <h3>Class Attributes</h3> |
48 |
|
49 <table> |
47 <table> |
50 <tr><td>None</td></tr> |
48 <tr><td>None</td></tr> |
51 </table> |
49 </table> |
|
50 |
52 <h3>Class Methods</h3> |
51 <h3>Class Methods</h3> |
53 |
|
54 <table> |
52 <table> |
55 <tr><td>None</td></tr> |
53 <tr><td>None</td></tr> |
56 </table> |
54 </table> |
|
55 |
57 <h3>Methods</h3> |
56 <h3>Methods</h3> |
58 |
|
59 <table> |
57 <table> |
60 |
|
61 <tr> |
58 <tr> |
62 <td><a href="#ColorDialogWizardDialog.__init__">ColorDialogWizardDialog</a></td> |
59 <td><a href="#ColorDialogWizardDialog.__init__">ColorDialogWizardDialog</a></td> |
63 <td>Constructor</td> |
60 <td>Constructor</td> |
64 </tr> |
61 </tr> |
65 <tr> |
62 <tr> |
81 <tr> |
78 <tr> |
82 <td><a href="#ColorDialogWizardDialog.on_eRGB_textChanged">on_eRGB_textChanged</a></td> |
79 <td><a href="#ColorDialogWizardDialog.on_eRGB_textChanged">on_eRGB_textChanged</a></td> |
83 <td>Private slot to handle the textChanged signal of eRGB.</td> |
80 <td>Private slot to handle the textChanged signal of eRGB.</td> |
84 </tr> |
81 </tr> |
85 </table> |
82 </table> |
|
83 |
86 <h3>Static Methods</h3> |
84 <h3>Static Methods</h3> |
87 |
|
88 <table> |
85 <table> |
89 <tr><td>None</td></tr> |
86 <tr><td>None</td></tr> |
90 </table> |
87 </table> |
91 |
88 |
|
89 |
92 <a NAME="ColorDialogWizardDialog.__init__" ID="ColorDialogWizardDialog.__init__"></a> |
90 <a NAME="ColorDialogWizardDialog.__init__" ID="ColorDialogWizardDialog.__init__"></a> |
93 <h4>ColorDialogWizardDialog (Constructor)</h4> |
91 <h4>ColorDialogWizardDialog (Constructor)</h4> |
94 <b>ColorDialogWizardDialog</b>(<i>parent=None</i>) |
92 <b>ColorDialogWizardDialog</b>(<i>parent=None</i>) |
95 |
|
96 <p> |
93 <p> |
97 Constructor |
94 Constructor |
98 </p> |
95 </p> |
|
96 |
99 <dl> |
97 <dl> |
100 |
98 |
101 <dt><i>parent</i> (QWidget)</dt> |
99 <dt><i>parent</i> (QWidget)</dt> |
102 <dd> |
100 <dd> |
103 parent widget |
101 parent widget |
104 </dd> |
102 </dd> |
105 </dl> |
103 </dl> |
106 <a NAME="ColorDialogWizardDialog.getCode" ID="ColorDialogWizardDialog.getCode"></a> |
104 <a NAME="ColorDialogWizardDialog.getCode" ID="ColorDialogWizardDialog.getCode"></a> |
107 <h4>ColorDialogWizardDialog.getCode</h4> |
105 <h4>ColorDialogWizardDialog.getCode</h4> |
108 <b>getCode</b>(<i>indLevel, indString</i>) |
106 <b>getCode</b>(<i>indLevel, indString</i>) |
109 |
|
110 <p> |
107 <p> |
111 Public method to get the source code. |
108 Public method to get the source code. |
112 </p> |
109 </p> |
|
110 |
113 <dl> |
111 <dl> |
114 |
112 |
115 <dt><i>indLevel</i> (int)</dt> |
113 <dt><i>indLevel</i> (int)</dt> |
116 <dd> |
114 <dd> |
117 indentation level |
115 indentation level |
134 </dd> |
132 </dd> |
135 </dl> |
133 </dl> |
136 <a NAME="ColorDialogWizardDialog.on_bTest_clicked" ID="ColorDialogWizardDialog.on_bTest_clicked"></a> |
134 <a NAME="ColorDialogWizardDialog.on_bTest_clicked" ID="ColorDialogWizardDialog.on_bTest_clicked"></a> |
137 <h4>ColorDialogWizardDialog.on_bTest_clicked</h4> |
135 <h4>ColorDialogWizardDialog.on_bTest_clicked</h4> |
138 <b>on_bTest_clicked</b>(<i></i>) |
136 <b>on_bTest_clicked</b>(<i></i>) |
139 |
|
140 <p> |
137 <p> |
141 Private method to test the selected options. |
138 Private method to test the selected options. |
142 </p> |
139 </p> |
|
140 |
143 <a NAME="ColorDialogWizardDialog.on_buttonBox_clicked" ID="ColorDialogWizardDialog.on_buttonBox_clicked"></a> |
141 <a NAME="ColorDialogWizardDialog.on_buttonBox_clicked" ID="ColorDialogWizardDialog.on_buttonBox_clicked"></a> |
144 <h4>ColorDialogWizardDialog.on_buttonBox_clicked</h4> |
142 <h4>ColorDialogWizardDialog.on_buttonBox_clicked</h4> |
145 <b>on_buttonBox_clicked</b>(<i>button</i>) |
143 <b>on_buttonBox_clicked</b>(<i>button</i>) |
146 |
|
147 <p> |
144 <p> |
148 Private slot called by a button of the button box clicked. |
145 Private slot called by a button of the button box clicked. |
149 </p> |
146 </p> |
|
147 |
150 <dl> |
148 <dl> |
151 |
149 |
152 <dt><i>button</i> (QAbstractButton)</dt> |
150 <dt><i>button</i> (QAbstractButton)</dt> |
153 <dd> |
151 <dd> |
154 button that was clicked |
152 button that was clicked |
155 </dd> |
153 </dd> |
156 </dl> |
154 </dl> |
157 <a NAME="ColorDialogWizardDialog.on_eColor_editTextChanged" ID="ColorDialogWizardDialog.on_eColor_editTextChanged"></a> |
155 <a NAME="ColorDialogWizardDialog.on_eColor_editTextChanged" ID="ColorDialogWizardDialog.on_eColor_editTextChanged"></a> |
158 <h4>ColorDialogWizardDialog.on_eColor_editTextChanged</h4> |
156 <h4>ColorDialogWizardDialog.on_eColor_editTextChanged</h4> |
159 <b>on_eColor_editTextChanged</b>(<i>text</i>) |
157 <b>on_eColor_editTextChanged</b>(<i>text</i>) |
160 |
|
161 <p> |
158 <p> |
162 Private slot to handle the editTextChanged signal of eColor. |
159 Private slot to handle the editTextChanged signal of eColor. |
163 </p> |
160 </p> |
|
161 |
164 <dl> |
162 <dl> |
165 |
163 |
166 <dt><i>text</i> (str)</dt> |
164 <dt><i>text</i> (str)</dt> |
167 <dd> |
165 <dd> |
168 the new text |
166 the new text |
169 </dd> |
167 </dd> |
170 </dl> |
168 </dl> |
171 <a NAME="ColorDialogWizardDialog.on_eRGB_textChanged" ID="ColorDialogWizardDialog.on_eRGB_textChanged"></a> |
169 <a NAME="ColorDialogWizardDialog.on_eRGB_textChanged" ID="ColorDialogWizardDialog.on_eRGB_textChanged"></a> |
172 <h4>ColorDialogWizardDialog.on_eRGB_textChanged</h4> |
170 <h4>ColorDialogWizardDialog.on_eRGB_textChanged</h4> |
173 <b>on_eRGB_textChanged</b>(<i>text</i>) |
171 <b>on_eRGB_textChanged</b>(<i>text</i>) |
174 |
|
175 <p> |
172 <p> |
176 Private slot to handle the textChanged signal of eRGB. |
173 Private slot to handle the textChanged signal of eRGB. |
177 </p> |
174 </p> |
|
175 |
178 <dl> |
176 <dl> |
179 |
177 |
180 <dt><i>text</i> (str)</dt> |
178 <dt><i>text</i> (str)</dt> |
181 <dd> |
179 <dd> |
182 the new text |
180 the new text |