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

changeset 7273
391d6b7b1eff
parent 6942
2602857055c5
child 7989
a21d673a8f99
equal deleted inserted replaced
7272:1779dc278077 7273:391d6b7b1eff
16 16
17 a { color: #BA6D36; } 17 a { color: #BA6D36; }
18 18
19 </style> 19 </style>
20 </head> 20 </head>
21 <body><a NAME="top" ID="top"></a> 21 <body>
22 <a NAME="top" ID="top"></a>
22 <h1>eric6.Plugins.WizardPlugins.ColorDialogWizard.ColorDialogWizardDialog</h1> 23 <h1>eric6.Plugins.WizardPlugins.ColorDialogWizard.ColorDialogWizardDialog</h1>
24
23 <p> 25 <p>
24 Module implementing the color dialog wizard dialog. 26 Module implementing the color dialog wizard dialog.
25 </p> 27 </p>
26 <h3>Global Attributes</h3> 28 <h3>Global Attributes</h3>
29
27 <table> 30 <table>
28 <tr><td>None</td></tr> 31 <tr><td>None</td></tr>
29 </table> 32 </table>
30 <h3>Classes</h3> 33 <h3>Classes</h3>
34
31 <table> 35 <table>
36
32 <tr> 37 <tr>
33 <td><a href="#ColorDialogWizardDialog">ColorDialogWizardDialog</a></td> 38 <td><a href="#ColorDialogWizardDialog">ColorDialogWizardDialog</a></td>
34 <td>Class implementing the color dialog wizard dialog.</td> 39 <td>Class implementing the color dialog wizard dialog.</td>
35 </tr> 40 </tr>
36 </table> 41 </table>
37 <h3>Functions</h3> 42 <h3>Functions</h3>
43
38 <table> 44 <table>
39 <tr><td>None</td></tr> 45 <tr><td>None</td></tr>
40 </table> 46 </table>
41 <hr /><hr /> 47 <hr />
48 <hr />
42 <a NAME="ColorDialogWizardDialog" ID="ColorDialogWizardDialog"></a> 49 <a NAME="ColorDialogWizardDialog" ID="ColorDialogWizardDialog"></a>
43 <h2>ColorDialogWizardDialog</h2> 50 <h2>ColorDialogWizardDialog</h2>
51
44 <p> 52 <p>
45 Class implementing the color dialog wizard dialog. 53 Class implementing the color dialog wizard dialog.
46 </p><p> 54 </p>
55 <p>
47 It displays a dialog for entering the parameters 56 It displays a dialog for entering the parameters
48 for the QColorDialog code generator. 57 for the QColorDialog code generator.
49 </p> 58 </p>
50 <h3>Derived from</h3> 59 <h3>Derived from</h3>
51 QDialog, Ui_ColorDialogWizardDialog 60 QDialog, Ui_ColorDialogWizardDialog
52 <h3>Class Attributes</h3> 61 <h3>Class Attributes</h3>
62
53 <table> 63 <table>
54 <tr><td>None</td></tr> 64 <tr><td>None</td></tr>
55 </table> 65 </table>
56 <h3>Class Methods</h3> 66 <h3>Class Methods</h3>
67
57 <table> 68 <table>
58 <tr><td>None</td></tr> 69 <tr><td>None</td></tr>
59 </table> 70 </table>
60 <h3>Methods</h3> 71 <h3>Methods</h3>
72
61 <table> 73 <table>
74
62 <tr> 75 <tr>
63 <td><a href="#ColorDialogWizardDialog.__init__">ColorDialogWizardDialog</a></td> 76 <td><a href="#ColorDialogWizardDialog.__init__">ColorDialogWizardDialog</a></td>
64 <td>Constructor</td> 77 <td>Constructor</td>
65 </tr><tr> 78 </tr>
79 <tr>
66 <td><a href="#ColorDialogWizardDialog.getCode">getCode</a></td> 80 <td><a href="#ColorDialogWizardDialog.getCode">getCode</a></td>
67 <td>Public method to get the source code.</td> 81 <td>Public method to get the source code.</td>
68 </tr><tr> 82 </tr>
83 <tr>
69 <td><a href="#ColorDialogWizardDialog.on_bTest_clicked">on_bTest_clicked</a></td> 84 <td><a href="#ColorDialogWizardDialog.on_bTest_clicked">on_bTest_clicked</a></td>
70 <td>Private method to test the selected options.</td> 85 <td>Private method to test the selected options.</td>
71 </tr><tr> 86 </tr>
87 <tr>
72 <td><a href="#ColorDialogWizardDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> 88 <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> 89 <td>Private slot called by a button of the button box clicked.</td>
74 </tr><tr> 90 </tr>
91 <tr>
75 <td><a href="#ColorDialogWizardDialog.on_eColor_editTextChanged">on_eColor_editTextChanged</a></td> 92 <td><a href="#ColorDialogWizardDialog.on_eColor_editTextChanged">on_eColor_editTextChanged</a></td>
76 <td>Private slot to handle the editTextChanged signal of eColor.</td> 93 <td>Private slot to handle the editTextChanged signal of eColor.</td>
77 </tr><tr> 94 </tr>
95 <tr>
78 <td><a href="#ColorDialogWizardDialog.on_eRGB_textChanged">on_eRGB_textChanged</a></td> 96 <td><a href="#ColorDialogWizardDialog.on_eRGB_textChanged">on_eRGB_textChanged</a></td>
79 <td>Private slot to handle the textChanged signal of eRGB.</td> 97 <td>Private slot to handle the textChanged signal of eRGB.</td>
80 </tr> 98 </tr>
81 </table> 99 </table>
82 <h3>Static Methods</h3> 100 <h3>Static Methods</h3>
101
83 <table> 102 <table>
84 <tr><td>None</td></tr> 103 <tr><td>None</td></tr>
85 </table> 104 </table>
105
86 <a NAME="ColorDialogWizardDialog.__init__" ID="ColorDialogWizardDialog.__init__"></a> 106 <a NAME="ColorDialogWizardDialog.__init__" ID="ColorDialogWizardDialog.__init__"></a>
87 <h4>ColorDialogWizardDialog (Constructor)</h4> 107 <h4>ColorDialogWizardDialog (Constructor)</h4>
88 <b>ColorDialogWizardDialog</b>(<i>parent=None</i>) 108 <b>ColorDialogWizardDialog</b>(<i>parent=None</i>)
109
89 <p> 110 <p>
90 Constructor 111 Constructor
91 </p><dl> 112 </p>
113 <dl>
114
92 <dt><i>parent</i></dt> 115 <dt><i>parent</i></dt>
93 <dd> 116 <dd>
94 parent widget (QWidget) 117 parent widget (QWidget)
95 </dd> 118 </dd>
96 </dl><a NAME="ColorDialogWizardDialog.getCode" ID="ColorDialogWizardDialog.getCode"></a> 119 </dl>
120 <a NAME="ColorDialogWizardDialog.getCode" ID="ColorDialogWizardDialog.getCode"></a>
97 <h4>ColorDialogWizardDialog.getCode</h4> 121 <h4>ColorDialogWizardDialog.getCode</h4>
98 <b>getCode</b>(<i>indLevel, indString</i>) 122 <b>getCode</b>(<i>indLevel, indString</i>)
123
99 <p> 124 <p>
100 Public method to get the source code. 125 Public method to get the source code.
101 </p><dl> 126 </p>
127 <dl>
128
102 <dt><i>indLevel</i></dt> 129 <dt><i>indLevel</i></dt>
103 <dd> 130 <dd>
104 indentation level (int) 131 indentation level (int)
105 </dd><dt><i>indString</i></dt> 132 </dd>
133 <dt><i>indString</i></dt>
106 <dd> 134 <dd>
107 string used for indentation (space or tab) (string) 135 string used for indentation (space or tab) (string)
108 </dd> 136 </dd>
109 </dl><dl> 137 </dl>
138 <dl>
110 <dt>Returns:</dt> 139 <dt>Returns:</dt>
111 <dd> 140 <dd>
112 generated code (string) 141 generated code (string)
113 </dd> 142 </dd>
114 </dl><a NAME="ColorDialogWizardDialog.on_bTest_clicked" ID="ColorDialogWizardDialog.on_bTest_clicked"></a> 143 </dl>
144 <a NAME="ColorDialogWizardDialog.on_bTest_clicked" ID="ColorDialogWizardDialog.on_bTest_clicked"></a>
115 <h4>ColorDialogWizardDialog.on_bTest_clicked</h4> 145 <h4>ColorDialogWizardDialog.on_bTest_clicked</h4>
116 <b>on_bTest_clicked</b>(<i></i>) 146 <b>on_bTest_clicked</b>(<i></i>)
147
117 <p> 148 <p>
118 Private method to test the selected options. 149 Private method to test the selected options.
119 </p><a NAME="ColorDialogWizardDialog.on_buttonBox_clicked" ID="ColorDialogWizardDialog.on_buttonBox_clicked"></a> 150 </p>
151 <a NAME="ColorDialogWizardDialog.on_buttonBox_clicked" ID="ColorDialogWizardDialog.on_buttonBox_clicked"></a>
120 <h4>ColorDialogWizardDialog.on_buttonBox_clicked</h4> 152 <h4>ColorDialogWizardDialog.on_buttonBox_clicked</h4>
121 <b>on_buttonBox_clicked</b>(<i>button</i>) 153 <b>on_buttonBox_clicked</b>(<i>button</i>)
154
122 <p> 155 <p>
123 Private slot called by a button of the button box clicked. 156 Private slot called by a button of the button box clicked.
124 </p><dl> 157 </p>
158 <dl>
159
125 <dt><i>button</i></dt> 160 <dt><i>button</i></dt>
126 <dd> 161 <dd>
127 button that was clicked (QAbstractButton) 162 button that was clicked (QAbstractButton)
128 </dd> 163 </dd>
129 </dl><a NAME="ColorDialogWizardDialog.on_eColor_editTextChanged" ID="ColorDialogWizardDialog.on_eColor_editTextChanged"></a> 164 </dl>
165 <a NAME="ColorDialogWizardDialog.on_eColor_editTextChanged" ID="ColorDialogWizardDialog.on_eColor_editTextChanged"></a>
130 <h4>ColorDialogWizardDialog.on_eColor_editTextChanged</h4> 166 <h4>ColorDialogWizardDialog.on_eColor_editTextChanged</h4>
131 <b>on_eColor_editTextChanged</b>(<i>text</i>) 167 <b>on_eColor_editTextChanged</b>(<i>text</i>)
168
132 <p> 169 <p>
133 Private slot to handle the editTextChanged signal of eColor. 170 Private slot to handle the editTextChanged signal of eColor.
134 </p><dl> 171 </p>
172 <dl>
173
135 <dt><i>text</i></dt> 174 <dt><i>text</i></dt>
136 <dd> 175 <dd>
137 the new text (string) 176 the new text (string)
138 </dd> 177 </dd>
139 </dl><a NAME="ColorDialogWizardDialog.on_eRGB_textChanged" ID="ColorDialogWizardDialog.on_eRGB_textChanged"></a> 178 </dl>
179 <a NAME="ColorDialogWizardDialog.on_eRGB_textChanged" ID="ColorDialogWizardDialog.on_eRGB_textChanged"></a>
140 <h4>ColorDialogWizardDialog.on_eRGB_textChanged</h4> 180 <h4>ColorDialogWizardDialog.on_eRGB_textChanged</h4>
141 <b>on_eRGB_textChanged</b>(<i>text</i>) 181 <b>on_eRGB_textChanged</b>(<i>text</i>)
182
142 <p> 183 <p>
143 Private slot to handle the textChanged signal of eRGB. 184 Private slot to handle the textChanged signal of eRGB.
144 </p><dl> 185 </p>
186 <dl>
187
145 <dt><i>text</i></dt> 188 <dt><i>text</i></dt>
146 <dd> 189 <dd>
147 the new text (string) 190 the new text (string)
148 </dd> 191 </dd>
149 </dl> 192 </dl>

eric ide

mercurial