eric6/Documentation/Source/eric6.Plugins.WizardPlugins.ColorDialogWizard.ColorDialogWizardDialog.html

changeset 6942
2602857055c5
parent 3673
e26d7d0c1088
child 7273
391d6b7b1eff
equal deleted inserted replaced
6941:f99d60d6b59b 6942:2602857055c5
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric6.Plugins.WizardPlugins.ColorDialogWizard.ColorDialogWizardDialog</title>
4 <meta charset="UTF-8">
5 <style>
6 body {
7 background: #EDECE6;
8 margin: 0em 1em 10em 1em;
9 color: black;
10 }
11
12 h1 { color: white; background: #85774A; }
13 h2 { color: white; background: #85774A; }
14 h3 { color: white; background: #9D936E; }
15 h4 { color: white; background: #9D936E; }
16
17 a { color: #BA6D36; }
18
19 </style>
20 </head>
21 <body><a NAME="top" ID="top"></a>
22 <h1>eric6.Plugins.WizardPlugins.ColorDialogWizard.ColorDialogWizardDialog</h1>
23 <p>
24 Module implementing the color dialog wizard dialog.
25 </p>
26 <h3>Global Attributes</h3>
27 <table>
28 <tr><td>None</td></tr>
29 </table>
30 <h3>Classes</h3>
31 <table>
32 <tr>
33 <td><a href="#ColorDialogWizardDialog">ColorDialogWizardDialog</a></td>
34 <td>Class implementing the color dialog wizard dialog.</td>
35 </tr>
36 </table>
37 <h3>Functions</h3>
38 <table>
39 <tr><td>None</td></tr>
40 </table>
41 <hr /><hr />
42 <a NAME="ColorDialogWizardDialog" ID="ColorDialogWizardDialog"></a>
43 <h2>ColorDialogWizardDialog</h2>
44 <p>
45 Class implementing the color dialog wizard dialog.
46 </p><p>
47 It displays a dialog for entering the parameters
48 for the QColorDialog code generator.
49 </p>
50 <h3>Derived from</h3>
51 QDialog, Ui_ColorDialogWizardDialog
52 <h3>Class Attributes</h3>
53 <table>
54 <tr><td>None</td></tr>
55 </table>
56 <h3>Class Methods</h3>
57 <table>
58 <tr><td>None</td></tr>
59 </table>
60 <h3>Methods</h3>
61 <table>
62 <tr>
63 <td><a href="#ColorDialogWizardDialog.__init__">ColorDialogWizardDialog</a></td>
64 <td>Constructor</td>
65 </tr><tr>
66 <td><a href="#ColorDialogWizardDialog.getCode">getCode</a></td>
67 <td>Public method to get the source code.</td>
68 </tr><tr>
69 <td><a href="#ColorDialogWizardDialog.on_bTest_clicked">on_bTest_clicked</a></td>
70 <td>Private method to test the selected options.</td>
71 </tr><tr>
72 <td><a href="#ColorDialogWizardDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td>
73 <td>Private slot called by a button of the button box clicked.</td>
74 </tr><tr>
75 <td><a href="#ColorDialogWizardDialog.on_eColor_editTextChanged">on_eColor_editTextChanged</a></td>
76 <td>Private slot to handle the editTextChanged signal of eColor.</td>
77 </tr><tr>
78 <td><a href="#ColorDialogWizardDialog.on_eRGB_textChanged">on_eRGB_textChanged</a></td>
79 <td>Private slot to handle the textChanged signal of eRGB.</td>
80 </tr>
81 </table>
82 <h3>Static Methods</h3>
83 <table>
84 <tr><td>None</td></tr>
85 </table>
86 <a NAME="ColorDialogWizardDialog.__init__" ID="ColorDialogWizardDialog.__init__"></a>
87 <h4>ColorDialogWizardDialog (Constructor)</h4>
88 <b>ColorDialogWizardDialog</b>(<i>parent=None</i>)
89 <p>
90 Constructor
91 </p><dl>
92 <dt><i>parent</i></dt>
93 <dd>
94 parent widget (QWidget)
95 </dd>
96 </dl><a NAME="ColorDialogWizardDialog.getCode" ID="ColorDialogWizardDialog.getCode"></a>
97 <h4>ColorDialogWizardDialog.getCode</h4>
98 <b>getCode</b>(<i>indLevel, indString</i>)
99 <p>
100 Public method to get the source code.
101 </p><dl>
102 <dt><i>indLevel</i></dt>
103 <dd>
104 indentation level (int)
105 </dd><dt><i>indString</i></dt>
106 <dd>
107 string used for indentation (space or tab) (string)
108 </dd>
109 </dl><dl>
110 <dt>Returns:</dt>
111 <dd>
112 generated code (string)
113 </dd>
114 </dl><a NAME="ColorDialogWizardDialog.on_bTest_clicked" ID="ColorDialogWizardDialog.on_bTest_clicked"></a>
115 <h4>ColorDialogWizardDialog.on_bTest_clicked</h4>
116 <b>on_bTest_clicked</b>(<i></i>)
117 <p>
118 Private method to test the selected options.
119 </p><a NAME="ColorDialogWizardDialog.on_buttonBox_clicked" ID="ColorDialogWizardDialog.on_buttonBox_clicked"></a>
120 <h4>ColorDialogWizardDialog.on_buttonBox_clicked</h4>
121 <b>on_buttonBox_clicked</b>(<i>button</i>)
122 <p>
123 Private slot called by a button of the button box clicked.
124 </p><dl>
125 <dt><i>button</i></dt>
126 <dd>
127 button that was clicked (QAbstractButton)
128 </dd>
129 </dl><a NAME="ColorDialogWizardDialog.on_eColor_editTextChanged" ID="ColorDialogWizardDialog.on_eColor_editTextChanged"></a>
130 <h4>ColorDialogWizardDialog.on_eColor_editTextChanged</h4>
131 <b>on_eColor_editTextChanged</b>(<i>text</i>)
132 <p>
133 Private slot to handle the editTextChanged signal of eColor.
134 </p><dl>
135 <dt><i>text</i></dt>
136 <dd>
137 the new text (string)
138 </dd>
139 </dl><a NAME="ColorDialogWizardDialog.on_eRGB_textChanged" ID="ColorDialogWizardDialog.on_eRGB_textChanged"></a>
140 <h4>ColorDialogWizardDialog.on_eRGB_textChanged</h4>
141 <b>on_eRGB_textChanged</b>(<i>text</i>)
142 <p>
143 Private slot to handle the textChanged signal of eRGB.
144 </p><dl>
145 <dt><i>text</i></dt>
146 <dd>
147 the new text (string)
148 </dd>
149 </dl>
150 <div align="right"><a href="#top">Up</a></div>
151 <hr />
152 </body></html>

eric ide

mercurial