|
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' |
|
3 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> |
|
4 <html><head> |
|
5 <title>eric5.Plugins.WizardPlugins.InputDialogWizard.InputDialogWizardDialog</title> |
|
6 <style> |
|
7 b'body {\n background:white;\n margin: 0em 1em 10em 1em;\n color: black;\n}\n\nh1 { color: white; background: #4FA4FF; }\nh2 { color: white; background: #4FA4FF; }\nh3 { color: white; background: #00557F; }\nh4 { color: white; background: #00557F; }\n \na { color: #AA5500; }\n' |
|
8 </style> |
|
9 </head> |
|
10 <body><a NAME="top" ID="top"></a> |
|
11 <h1>eric5.Plugins.WizardPlugins.InputDialogWizard.InputDialogWizardDialog</h1> |
|
12 <p> |
|
13 Module implementing the input dialog wizard dialog. |
|
14 </p> |
|
15 <h3>Global Attributes</h3> |
|
16 <table> |
|
17 <tr><td>None</td></tr> |
|
18 </table> |
|
19 <h3>Classes</h3> |
|
20 <table> |
|
21 <tr> |
|
22 <td><a href="#InputDialogWizardDialog">InputDialogWizardDialog</a></td> |
|
23 <td>Class implementing the input dialog wizard dialog.</td> |
|
24 </tr> |
|
25 </table> |
|
26 <h3>Functions</h3> |
|
27 <table> |
|
28 <tr><td>None</td></tr> |
|
29 </table> |
|
30 <hr /><hr /> |
|
31 <a NAME="InputDialogWizardDialog" ID="InputDialogWizardDialog"></a> |
|
32 <h2>InputDialogWizardDialog</h2> |
|
33 <p> |
|
34 Class implementing the input dialog wizard dialog. |
|
35 </p><p> |
|
36 It displays a dialog for entering the parameters |
|
37 for the QInputDialog code generator. |
|
38 </p> |
|
39 <h3>Derived from</h3> |
|
40 QDialog, Ui_InputDialogWizardDialog |
|
41 <h3>Class Attributes</h3> |
|
42 <table> |
|
43 <tr><td>None</td></tr> |
|
44 </table> |
|
45 <h3>Methods</h3> |
|
46 <table> |
|
47 <tr> |
|
48 <td><a href="#InputDialogWizardDialog.__init__">InputDialogWizardDialog</a></td> |
|
49 <td>Constructor</td> |
|
50 </tr><tr> |
|
51 <td><a href="#InputDialogWizardDialog.__getCode4">__getCode4</a></td> |
|
52 <td>Private method to get the source code for Qt4.</td> |
|
53 </tr><tr> |
|
54 <td><a href="#InputDialogWizardDialog.getCode">getCode</a></td> |
|
55 <td>Public method to get the source code.</td> |
|
56 </tr><tr> |
|
57 <td><a href="#InputDialogWizardDialog.on_bTest_clicked">on_bTest_clicked</a></td> |
|
58 <td>Private method to test the selected options.</td> |
|
59 </tr><tr> |
|
60 <td><a href="#InputDialogWizardDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
|
61 <td>Private slot called by a button of the button box clicked.</td> |
|
62 </tr><tr> |
|
63 <td><a href="#InputDialogWizardDialog.on_rItem_toggled">on_rItem_toggled</a></td> |
|
64 <td>Private slot to perform actions dependant on the item type selection.</td> |
|
65 </tr> |
|
66 </table> |
|
67 <a NAME="InputDialogWizardDialog.__init__" ID="InputDialogWizardDialog.__init__"></a> |
|
68 <h4>InputDialogWizardDialog (Constructor)</h4> |
|
69 <b>InputDialogWizardDialog</b>(<i>parent=None</i>) |
|
70 <p> |
|
71 Constructor |
|
72 </p><dl> |
|
73 <dt><i>parent</i></dt> |
|
74 <dd> |
|
75 parent widget (QWidget) |
|
76 </dd> |
|
77 </dl><a NAME="InputDialogWizardDialog.__getCode4" ID="InputDialogWizardDialog.__getCode4"></a> |
|
78 <h4>InputDialogWizardDialog.__getCode4</h4> |
|
79 <b>__getCode4</b>(<i>indLevel, indString</i>) |
|
80 <p> |
|
81 Private method to get the source code for Qt4. |
|
82 </p><dl> |
|
83 <dt><i>indLevel</i></dt> |
|
84 <dd> |
|
85 indentation level (int) |
|
86 </dd><dt><i>indString</i></dt> |
|
87 <dd> |
|
88 string used for indentation (space or tab) (string) |
|
89 </dd> |
|
90 </dl><dl> |
|
91 <dt>Returns:</dt> |
|
92 <dd> |
|
93 generated code (string) |
|
94 </dd> |
|
95 </dl><a NAME="InputDialogWizardDialog.getCode" ID="InputDialogWizardDialog.getCode"></a> |
|
96 <h4>InputDialogWizardDialog.getCode</h4> |
|
97 <b>getCode</b>(<i>indLevel, indString</i>) |
|
98 <p> |
|
99 Public method to get the source code. |
|
100 </p><dl> |
|
101 <dt><i>indLevel</i></dt> |
|
102 <dd> |
|
103 indentation level (int) |
|
104 </dd><dt><i>indString</i></dt> |
|
105 <dd> |
|
106 string used for indentation (space or tab) (string) |
|
107 </dd> |
|
108 </dl><dl> |
|
109 <dt>Returns:</dt> |
|
110 <dd> |
|
111 generated code (string) |
|
112 </dd> |
|
113 </dl><a NAME="InputDialogWizardDialog.on_bTest_clicked" ID="InputDialogWizardDialog.on_bTest_clicked"></a> |
|
114 <h4>InputDialogWizardDialog.on_bTest_clicked</h4> |
|
115 <b>on_bTest_clicked</b>(<i></i>) |
|
116 <p> |
|
117 Private method to test the selected options. |
|
118 </p><a NAME="InputDialogWizardDialog.on_buttonBox_clicked" ID="InputDialogWizardDialog.on_buttonBox_clicked"></a> |
|
119 <h4>InputDialogWizardDialog.on_buttonBox_clicked</h4> |
|
120 <b>on_buttonBox_clicked</b>(<i>button</i>) |
|
121 <p> |
|
122 Private slot called by a button of the button box clicked. |
|
123 </p><dl> |
|
124 <dt><i>button</i></dt> |
|
125 <dd> |
|
126 button that was clicked (QAbstractButton) |
|
127 </dd> |
|
128 </dl><a NAME="InputDialogWizardDialog.on_rItem_toggled" ID="InputDialogWizardDialog.on_rItem_toggled"></a> |
|
129 <h4>InputDialogWizardDialog.on_rItem_toggled</h4> |
|
130 <b>on_rItem_toggled</b>(<i>checked</i>) |
|
131 <p> |
|
132 Private slot to perform actions dependant on the item type selection. |
|
133 </p><dl> |
|
134 <dt><i>checked</i></dt> |
|
135 <dd> |
|
136 flag indicating the checked state (boolean) |
|
137 </dd> |
|
138 </dl> |
|
139 <div align="right"><a href="#top">Up</a></div> |
|
140 <hr /> |
|
141 </body></html> |