src/eric7/Documentation/Source/eric7.Plugins.PluginWizardQFileDialog.html

branch
eric7
changeset 10479
856476537696
parent 10437
2f70ca07f0af
child 10538
decb03459cd4
equal deleted inserted replaced
10478:de9106c55c3d 10479:856476537696
5 <link rel="stylesheet" href="styles.css"> 5 <link rel="stylesheet" href="styles.css">
6 </head> 6 </head>
7 <body> 7 <body>
8 <a NAME="top" ID="top"></a> 8 <a NAME="top" ID="top"></a>
9 <h1>eric7.Plugins.PluginWizardQFileDialog</h1> 9 <h1>eric7.Plugins.PluginWizardQFileDialog</h1>
10
11 <p> 10 <p>
12 This plugin shows the QFileDialog wizard. 11 This plugin shows the QFileDialog wizard.
13 </p> 12 </p>
13
14 <h3>Global Attributes</h3> 14 <h3>Global Attributes</h3>
15 15 <table>
16 <table> 16 <tr><td>__header__</td></tr>
17 <tr><td>__header__</td></tr><tr><td>error</td></tr> 17 <tr><td>error</td></tr>
18 </table> 18 </table>
19
19 <h3>Classes</h3> 20 <h3>Classes</h3>
20 21 <table>
21 <table>
22
23 <tr> 22 <tr>
24 <td><a href="#FileDialogWizard">FileDialogWizard</a></td> 23 <td><a href="#FileDialogWizard">FileDialogWizard</a></td>
25 <td>Class implementing the QFileDialog wizard plugin.</td> 24 <td>Class implementing the QFileDialog wizard plugin.</td>
26 </tr> 25 </tr>
27 </table> 26 </table>
27
28 <h3>Functions</h3> 28 <h3>Functions</h3>
29 29 <table>
30 <table> 30 <tr><td>None</td></tr>
31 <tr><td>None</td></tr> 31 </table>
32 </table> 32
33 <hr /> 33 <hr />
34 <hr /> 34 <hr />
35 <a NAME="FileDialogWizard" ID="FileDialogWizard"></a> 35 <a NAME="FileDialogWizard" ID="FileDialogWizard"></a>
36 <h2>FileDialogWizard</h2> 36 <h2>FileDialogWizard</h2>
37
38 <p> 37 <p>
39 Class implementing the QFileDialog wizard plugin. 38 Class implementing the QFileDialog wizard plugin.
40 </p> 39 </p>
40
41 <h3>Derived from</h3> 41 <h3>Derived from</h3>
42 QObject 42 QObject
43 <h3>Class Attributes</h3> 43 <h3>Class Attributes</h3>
44 44 <table>
45 <table> 45 <tr><td>None</td></tr>
46 <tr><td>None</td></tr> 46 </table>
47 </table> 47
48 <h3>Class Methods</h3> 48 <h3>Class Methods</h3>
49 49 <table>
50 <table> 50 <tr><td>None</td></tr>
51 <tr><td>None</td></tr> 51 </table>
52 </table> 52
53 <h3>Methods</h3> 53 <h3>Methods</h3>
54 54 <table>
55 <table>
56
57 <tr> 55 <tr>
58 <td><a href="#FileDialogWizard.__init__">FileDialogWizard</a></td> 56 <td><a href="#FileDialogWizard.__init__">FileDialogWizard</a></td>
59 <td>Constructor</td> 57 <td>Constructor</td>
60 </tr> 58 </tr>
61 <tr> 59 <tr>
89 <tr> 87 <tr>
90 <td><a href="#FileDialogWizard.deactivate">deactivate</a></td> 88 <td><a href="#FileDialogWizard.deactivate">deactivate</a></td>
91 <td>Public method to deactivate this plugin.</td> 89 <td>Public method to deactivate this plugin.</td>
92 </tr> 90 </tr>
93 </table> 91 </table>
92
94 <h3>Static Methods</h3> 93 <h3>Static Methods</h3>
95 94 <table>
96 <table> 95 <tr><td>None</td></tr>
97 <tr><td>None</td></tr> 96 </table>
98 </table> 97
99 98
100 <a NAME="FileDialogWizard.__init__" ID="FileDialogWizard.__init__"></a> 99 <a NAME="FileDialogWizard.__init__" ID="FileDialogWizard.__init__"></a>
101 <h4>FileDialogWizard (Constructor)</h4> 100 <h4>FileDialogWizard (Constructor)</h4>
102 <b>FileDialogWizard</b>(<i>ui</i>) 101 <b>FileDialogWizard</b>(<i>ui</i>)
103
104 <p> 102 <p>
105 Constructor 103 Constructor
106 </p> 104 </p>
105
107 <dl> 106 <dl>
108 107
109 <dt><i>ui</i> (UserInterface)</dt> 108 <dt><i>ui</i> (UserInterface)</dt>
110 <dd> 109 <dd>
111 reference to the user interface object 110 reference to the user interface object
112 </dd> 111 </dd>
113 </dl> 112 </dl>
114 <a NAME="FileDialogWizard.__callForm" ID="FileDialogWizard.__callForm"></a> 113 <a NAME="FileDialogWizard.__callForm" ID="FileDialogWizard.__callForm"></a>
115 <h4>FileDialogWizard.__callForm</h4> 114 <h4>FileDialogWizard.__callForm</h4>
116 <b>__callForm</b>(<i>editor, variant</i>) 115 <b>__callForm</b>(<i>editor, variant</i>)
117
118 <p> 116 <p>
119 Private method to display a dialog and get the code. 117 Private method to display a dialog and get the code.
120 </p> 118 </p>
119
121 <dl> 120 <dl>
122 121
123 <dt><i>editor</i> (Editor)</dt> 122 <dt><i>editor</i> (Editor)</dt>
124 <dd> 123 <dd>
125 reference to the current editor 124 reference to the current editor
143 </dd> 142 </dd>
144 </dl> 143 </dl>
145 <a NAME="FileDialogWizard.__handle" ID="FileDialogWizard.__handle"></a> 144 <a NAME="FileDialogWizard.__handle" ID="FileDialogWizard.__handle"></a>
146 <h4>FileDialogWizard.__handle</h4> 145 <h4>FileDialogWizard.__handle</h4>
147 <b>__handle</b>(<i>variant</i>) 146 <b>__handle</b>(<i>variant</i>)
148
149 <p> 147 <p>
150 Private method to handle the wizards action. 148 Private method to handle the wizards action.
151 </p> 149 </p>
150
152 <dl> 151 <dl>
153 152
154 <dt><i>variant</i> (str)</dt> 153 <dt><i>variant</i> (str)</dt>
155 <dd> 154 <dd>
156 dialog variant to be generated 155 dialog variant to be generated
165 </dd> 164 </dd>
166 </dl> 165 </dl>
167 <a NAME="FileDialogWizard.__handleEricFileDialog" ID="FileDialogWizard.__handleEricFileDialog"></a> 166 <a NAME="FileDialogWizard.__handleEricFileDialog" ID="FileDialogWizard.__handleEricFileDialog"></a>
168 <h4>FileDialogWizard.__handleEricFileDialog</h4> 167 <h4>FileDialogWizard.__handleEricFileDialog</h4>
169 <b>__handleEricFileDialog</b>(<i></i>) 168 <b>__handleEricFileDialog</b>(<i></i>)
170
171 <p> 169 <p>
172 Private slot to handle the wizard EricFileDialog action. 170 Private slot to handle the wizard EricFileDialog action.
173 </p> 171 </p>
172
174 <a NAME="FileDialogWizard.__handleQFileDialog" ID="FileDialogWizard.__handleQFileDialog"></a> 173 <a NAME="FileDialogWizard.__handleQFileDialog" ID="FileDialogWizard.__handleQFileDialog"></a>
175 <h4>FileDialogWizard.__handleQFileDialog</h4> 174 <h4>FileDialogWizard.__handleQFileDialog</h4>
176 <b>__handleQFileDialog</b>(<i></i>) 175 <b>__handleQFileDialog</b>(<i></i>)
177
178 <p> 176 <p>
179 Private slot to handle the wizard QFileDialog action. 177 Private slot to handle the wizard QFileDialog action.
180 </p> 178 </p>
179
181 <a NAME="FileDialogWizard.__initActions" ID="FileDialogWizard.__initActions"></a> 180 <a NAME="FileDialogWizard.__initActions" ID="FileDialogWizard.__initActions"></a>
182 <h4>FileDialogWizard.__initActions</h4> 181 <h4>FileDialogWizard.__initActions</h4>
183 <b>__initActions</b>(<i></i>) 182 <b>__initActions</b>(<i></i>)
184
185 <p> 183 <p>
186 Private method to initialize the actions. 184 Private method to initialize the actions.
187 </p> 185 </p>
186
188 <a NAME="FileDialogWizard.__initMenu" ID="FileDialogWizard.__initMenu"></a> 187 <a NAME="FileDialogWizard.__initMenu" ID="FileDialogWizard.__initMenu"></a>
189 <h4>FileDialogWizard.__initMenu</h4> 188 <h4>FileDialogWizard.__initMenu</h4>
190 <b>__initMenu</b>(<i></i>) 189 <b>__initMenu</b>(<i></i>)
191
192 <p> 190 <p>
193 Private method to add the actions to the right menu. 191 Private method to add the actions to the right menu.
194 </p> 192 </p>
193
195 <a NAME="FileDialogWizard.activate" ID="FileDialogWizard.activate"></a> 194 <a NAME="FileDialogWizard.activate" ID="FileDialogWizard.activate"></a>
196 <h4>FileDialogWizard.activate</h4> 195 <h4>FileDialogWizard.activate</h4>
197 <b>activate</b>(<i></i>) 196 <b>activate</b>(<i></i>)
198
199 <p> 197 <p>
200 Public method to activate this plugin. 198 Public method to activate this plugin.
201 </p> 199 </p>
200
202 <dl> 201 <dl>
203 <dt>Return:</dt> 202 <dt>Return:</dt>
204 <dd> 203 <dd>
205 tuple of None and activation status 204 tuple of None and activation status
206 </dd> 205 </dd>
212 </dd> 211 </dd>
213 </dl> 212 </dl>
214 <a NAME="FileDialogWizard.deactivate" ID="FileDialogWizard.deactivate"></a> 213 <a NAME="FileDialogWizard.deactivate" ID="FileDialogWizard.deactivate"></a>
215 <h4>FileDialogWizard.deactivate</h4> 214 <h4>FileDialogWizard.deactivate</h4>
216 <b>deactivate</b>(<i></i>) 215 <b>deactivate</b>(<i></i>)
217
218 <p> 216 <p>
219 Public method to deactivate this plugin. 217 Public method to deactivate this plugin.
220 </p> 218 </p>
219
221 <div align="right"><a href="#top">Up</a></div> 220 <div align="right"><a href="#top">Up</a></div>
222 <hr /> 221 <hr />
223 </body></html> 222 </body></html>

eric ide

mercurial