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

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8596
d64760b2da50
child 10437
2f70ca07f0af
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric7.Plugins.WizardPlugins.ColorDialogWizard.ColorDialogWizardDialog</title>
4 <meta charset="UTF-8">
5 <link rel="stylesheet" href="styles.css">
6 </head>
7 <body>
8 <a NAME="top" ID="top"></a>
9 <h1>eric7.Plugins.WizardPlugins.ColorDialogWizard.ColorDialogWizardDialog</h1>
10
11 <p>
12 Module implementing the color dialog wizard dialog.
13 </p>
14 <h3>Global Attributes</h3>
15
16 <table>
17 <tr><td>None</td></tr>
18 </table>
19 <h3>Classes</h3>
20
21 <table>
22
23 <tr>
24 <td><a href="#ColorDialogWizardDialog">ColorDialogWizardDialog</a></td>
25 <td>Class implementing the color dialog wizard dialog.</td>
26 </tr>
27 </table>
28 <h3>Functions</h3>
29
30 <table>
31 <tr><td>None</td></tr>
32 </table>
33 <hr />
34 <hr />
35 <a NAME="ColorDialogWizardDialog" ID="ColorDialogWizardDialog"></a>
36 <h2>ColorDialogWizardDialog</h2>
37
38 <p>
39 Class implementing the color dialog wizard dialog.
40 </p>
41 <p>
42 It displays a dialog for entering the parameters
43 for the QColorDialog code generator.
44 </p>
45 <h3>Derived from</h3>
46 QDialog, Ui_ColorDialogWizardDialog
47 <h3>Class Attributes</h3>
48
49 <table>
50 <tr><td>None</td></tr>
51 </table>
52 <h3>Class Methods</h3>
53
54 <table>
55 <tr><td>None</td></tr>
56 </table>
57 <h3>Methods</h3>
58
59 <table>
60
61 <tr>
62 <td><a href="#ColorDialogWizardDialog.__init__">ColorDialogWizardDialog</a></td>
63 <td>Constructor</td>
64 </tr>
65 <tr>
66 <td><a href="#ColorDialogWizardDialog.getCode">getCode</a></td>
67 <td>Public method to get the source code.</td>
68 </tr>
69 <tr>
70 <td><a href="#ColorDialogWizardDialog.on_bTest_clicked">on_bTest_clicked</a></td>
71 <td>Private method to test the selected options.</td>
72 </tr>
73 <tr>
74 <td><a href="#ColorDialogWizardDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td>
75 <td>Private slot called by a button of the button box clicked.</td>
76 </tr>
77 <tr>
78 <td><a href="#ColorDialogWizardDialog.on_eColor_editTextChanged">on_eColor_editTextChanged</a></td>
79 <td>Private slot to handle the editTextChanged signal of eColor.</td>
80 </tr>
81 <tr>
82 <td><a href="#ColorDialogWizardDialog.on_eRGB_textChanged">on_eRGB_textChanged</a></td>
83 <td>Private slot to handle the textChanged signal of eRGB.</td>
84 </tr>
85 </table>
86 <h3>Static Methods</h3>
87
88 <table>
89 <tr><td>None</td></tr>
90 </table>
91
92 <a NAME="ColorDialogWizardDialog.__init__" ID="ColorDialogWizardDialog.__init__"></a>
93 <h4>ColorDialogWizardDialog (Constructor)</h4>
94 <b>ColorDialogWizardDialog</b>(<i>parent=None</i>)
95
96 <p>
97 Constructor
98 </p>
99 <dl>
100
101 <dt><i>parent</i></dt>
102 <dd>
103 parent widget (QWidget)
104 </dd>
105 </dl>
106 <a NAME="ColorDialogWizardDialog.getCode" ID="ColorDialogWizardDialog.getCode"></a>
107 <h4>ColorDialogWizardDialog.getCode</h4>
108 <b>getCode</b>(<i>indLevel, indString</i>)
109
110 <p>
111 Public method to get the source code.
112 </p>
113 <dl>
114
115 <dt><i>indLevel</i></dt>
116 <dd>
117 indentation level (int)
118 </dd>
119 <dt><i>indString</i></dt>
120 <dd>
121 string used for indentation (space or tab) (string)
122 </dd>
123 </dl>
124 <dl>
125 <dt>Return:</dt>
126 <dd>
127 generated code (string)
128 </dd>
129 </dl>
130 <a NAME="ColorDialogWizardDialog.on_bTest_clicked" ID="ColorDialogWizardDialog.on_bTest_clicked"></a>
131 <h4>ColorDialogWizardDialog.on_bTest_clicked</h4>
132 <b>on_bTest_clicked</b>(<i></i>)
133
134 <p>
135 Private method to test the selected options.
136 </p>
137 <a NAME="ColorDialogWizardDialog.on_buttonBox_clicked" ID="ColorDialogWizardDialog.on_buttonBox_clicked"></a>
138 <h4>ColorDialogWizardDialog.on_buttonBox_clicked</h4>
139 <b>on_buttonBox_clicked</b>(<i>button</i>)
140
141 <p>
142 Private slot called by a button of the button box clicked.
143 </p>
144 <dl>
145
146 <dt><i>button</i></dt>
147 <dd>
148 button that was clicked (QAbstractButton)
149 </dd>
150 </dl>
151 <a NAME="ColorDialogWizardDialog.on_eColor_editTextChanged" ID="ColorDialogWizardDialog.on_eColor_editTextChanged"></a>
152 <h4>ColorDialogWizardDialog.on_eColor_editTextChanged</h4>
153 <b>on_eColor_editTextChanged</b>(<i>text</i>)
154
155 <p>
156 Private slot to handle the editTextChanged signal of eColor.
157 </p>
158 <dl>
159
160 <dt><i>text</i></dt>
161 <dd>
162 the new text (string)
163 </dd>
164 </dl>
165 <a NAME="ColorDialogWizardDialog.on_eRGB_textChanged" ID="ColorDialogWizardDialog.on_eRGB_textChanged"></a>
166 <h4>ColorDialogWizardDialog.on_eRGB_textChanged</h4>
167 <b>on_eRGB_textChanged</b>(<i>text</i>)
168
169 <p>
170 Private slot to handle the textChanged signal of eRGB.
171 </p>
172 <dl>
173
174 <dt><i>text</i></dt>
175 <dd>
176 the new text (string)
177 </dd>
178 </dl>
179 <div align="right"><a href="#top">Up</a></div>
180 <hr />
181 </body></html>

eric ide

mercurial