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.E5MessageBoxWizard.E5MessageBoxWizardDialog</h1> |
23 <h1>eric6.Plugins.WizardPlugins.E5MessageBoxWizard.E5MessageBoxWizardDialog</h1> |
|
24 |
23 <p> |
25 <p> |
24 Module implementing the eric6 message box wizard dialog. |
26 Module implementing the eric6 message box 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> |
31 <table> |
34 |
|
35 <table> |
|
36 |
32 <tr> |
37 <tr> |
33 <td><a href="#E5MessageBoxWizardDialog">E5MessageBoxWizardDialog</a></td> |
38 <td><a href="#E5MessageBoxWizardDialog">E5MessageBoxWizardDialog</a></td> |
34 <td>Class implementing the eric6 message box wizard dialog.</td> |
39 <td>Class implementing the eric6 message box 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="E5MessageBoxWizardDialog" ID="E5MessageBoxWizardDialog"></a> |
49 <a NAME="E5MessageBoxWizardDialog" ID="E5MessageBoxWizardDialog"></a> |
43 <h2>E5MessageBoxWizardDialog</h2> |
50 <h2>E5MessageBoxWizardDialog</h2> |
|
51 |
44 <p> |
52 <p> |
45 Class implementing the eric6 message box wizard dialog. |
53 Class implementing the eric6 message box 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 E5MessageBox code generator. |
57 for the E5MessageBox code generator. |
49 </p> |
58 </p> |
50 <h3>Derived from</h3> |
59 <h3>Derived from</h3> |
51 QDialog, Ui_E5MessageBoxWizardDialog |
60 QDialog, Ui_E5MessageBoxWizardDialog |
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> |
61 <table> |
72 |
|
73 <table> |
|
74 |
62 <tr> |
75 <tr> |
63 <td><a href="#E5MessageBoxWizardDialog.__init__">E5MessageBoxWizardDialog</a></td> |
76 <td><a href="#E5MessageBoxWizardDialog.__init__">E5MessageBoxWizardDialog</a></td> |
64 <td>Constructor</td> |
77 <td>Constructor</td> |
65 </tr><tr> |
78 </tr> |
|
79 <tr> |
66 <td><a href="#E5MessageBoxWizardDialog.__enabledGroups">__enabledGroups</a></td> |
80 <td><a href="#E5MessageBoxWizardDialog.__enabledGroups">__enabledGroups</a></td> |
67 <td>Private method to enable/disable some group boxes.</td> |
81 <td>Private method to enable/disable some group boxes.</td> |
68 </tr><tr> |
82 </tr> |
|
83 <tr> |
69 <td><a href="#E5MessageBoxWizardDialog.__getDefaultButtonCode">__getDefaultButtonCode</a></td> |
84 <td><a href="#E5MessageBoxWizardDialog.__getDefaultButtonCode">__getDefaultButtonCode</a></td> |
70 <td>Private method to generate the button code for the default button.</td> |
85 <td>Private method to generate the button code for the default button.</td> |
71 </tr><tr> |
86 </tr> |
|
87 <tr> |
72 <td><a href="#E5MessageBoxWizardDialog.__getStandardButtonCode">__getStandardButtonCode</a></td> |
88 <td><a href="#E5MessageBoxWizardDialog.__getStandardButtonCode">__getStandardButtonCode</a></td> |
73 <td>Private method to generate the button code for the standard buttons.</td> |
89 <td>Private method to generate the button code for the standard buttons.</td> |
74 </tr><tr> |
90 </tr> |
|
91 <tr> |
75 <td><a href="#E5MessageBoxWizardDialog.getCode">getCode</a></td> |
92 <td><a href="#E5MessageBoxWizardDialog.getCode">getCode</a></td> |
76 <td>Public method to get the source code.</td> |
93 <td>Public method to get the source code.</td> |
77 </tr><tr> |
94 </tr> |
|
95 <tr> |
78 <td><a href="#E5MessageBoxWizardDialog.on_bTest_clicked">on_bTest_clicked</a></td> |
96 <td><a href="#E5MessageBoxWizardDialog.on_bTest_clicked">on_bTest_clicked</a></td> |
79 <td>Private method to test the selected options.</td> |
97 <td>Private method to test the selected options.</td> |
80 </tr><tr> |
98 </tr> |
|
99 <tr> |
81 <td><a href="#E5MessageBoxWizardDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
100 <td><a href="#E5MessageBoxWizardDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
82 <td>Private slot called by a button of the button box clicked.</td> |
101 <td>Private slot called by a button of the button box clicked.</td> |
83 </tr><tr> |
102 </tr> |
|
103 <tr> |
84 <td><a href="#E5MessageBoxWizardDialog.on_rAboutQt_toggled">on_rAboutQt_toggled</a></td> |
104 <td><a href="#E5MessageBoxWizardDialog.on_rAboutQt_toggled">on_rAboutQt_toggled</a></td> |
85 <td>Private slot to handle the toggled signal of the rAboutQt radio button.</td> |
105 <td>Private slot to handle the toggled signal of the rAboutQt radio button.</td> |
86 </tr><tr> |
106 </tr> |
|
107 <tr> |
87 <td><a href="#E5MessageBoxWizardDialog.on_rAbout_toggled">on_rAbout_toggled</a></td> |
108 <td><a href="#E5MessageBoxWizardDialog.on_rAbout_toggled">on_rAbout_toggled</a></td> |
88 <td>Private slot to handle the toggled signal of the rAbout radio button.</td> |
109 <td>Private slot to handle the toggled signal of the rAbout radio button.</td> |
89 </tr><tr> |
110 </tr> |
|
111 <tr> |
90 <td><a href="#E5MessageBoxWizardDialog.on_rCritical_toggled">on_rCritical_toggled</a></td> |
112 <td><a href="#E5MessageBoxWizardDialog.on_rCritical_toggled">on_rCritical_toggled</a></td> |
91 <td>Private slot to handle the toggled signal of the rCritical radio button.</td> |
113 <td>Private slot to handle the toggled signal of the rCritical radio button.</td> |
92 </tr><tr> |
114 </tr> |
|
115 <tr> |
93 <td><a href="#E5MessageBoxWizardDialog.on_rInformation_toggled">on_rInformation_toggled</a></td> |
116 <td><a href="#E5MessageBoxWizardDialog.on_rInformation_toggled">on_rInformation_toggled</a></td> |
94 <td>Private slot to handle the toggled signal of the rInformation radio button.</td> |
117 <td>Private slot to handle the toggled signal of the rInformation radio button.</td> |
95 </tr><tr> |
118 </tr> |
|
119 <tr> |
96 <td><a href="#E5MessageBoxWizardDialog.on_rOkToClearData_toggled">on_rOkToClearData_toggled</a></td> |
120 <td><a href="#E5MessageBoxWizardDialog.on_rOkToClearData_toggled">on_rOkToClearData_toggled</a></td> |
97 <td>Private slot to handle the toggled signal of the rOkToClearData radio button.</td> |
121 <td>Private slot to handle the toggled signal of the rOkToClearData radio button.</td> |
98 </tr><tr> |
122 </tr> |
|
123 <tr> |
99 <td><a href="#E5MessageBoxWizardDialog.on_rQuestion_toggled">on_rQuestion_toggled</a></td> |
124 <td><a href="#E5MessageBoxWizardDialog.on_rQuestion_toggled">on_rQuestion_toggled</a></td> |
100 <td>Private slot to handle the toggled signal of the rQuestion radio button.</td> |
125 <td>Private slot to handle the toggled signal of the rQuestion radio button.</td> |
101 </tr><tr> |
126 </tr> |
|
127 <tr> |
102 <td><a href="#E5MessageBoxWizardDialog.on_rRetryAbort_toggled">on_rRetryAbort_toggled</a></td> |
128 <td><a href="#E5MessageBoxWizardDialog.on_rRetryAbort_toggled">on_rRetryAbort_toggled</a></td> |
103 <td>Private slot to handle the toggled signal of the rRetryAbort radio button.</td> |
129 <td>Private slot to handle the toggled signal of the rRetryAbort radio button.</td> |
104 </tr><tr> |
130 </tr> |
|
131 <tr> |
105 <td><a href="#E5MessageBoxWizardDialog.on_rStandard_toggled">on_rStandard_toggled</a></td> |
132 <td><a href="#E5MessageBoxWizardDialog.on_rStandard_toggled">on_rStandard_toggled</a></td> |
106 <td>Private slot to handle the toggled signal of the rStandard radio button.</td> |
133 <td>Private slot to handle the toggled signal of the rStandard radio button.</td> |
107 </tr><tr> |
134 </tr> |
|
135 <tr> |
108 <td><a href="#E5MessageBoxWizardDialog.on_rWarning_toggled">on_rWarning_toggled</a></td> |
136 <td><a href="#E5MessageBoxWizardDialog.on_rWarning_toggled">on_rWarning_toggled</a></td> |
109 <td>Private slot to handle the toggled signal of the rWarning radio button.</td> |
137 <td>Private slot to handle the toggled signal of the rWarning radio button.</td> |
110 </tr><tr> |
138 </tr> |
|
139 <tr> |
111 <td><a href="#E5MessageBoxWizardDialog.on_rYesNo_toggled">on_rYesNo_toggled</a></td> |
140 <td><a href="#E5MessageBoxWizardDialog.on_rYesNo_toggled">on_rYesNo_toggled</a></td> |
112 <td>Private slot to handle the toggled signal of the rYesNo radio button.</td> |
141 <td>Private slot to handle the toggled signal of the rYesNo radio button.</td> |
113 </tr> |
142 </tr> |
114 </table> |
143 </table> |
115 <h3>Static Methods</h3> |
144 <h3>Static Methods</h3> |
|
145 |
116 <table> |
146 <table> |
117 <tr><td>None</td></tr> |
147 <tr><td>None</td></tr> |
118 </table> |
148 </table> |
|
149 |
119 <a NAME="E5MessageBoxWizardDialog.__init__" ID="E5MessageBoxWizardDialog.__init__"></a> |
150 <a NAME="E5MessageBoxWizardDialog.__init__" ID="E5MessageBoxWizardDialog.__init__"></a> |
120 <h4>E5MessageBoxWizardDialog (Constructor)</h4> |
151 <h4>E5MessageBoxWizardDialog (Constructor)</h4> |
121 <b>E5MessageBoxWizardDialog</b>(<i>parent=None</i>) |
152 <b>E5MessageBoxWizardDialog</b>(<i>parent=None</i>) |
|
153 |
122 <p> |
154 <p> |
123 Constructor |
155 Constructor |
124 </p><dl> |
156 </p> |
|
157 <dl> |
|
158 |
125 <dt><i>parent</i></dt> |
159 <dt><i>parent</i></dt> |
126 <dd> |
160 <dd> |
127 reference to the parent widget (QWidget) |
161 reference to the parent widget (QWidget) |
128 </dd> |
162 </dd> |
129 </dl><a NAME="E5MessageBoxWizardDialog.__enabledGroups" ID="E5MessageBoxWizardDialog.__enabledGroups"></a> |
163 </dl> |
|
164 <a NAME="E5MessageBoxWizardDialog.__enabledGroups" ID="E5MessageBoxWizardDialog.__enabledGroups"></a> |
130 <h4>E5MessageBoxWizardDialog.__enabledGroups</h4> |
165 <h4>E5MessageBoxWizardDialog.__enabledGroups</h4> |
131 <b>__enabledGroups</b>(<i></i>) |
166 <b>__enabledGroups</b>(<i></i>) |
|
167 |
132 <p> |
168 <p> |
133 Private method to enable/disable some group boxes. |
169 Private method to enable/disable some group boxes. |
134 </p><a NAME="E5MessageBoxWizardDialog.__getDefaultButtonCode" ID="E5MessageBoxWizardDialog.__getDefaultButtonCode"></a> |
170 </p> |
|
171 <a NAME="E5MessageBoxWizardDialog.__getDefaultButtonCode" ID="E5MessageBoxWizardDialog.__getDefaultButtonCode"></a> |
135 <h4>E5MessageBoxWizardDialog.__getDefaultButtonCode</h4> |
172 <h4>E5MessageBoxWizardDialog.__getDefaultButtonCode</h4> |
136 <b>__getDefaultButtonCode</b>(<i>istring</i>) |
173 <b>__getDefaultButtonCode</b>(<i>istring</i>) |
|
174 |
137 <p> |
175 <p> |
138 Private method to generate the button code for the default button. |
176 Private method to generate the button code for the default button. |
139 </p><dl> |
177 </p> |
|
178 <dl> |
|
179 |
140 <dt><i>istring</i></dt> |
180 <dt><i>istring</i></dt> |
141 <dd> |
181 <dd> |
142 indentation string (string) |
182 indentation string (string) |
143 </dd> |
183 </dd> |
144 </dl><dl> |
184 </dl> |
|
185 <dl> |
145 <dt>Returns:</dt> |
186 <dt>Returns:</dt> |
146 <dd> |
187 <dd> |
147 the button code (string) |
188 the button code (string) |
148 </dd> |
189 </dd> |
149 </dl><a NAME="E5MessageBoxWizardDialog.__getStandardButtonCode" ID="E5MessageBoxWizardDialog.__getStandardButtonCode"></a> |
190 </dl> |
|
191 <a NAME="E5MessageBoxWizardDialog.__getStandardButtonCode" ID="E5MessageBoxWizardDialog.__getStandardButtonCode"></a> |
150 <h4>E5MessageBoxWizardDialog.__getStandardButtonCode</h4> |
192 <h4>E5MessageBoxWizardDialog.__getStandardButtonCode</h4> |
151 <b>__getStandardButtonCode</b>(<i>istring, indString, withIntro=True</i>) |
193 <b>__getStandardButtonCode</b>(<i>istring, indString, withIntro=True</i>) |
|
194 |
152 <p> |
195 <p> |
153 Private method to generate the button code for the standard buttons. |
196 Private method to generate the button code for the standard buttons. |
154 </p><dl> |
197 </p> |
|
198 <dl> |
|
199 |
155 <dt><i>istring</i></dt> |
200 <dt><i>istring</i></dt> |
156 <dd> |
201 <dd> |
157 indentation string (string) |
202 indentation string (string) |
158 </dd><dt><i>indString</i></dt> |
203 </dd> |
|
204 <dt><i>indString</i></dt> |
159 <dd> |
205 <dd> |
160 string used for indentation (space or tab) (string) |
206 string used for indentation (space or tab) (string) |
161 </dd><dt><i>withIntro=</i></dt> |
207 </dd> |
|
208 <dt><i>withIntro=</i></dt> |
162 <dd> |
209 <dd> |
163 flag indicating to generate a first line |
210 flag indicating to generate a first line |
164 with introductory text (boolean) |
211 with introductory text (boolean) |
165 </dd> |
212 </dd> |
166 </dl><dl> |
213 </dl> |
|
214 <dl> |
167 <dt>Returns:</dt> |
215 <dt>Returns:</dt> |
168 <dd> |
216 <dd> |
169 the button code (string) |
217 the button code (string) |
170 </dd> |
218 </dd> |
171 </dl><a NAME="E5MessageBoxWizardDialog.getCode" ID="E5MessageBoxWizardDialog.getCode"></a> |
219 </dl> |
|
220 <a NAME="E5MessageBoxWizardDialog.getCode" ID="E5MessageBoxWizardDialog.getCode"></a> |
172 <h4>E5MessageBoxWizardDialog.getCode</h4> |
221 <h4>E5MessageBoxWizardDialog.getCode</h4> |
173 <b>getCode</b>(<i>indLevel, indString</i>) |
222 <b>getCode</b>(<i>indLevel, indString</i>) |
|
223 |
174 <p> |
224 <p> |
175 Public method to get the source code. |
225 Public method to get the source code. |
176 </p><dl> |
226 </p> |
|
227 <dl> |
|
228 |
177 <dt><i>indLevel</i></dt> |
229 <dt><i>indLevel</i></dt> |
178 <dd> |
230 <dd> |
179 indentation level (int) |
231 indentation level (int) |
180 </dd><dt><i>indString</i></dt> |
232 </dd> |
|
233 <dt><i>indString</i></dt> |
181 <dd> |
234 <dd> |
182 string used for indentation (space or tab) (string) |
235 string used for indentation (space or tab) (string) |
183 </dd> |
236 </dd> |
184 </dl><dl> |
237 </dl> |
|
238 <dl> |
185 <dt>Returns:</dt> |
239 <dt>Returns:</dt> |
186 <dd> |
240 <dd> |
187 generated code (string) |
241 generated code (string) |
188 </dd> |
242 </dd> |
189 </dl><a NAME="E5MessageBoxWizardDialog.on_bTest_clicked" ID="E5MessageBoxWizardDialog.on_bTest_clicked"></a> |
243 </dl> |
|
244 <a NAME="E5MessageBoxWizardDialog.on_bTest_clicked" ID="E5MessageBoxWizardDialog.on_bTest_clicked"></a> |
190 <h4>E5MessageBoxWizardDialog.on_bTest_clicked</h4> |
245 <h4>E5MessageBoxWizardDialog.on_bTest_clicked</h4> |
191 <b>on_bTest_clicked</b>(<i></i>) |
246 <b>on_bTest_clicked</b>(<i></i>) |
|
247 |
192 <p> |
248 <p> |
193 Private method to test the selected options. |
249 Private method to test the selected options. |
194 </p><a NAME="E5MessageBoxWizardDialog.on_buttonBox_clicked" ID="E5MessageBoxWizardDialog.on_buttonBox_clicked"></a> |
250 </p> |
|
251 <a NAME="E5MessageBoxWizardDialog.on_buttonBox_clicked" ID="E5MessageBoxWizardDialog.on_buttonBox_clicked"></a> |
195 <h4>E5MessageBoxWizardDialog.on_buttonBox_clicked</h4> |
252 <h4>E5MessageBoxWizardDialog.on_buttonBox_clicked</h4> |
196 <b>on_buttonBox_clicked</b>(<i>button</i>) |
253 <b>on_buttonBox_clicked</b>(<i>button</i>) |
|
254 |
197 <p> |
255 <p> |
198 Private slot called by a button of the button box clicked. |
256 Private slot called by a button of the button box clicked. |
199 </p><dl> |
257 </p> |
|
258 <dl> |
|
259 |
200 <dt><i>button</i></dt> |
260 <dt><i>button</i></dt> |
201 <dd> |
261 <dd> |
202 button that was clicked (QAbstractButton) |
262 button that was clicked (QAbstractButton) |
203 </dd> |
263 </dd> |
204 </dl><a NAME="E5MessageBoxWizardDialog.on_rAboutQt_toggled" ID="E5MessageBoxWizardDialog.on_rAboutQt_toggled"></a> |
264 </dl> |
|
265 <a NAME="E5MessageBoxWizardDialog.on_rAboutQt_toggled" ID="E5MessageBoxWizardDialog.on_rAboutQt_toggled"></a> |
205 <h4>E5MessageBoxWizardDialog.on_rAboutQt_toggled</h4> |
266 <h4>E5MessageBoxWizardDialog.on_rAboutQt_toggled</h4> |
206 <b>on_rAboutQt_toggled</b>(<i>on</i>) |
267 <b>on_rAboutQt_toggled</b>(<i>on</i>) |
|
268 |
207 <p> |
269 <p> |
208 Private slot to handle the toggled signal of the rAboutQt |
270 Private slot to handle the toggled signal of the rAboutQt |
209 radio button. |
271 radio button. |
210 </p><dl> |
272 </p> |
211 <dt><i>on</i></dt> |
273 <dl> |
212 <dd> |
274 |
213 toggle state (boolean) (ignored) |
275 <dt><i>on</i></dt> |
214 </dd> |
276 <dd> |
215 </dl><a NAME="E5MessageBoxWizardDialog.on_rAbout_toggled" ID="E5MessageBoxWizardDialog.on_rAbout_toggled"></a> |
277 toggle state (boolean) (ignored) |
|
278 </dd> |
|
279 </dl> |
|
280 <a NAME="E5MessageBoxWizardDialog.on_rAbout_toggled" ID="E5MessageBoxWizardDialog.on_rAbout_toggled"></a> |
216 <h4>E5MessageBoxWizardDialog.on_rAbout_toggled</h4> |
281 <h4>E5MessageBoxWizardDialog.on_rAbout_toggled</h4> |
217 <b>on_rAbout_toggled</b>(<i>on</i>) |
282 <b>on_rAbout_toggled</b>(<i>on</i>) |
|
283 |
218 <p> |
284 <p> |
219 Private slot to handle the toggled signal of the rAbout |
285 Private slot to handle the toggled signal of the rAbout |
220 radio button. |
286 radio button. |
221 </p><dl> |
287 </p> |
222 <dt><i>on</i></dt> |
288 <dl> |
223 <dd> |
289 |
224 toggle state (boolean) (ignored) |
290 <dt><i>on</i></dt> |
225 </dd> |
291 <dd> |
226 </dl><a NAME="E5MessageBoxWizardDialog.on_rCritical_toggled" ID="E5MessageBoxWizardDialog.on_rCritical_toggled"></a> |
292 toggle state (boolean) (ignored) |
|
293 </dd> |
|
294 </dl> |
|
295 <a NAME="E5MessageBoxWizardDialog.on_rCritical_toggled" ID="E5MessageBoxWizardDialog.on_rCritical_toggled"></a> |
227 <h4>E5MessageBoxWizardDialog.on_rCritical_toggled</h4> |
296 <h4>E5MessageBoxWizardDialog.on_rCritical_toggled</h4> |
228 <b>on_rCritical_toggled</b>(<i>on</i>) |
297 <b>on_rCritical_toggled</b>(<i>on</i>) |
|
298 |
229 <p> |
299 <p> |
230 Private slot to handle the toggled signal of the rCritical |
300 Private slot to handle the toggled signal of the rCritical |
231 radio button. |
301 radio button. |
232 </p><dl> |
302 </p> |
233 <dt><i>on</i></dt> |
303 <dl> |
234 <dd> |
304 |
235 toggle state (boolean) (ignored) |
305 <dt><i>on</i></dt> |
236 </dd> |
306 <dd> |
237 </dl><a NAME="E5MessageBoxWizardDialog.on_rInformation_toggled" ID="E5MessageBoxWizardDialog.on_rInformation_toggled"></a> |
307 toggle state (boolean) (ignored) |
|
308 </dd> |
|
309 </dl> |
|
310 <a NAME="E5MessageBoxWizardDialog.on_rInformation_toggled" ID="E5MessageBoxWizardDialog.on_rInformation_toggled"></a> |
238 <h4>E5MessageBoxWizardDialog.on_rInformation_toggled</h4> |
311 <h4>E5MessageBoxWizardDialog.on_rInformation_toggled</h4> |
239 <b>on_rInformation_toggled</b>(<i>on</i>) |
312 <b>on_rInformation_toggled</b>(<i>on</i>) |
|
313 |
240 <p> |
314 <p> |
241 Private slot to handle the toggled signal of the rInformation |
315 Private slot to handle the toggled signal of the rInformation |
242 radio button. |
316 radio button. |
243 </p><dl> |
317 </p> |
244 <dt><i>on</i></dt> |
318 <dl> |
245 <dd> |
319 |
246 toggle state (boolean) (ignored) |
320 <dt><i>on</i></dt> |
247 </dd> |
321 <dd> |
248 </dl><a NAME="E5MessageBoxWizardDialog.on_rOkToClearData_toggled" ID="E5MessageBoxWizardDialog.on_rOkToClearData_toggled"></a> |
322 toggle state (boolean) (ignored) |
|
323 </dd> |
|
324 </dl> |
|
325 <a NAME="E5MessageBoxWizardDialog.on_rOkToClearData_toggled" ID="E5MessageBoxWizardDialog.on_rOkToClearData_toggled"></a> |
249 <h4>E5MessageBoxWizardDialog.on_rOkToClearData_toggled</h4> |
326 <h4>E5MessageBoxWizardDialog.on_rOkToClearData_toggled</h4> |
250 <b>on_rOkToClearData_toggled</b>(<i>on</i>) |
327 <b>on_rOkToClearData_toggled</b>(<i>on</i>) |
|
328 |
251 <p> |
329 <p> |
252 Private slot to handle the toggled signal of the rOkToClearData |
330 Private slot to handle the toggled signal of the rOkToClearData |
253 radio button. |
331 radio button. |
254 </p><dl> |
332 </p> |
255 <dt><i>on</i></dt> |
333 <dl> |
256 <dd> |
334 |
257 toggle state (boolean) (ignored) |
335 <dt><i>on</i></dt> |
258 </dd> |
336 <dd> |
259 </dl><a NAME="E5MessageBoxWizardDialog.on_rQuestion_toggled" ID="E5MessageBoxWizardDialog.on_rQuestion_toggled"></a> |
337 toggle state (boolean) (ignored) |
|
338 </dd> |
|
339 </dl> |
|
340 <a NAME="E5MessageBoxWizardDialog.on_rQuestion_toggled" ID="E5MessageBoxWizardDialog.on_rQuestion_toggled"></a> |
260 <h4>E5MessageBoxWizardDialog.on_rQuestion_toggled</h4> |
341 <h4>E5MessageBoxWizardDialog.on_rQuestion_toggled</h4> |
261 <b>on_rQuestion_toggled</b>(<i>on</i>) |
342 <b>on_rQuestion_toggled</b>(<i>on</i>) |
|
343 |
262 <p> |
344 <p> |
263 Private slot to handle the toggled signal of the rQuestion |
345 Private slot to handle the toggled signal of the rQuestion |
264 radio button. |
346 radio button. |
265 </p><dl> |
347 </p> |
266 <dt><i>on</i></dt> |
348 <dl> |
267 <dd> |
349 |
268 toggle state (boolean) (ignored) |
350 <dt><i>on</i></dt> |
269 </dd> |
351 <dd> |
270 </dl><a NAME="E5MessageBoxWizardDialog.on_rRetryAbort_toggled" ID="E5MessageBoxWizardDialog.on_rRetryAbort_toggled"></a> |
352 toggle state (boolean) (ignored) |
|
353 </dd> |
|
354 </dl> |
|
355 <a NAME="E5MessageBoxWizardDialog.on_rRetryAbort_toggled" ID="E5MessageBoxWizardDialog.on_rRetryAbort_toggled"></a> |
271 <h4>E5MessageBoxWizardDialog.on_rRetryAbort_toggled</h4> |
356 <h4>E5MessageBoxWizardDialog.on_rRetryAbort_toggled</h4> |
272 <b>on_rRetryAbort_toggled</b>(<i>on</i>) |
357 <b>on_rRetryAbort_toggled</b>(<i>on</i>) |
|
358 |
273 <p> |
359 <p> |
274 Private slot to handle the toggled signal of the rRetryAbort |
360 Private slot to handle the toggled signal of the rRetryAbort |
275 radio button. |
361 radio button. |
276 </p><dl> |
362 </p> |
277 <dt><i>on</i></dt> |
363 <dl> |
278 <dd> |
364 |
279 toggle state (boolean) (ignored) |
365 <dt><i>on</i></dt> |
280 </dd> |
366 <dd> |
281 </dl><a NAME="E5MessageBoxWizardDialog.on_rStandard_toggled" ID="E5MessageBoxWizardDialog.on_rStandard_toggled"></a> |
367 toggle state (boolean) (ignored) |
|
368 </dd> |
|
369 </dl> |
|
370 <a NAME="E5MessageBoxWizardDialog.on_rStandard_toggled" ID="E5MessageBoxWizardDialog.on_rStandard_toggled"></a> |
282 <h4>E5MessageBoxWizardDialog.on_rStandard_toggled</h4> |
371 <h4>E5MessageBoxWizardDialog.on_rStandard_toggled</h4> |
283 <b>on_rStandard_toggled</b>(<i>on</i>) |
372 <b>on_rStandard_toggled</b>(<i>on</i>) |
|
373 |
284 <p> |
374 <p> |
285 Private slot to handle the toggled signal of the rStandard |
375 Private slot to handle the toggled signal of the rStandard |
286 radio button. |
376 radio button. |
287 </p><dl> |
377 </p> |
288 <dt><i>on</i></dt> |
378 <dl> |
289 <dd> |
379 |
290 toggle state (boolean) (ignored) |
380 <dt><i>on</i></dt> |
291 </dd> |
381 <dd> |
292 </dl><a NAME="E5MessageBoxWizardDialog.on_rWarning_toggled" ID="E5MessageBoxWizardDialog.on_rWarning_toggled"></a> |
382 toggle state (boolean) (ignored) |
|
383 </dd> |
|
384 </dl> |
|
385 <a NAME="E5MessageBoxWizardDialog.on_rWarning_toggled" ID="E5MessageBoxWizardDialog.on_rWarning_toggled"></a> |
293 <h4>E5MessageBoxWizardDialog.on_rWarning_toggled</h4> |
386 <h4>E5MessageBoxWizardDialog.on_rWarning_toggled</h4> |
294 <b>on_rWarning_toggled</b>(<i>on</i>) |
387 <b>on_rWarning_toggled</b>(<i>on</i>) |
|
388 |
295 <p> |
389 <p> |
296 Private slot to handle the toggled signal of the rWarning |
390 Private slot to handle the toggled signal of the rWarning |
297 radio button. |
391 radio button. |
298 </p><dl> |
392 </p> |
299 <dt><i>on</i></dt> |
393 <dl> |
300 <dd> |
394 |
301 toggle state (boolean) (ignored) |
395 <dt><i>on</i></dt> |
302 </dd> |
396 <dd> |
303 </dl><a NAME="E5MessageBoxWizardDialog.on_rYesNo_toggled" ID="E5MessageBoxWizardDialog.on_rYesNo_toggled"></a> |
397 toggle state (boolean) (ignored) |
|
398 </dd> |
|
399 </dl> |
|
400 <a NAME="E5MessageBoxWizardDialog.on_rYesNo_toggled" ID="E5MessageBoxWizardDialog.on_rYesNo_toggled"></a> |
304 <h4>E5MessageBoxWizardDialog.on_rYesNo_toggled</h4> |
401 <h4>E5MessageBoxWizardDialog.on_rYesNo_toggled</h4> |
305 <b>on_rYesNo_toggled</b>(<i>on</i>) |
402 <b>on_rYesNo_toggled</b>(<i>on</i>) |
|
403 |
306 <p> |
404 <p> |
307 Private slot to handle the toggled signal of the rYesNo |
405 Private slot to handle the toggled signal of the rYesNo |
308 radio button. |
406 radio button. |
309 </p><dl> |
407 </p> |
|
408 <dl> |
|
409 |
310 <dt><i>on</i></dt> |
410 <dt><i>on</i></dt> |
311 <dd> |
411 <dd> |
312 toggle state (boolean) (ignored) |
412 toggle state (boolean) (ignored) |
313 </dd> |
413 </dd> |
314 </dl> |
414 </dl> |