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.PluginWizardDotDesktop</h1> |
9 <h1>eric7.Plugins.PluginWizardDotDesktop</h1> |
10 |
|
11 <p> |
10 <p> |
12 Module implementing the .desktop wizard plug-in. |
11 Module implementing the .desktop wizard plug-in. |
13 </p> |
12 </p> |
|
13 |
14 <h3>Global Attributes</h3> |
14 <h3>Global Attributes</h3> |
|
15 <table> |
|
16 <tr><td>__header__</td></tr> |
|
17 <tr><td>error</td></tr> |
|
18 </table> |
15 |
19 |
|
20 <h3>Classes</h3> |
16 <table> |
21 <table> |
17 <tr><td>__header__</td></tr><tr><td>error</td></tr> |
|
18 </table> |
|
19 <h3>Classes</h3> |
|
20 |
|
21 <table> |
|
22 |
|
23 <tr> |
22 <tr> |
24 <td><a href="#DotDesktopWizard">DotDesktopWizard</a></td> |
23 <td><a href="#DotDesktopWizard">DotDesktopWizard</a></td> |
25 <td>Class implementing the .desktop wizard plug-in.</td> |
24 <td>Class implementing the .desktop wizard plug-in.</td> |
26 </tr> |
25 </tr> |
27 </table> |
26 </table> |
|
27 |
28 <h3>Functions</h3> |
28 <h3>Functions</h3> |
29 |
|
30 <table> |
29 <table> |
31 <tr><td>None</td></tr> |
30 <tr><td>None</td></tr> |
32 </table> |
31 </table> |
|
32 |
33 <hr /> |
33 <hr /> |
34 <hr /> |
34 <hr /> |
35 <a NAME="DotDesktopWizard" ID="DotDesktopWizard"></a> |
35 <a NAME="DotDesktopWizard" ID="DotDesktopWizard"></a> |
36 <h2>DotDesktopWizard</h2> |
36 <h2>DotDesktopWizard</h2> |
37 |
|
38 <p> |
37 <p> |
39 Class implementing the .desktop wizard plug-in. |
38 Class implementing the .desktop wizard plug-in. |
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 |
|
45 <table> |
44 <table> |
46 <tr><td>None</td></tr> |
45 <tr><td>None</td></tr> |
47 </table> |
46 </table> |
|
47 |
48 <h3>Class Methods</h3> |
48 <h3>Class Methods</h3> |
49 |
|
50 <table> |
49 <table> |
51 <tr><td>None</td></tr> |
50 <tr><td>None</td></tr> |
52 </table> |
51 </table> |
|
52 |
53 <h3>Methods</h3> |
53 <h3>Methods</h3> |
54 |
|
55 <table> |
54 <table> |
56 |
|
57 <tr> |
55 <tr> |
58 <td><a href="#DotDesktopWizard.__init__">DotDesktopWizard</a></td> |
56 <td><a href="#DotDesktopWizard.__init__">DotDesktopWizard</a></td> |
59 <td>Constructor</td> |
57 <td>Constructor</td> |
60 </tr> |
58 </tr> |
61 <tr> |
59 <tr> |
81 <tr> |
79 <tr> |
82 <td><a href="#DotDesktopWizard.deactivate">deactivate</a></td> |
80 <td><a href="#DotDesktopWizard.deactivate">deactivate</a></td> |
83 <td>Public method to deactivate this plug-in.</td> |
81 <td>Public method to deactivate this plug-in.</td> |
84 </tr> |
82 </tr> |
85 </table> |
83 </table> |
|
84 |
86 <h3>Static Methods</h3> |
85 <h3>Static Methods</h3> |
87 |
|
88 <table> |
86 <table> |
89 <tr><td>None</td></tr> |
87 <tr><td>None</td></tr> |
90 </table> |
88 </table> |
91 |
89 |
|
90 |
92 <a NAME="DotDesktopWizard.__init__" ID="DotDesktopWizard.__init__"></a> |
91 <a NAME="DotDesktopWizard.__init__" ID="DotDesktopWizard.__init__"></a> |
93 <h4>DotDesktopWizard (Constructor)</h4> |
92 <h4>DotDesktopWizard (Constructor)</h4> |
94 <b>DotDesktopWizard</b>(<i>ui</i>) |
93 <b>DotDesktopWizard</b>(<i>ui</i>) |
95 |
|
96 <p> |
94 <p> |
97 Constructor |
95 Constructor |
98 </p> |
96 </p> |
|
97 |
99 <dl> |
98 <dl> |
100 |
99 |
101 <dt><i>ui</i> (UserInterface)</dt> |
100 <dt><i>ui</i> (UserInterface)</dt> |
102 <dd> |
101 <dd> |
103 reference to the user interface object |
102 reference to the user interface object |
104 </dd> |
103 </dd> |
105 </dl> |
104 </dl> |
106 <a NAME="DotDesktopWizard.__handle" ID="DotDesktopWizard.__handle"></a> |
105 <a NAME="DotDesktopWizard.__handle" ID="DotDesktopWizard.__handle"></a> |
107 <h4>DotDesktopWizard.__handle</h4> |
106 <h4>DotDesktopWizard.__handle</h4> |
108 <b>__handle</b>(<i></i>) |
107 <b>__handle</b>(<i></i>) |
109 |
|
110 <p> |
108 <p> |
111 Private method to handle the wizards action. |
109 Private method to handle the wizards action. |
112 </p> |
110 </p> |
|
111 |
113 <a NAME="DotDesktopWizard.__initAction" ID="DotDesktopWizard.__initAction"></a> |
112 <a NAME="DotDesktopWizard.__initAction" ID="DotDesktopWizard.__initAction"></a> |
114 <h4>DotDesktopWizard.__initAction</h4> |
113 <h4>DotDesktopWizard.__initAction</h4> |
115 <b>__initAction</b>(<i></i>) |
114 <b>__initAction</b>(<i></i>) |
116 |
|
117 <p> |
115 <p> |
118 Private method to initialize the action. |
116 Private method to initialize the action. |
119 </p> |
117 </p> |
|
118 |
120 <a NAME="DotDesktopWizard.__initMenu" ID="DotDesktopWizard.__initMenu"></a> |
119 <a NAME="DotDesktopWizard.__initMenu" ID="DotDesktopWizard.__initMenu"></a> |
121 <h4>DotDesktopWizard.__initMenu</h4> |
120 <h4>DotDesktopWizard.__initMenu</h4> |
122 <b>__initMenu</b>(<i></i>) |
121 <b>__initMenu</b>(<i></i>) |
123 |
|
124 <p> |
122 <p> |
125 Private method to add the actions to the right menu. |
123 Private method to add the actions to the right menu. |
126 </p> |
124 </p> |
|
125 |
127 <a NAME="DotDesktopWizard.__initialize" ID="DotDesktopWizard.__initialize"></a> |
126 <a NAME="DotDesktopWizard.__initialize" ID="DotDesktopWizard.__initialize"></a> |
128 <h4>DotDesktopWizard.__initialize</h4> |
127 <h4>DotDesktopWizard.__initialize</h4> |
129 <b>__initialize</b>(<i></i>) |
128 <b>__initialize</b>(<i></i>) |
130 |
|
131 <p> |
129 <p> |
132 Private slot to (re)initialize the plug-in. |
130 Private slot to (re)initialize the plug-in. |
133 </p> |
131 </p> |
|
132 |
134 <a NAME="DotDesktopWizard.activate" ID="DotDesktopWizard.activate"></a> |
133 <a NAME="DotDesktopWizard.activate" ID="DotDesktopWizard.activate"></a> |
135 <h4>DotDesktopWizard.activate</h4> |
134 <h4>DotDesktopWizard.activate</h4> |
136 <b>activate</b>(<i></i>) |
135 <b>activate</b>(<i></i>) |
137 |
|
138 <p> |
136 <p> |
139 Public method to activate this plug-in. |
137 Public method to activate this plug-in. |
140 </p> |
138 </p> |
|
139 |
141 <dl> |
140 <dl> |
142 <dt>Return:</dt> |
141 <dt>Return:</dt> |
143 <dd> |
142 <dd> |
144 tuple of None and activation status |
143 tuple of None and activation status |
145 </dd> |
144 </dd> |