|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric7.Plugins.PluginWizardDotDesktop</title> |
|
4 <meta charset="UTF-8"> |
|
5 <style> |
|
6 body { |
|
7 background: #EDECE6; |
|
8 margin: 0em 1em 10em 1em; |
|
9 color: black; |
|
10 } |
|
11 |
|
12 h1 { color: white; background: #85774A; } |
|
13 h2 { color: white; background: #85774A; } |
|
14 h3 { color: white; background: #9D936E; } |
|
15 h4 { color: white; background: #9D936E; } |
|
16 |
|
17 a { color: #BA6D36; } |
|
18 |
|
19 </style> |
|
20 </head> |
|
21 <body> |
|
22 <a NAME="top" ID="top"></a> |
|
23 <h1>eric7.Plugins.PluginWizardDotDesktop</h1> |
|
24 |
|
25 <p> |
|
26 Module implementing the .desktop wizard plug-in. |
|
27 </p> |
|
28 <h3>Global Attributes</h3> |
|
29 |
|
30 <table> |
|
31 <tr><td>author</td></tr><tr><td>autoactivate</td></tr><tr><td>className</td></tr><tr><td>deactivateable</td></tr><tr><td>error</td></tr><tr><td>longDescription</td></tr><tr><td>name</td></tr><tr><td>needsRestart</td></tr><tr><td>packageName</td></tr><tr><td>pyqtApi</td></tr><tr><td>shortDescription</td></tr><tr><td>version</td></tr> |
|
32 </table> |
|
33 <h3>Classes</h3> |
|
34 |
|
35 <table> |
|
36 |
|
37 <tr> |
|
38 <td><a href="#DotDesktopWizard">DotDesktopWizard</a></td> |
|
39 <td>Class implementing the .desktop wizard plug-in.</td> |
|
40 </tr> |
|
41 </table> |
|
42 <h3>Functions</h3> |
|
43 |
|
44 <table> |
|
45 <tr><td>None</td></tr> |
|
46 </table> |
|
47 <hr /> |
|
48 <hr /> |
|
49 <a NAME="DotDesktopWizard" ID="DotDesktopWizard"></a> |
|
50 <h2>DotDesktopWizard</h2> |
|
51 |
|
52 <p> |
|
53 Class implementing the .desktop wizard plug-in. |
|
54 </p> |
|
55 <h3>Derived from</h3> |
|
56 QObject |
|
57 <h3>Class Attributes</h3> |
|
58 |
|
59 <table> |
|
60 <tr><td>None</td></tr> |
|
61 </table> |
|
62 <h3>Class Methods</h3> |
|
63 |
|
64 <table> |
|
65 <tr><td>None</td></tr> |
|
66 </table> |
|
67 <h3>Methods</h3> |
|
68 |
|
69 <table> |
|
70 |
|
71 <tr> |
|
72 <td><a href="#DotDesktopWizard.__init__">DotDesktopWizard</a></td> |
|
73 <td>Constructor</td> |
|
74 </tr> |
|
75 <tr> |
|
76 <td><a href="#DotDesktopWizard.__handle">__handle</a></td> |
|
77 <td>Private method to handle the wizards action.</td> |
|
78 </tr> |
|
79 <tr> |
|
80 <td><a href="#DotDesktopWizard.__initAction">__initAction</a></td> |
|
81 <td>Private method to initialize the action.</td> |
|
82 </tr> |
|
83 <tr> |
|
84 <td><a href="#DotDesktopWizard.__initMenu">__initMenu</a></td> |
|
85 <td>Private method to add the actions to the right menu.</td> |
|
86 </tr> |
|
87 <tr> |
|
88 <td><a href="#DotDesktopWizard.__initialize">__initialize</a></td> |
|
89 <td>Private slot to (re)initialize the plug-in.</td> |
|
90 </tr> |
|
91 <tr> |
|
92 <td><a href="#DotDesktopWizard.activate">activate</a></td> |
|
93 <td>Public method to activate this plug-in.</td> |
|
94 </tr> |
|
95 <tr> |
|
96 <td><a href="#DotDesktopWizard.deactivate">deactivate</a></td> |
|
97 <td>Public method to deactivate this plug-in.</td> |
|
98 </tr> |
|
99 </table> |
|
100 <h3>Static Methods</h3> |
|
101 |
|
102 <table> |
|
103 <tr><td>None</td></tr> |
|
104 </table> |
|
105 |
|
106 <a NAME="DotDesktopWizard.__init__" ID="DotDesktopWizard.__init__"></a> |
|
107 <h4>DotDesktopWizard (Constructor)</h4> |
|
108 <b>DotDesktopWizard</b>(<i>ui</i>) |
|
109 |
|
110 <p> |
|
111 Constructor |
|
112 </p> |
|
113 <dl> |
|
114 |
|
115 <dt><i>ui</i></dt> |
|
116 <dd> |
|
117 reference to the user interface object (UI.UserInterface) |
|
118 </dd> |
|
119 </dl> |
|
120 <a NAME="DotDesktopWizard.__handle" ID="DotDesktopWizard.__handle"></a> |
|
121 <h4>DotDesktopWizard.__handle</h4> |
|
122 <b>__handle</b>(<i></i>) |
|
123 |
|
124 <p> |
|
125 Private method to handle the wizards action. |
|
126 </p> |
|
127 <a NAME="DotDesktopWizard.__initAction" ID="DotDesktopWizard.__initAction"></a> |
|
128 <h4>DotDesktopWizard.__initAction</h4> |
|
129 <b>__initAction</b>(<i></i>) |
|
130 |
|
131 <p> |
|
132 Private method to initialize the action. |
|
133 </p> |
|
134 <a NAME="DotDesktopWizard.__initMenu" ID="DotDesktopWizard.__initMenu"></a> |
|
135 <h4>DotDesktopWizard.__initMenu</h4> |
|
136 <b>__initMenu</b>(<i></i>) |
|
137 |
|
138 <p> |
|
139 Private method to add the actions to the right menu. |
|
140 </p> |
|
141 <a NAME="DotDesktopWizard.__initialize" ID="DotDesktopWizard.__initialize"></a> |
|
142 <h4>DotDesktopWizard.__initialize</h4> |
|
143 <b>__initialize</b>(<i></i>) |
|
144 |
|
145 <p> |
|
146 Private slot to (re)initialize the plug-in. |
|
147 </p> |
|
148 <a NAME="DotDesktopWizard.activate" ID="DotDesktopWizard.activate"></a> |
|
149 <h4>DotDesktopWizard.activate</h4> |
|
150 <b>activate</b>(<i></i>) |
|
151 |
|
152 <p> |
|
153 Public method to activate this plug-in. |
|
154 </p> |
|
155 <dl> |
|
156 <dt>Return:</dt> |
|
157 <dd> |
|
158 tuple of None and activation status (boolean) |
|
159 </dd> |
|
160 </dl> |
|
161 <a NAME="DotDesktopWizard.deactivate" ID="DotDesktopWizard.deactivate"></a> |
|
162 <h4>DotDesktopWizard.deactivate</h4> |
|
163 <b>deactivate</b>(<i></i>) |
|
164 |
|
165 <p> |
|
166 Public method to deactivate this plug-in. |
|
167 </p> |
|
168 <div align="right"><a href="#top">Up</a></div> |
|
169 <hr /> |
|
170 </body></html> |