Documentation/Source/eric6.Plugins.PluginWizardDotDesktop.html

changeset 6017
dab01678626d
equal deleted inserted replaced
6016:3d594f66a7f7 6017:dab01678626d
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric6.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><a NAME="top" ID="top"></a>
22 <h1>eric6.Plugins.PluginWizardDotDesktop</h1>
23 <p>
24 Module implementing the .desktop wizard plug-in.
25 </p>
26 <h3>Global Attributes</h3>
27 <table>
28 <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>python2Compatible</td></tr><tr><td>shortDescription</td></tr><tr><td>version</td></tr>
29 </table>
30 <h3>Classes</h3>
31 <table>
32 <tr>
33 <td><a href="#DotDesktopWizard">DotDesktopWizard</a></td>
34 <td>Class implementing the .desktop wizard plug-in.</td>
35 </tr>
36 </table>
37 <h3>Functions</h3>
38 <table>
39 <tr><td>None</td></tr>
40 </table>
41 <hr /><hr />
42 <a NAME="DotDesktopWizard" ID="DotDesktopWizard"></a>
43 <h2>DotDesktopWizard</h2>
44 <p>
45 Class implementing the .desktop wizard plug-in.
46 </p>
47 <h3>Derived from</h3>
48 QObject
49 <h3>Class Attributes</h3>
50 <table>
51 <tr><td>None</td></tr>
52 </table>
53 <h3>Class Methods</h3>
54 <table>
55 <tr><td>None</td></tr>
56 </table>
57 <h3>Methods</h3>
58 <table>
59 <tr>
60 <td><a href="#DotDesktopWizard.__init__">DotDesktopWizard</a></td>
61 <td>Constructor</td>
62 </tr><tr>
63 <td><a href="#DotDesktopWizard.__handle">__handle</a></td>
64 <td>Private method to handle the wizards action.</td>
65 </tr><tr>
66 <td><a href="#DotDesktopWizard.__initAction">__initAction</a></td>
67 <td>Private method to initialize the action.</td>
68 </tr><tr>
69 <td><a href="#DotDesktopWizard.__initMenu">__initMenu</a></td>
70 <td>Private method to add the actions to the right menu.</td>
71 </tr><tr>
72 <td><a href="#DotDesktopWizard.__initialize">__initialize</a></td>
73 <td>Private slot to (re)initialize the plug-in.</td>
74 </tr><tr>
75 <td><a href="#DotDesktopWizard.activate">activate</a></td>
76 <td>Public method to activate this plug-in.</td>
77 </tr><tr>
78 <td><a href="#DotDesktopWizard.deactivate">deactivate</a></td>
79 <td>Public method to deactivate this plug-in.</td>
80 </tr>
81 </table>
82 <h3>Static Methods</h3>
83 <table>
84 <tr><td>None</td></tr>
85 </table>
86 <a NAME="DotDesktopWizard.__init__" ID="DotDesktopWizard.__init__"></a>
87 <h4>DotDesktopWizard (Constructor)</h4>
88 <b>DotDesktopWizard</b>(<i>ui</i>)
89 <p>
90 Constructor
91 </p><dl>
92 <dt><i>ui</i></dt>
93 <dd>
94 reference to the user interface object (UI.UserInterface)
95 </dd>
96 </dl><a NAME="DotDesktopWizard.__handle" ID="DotDesktopWizard.__handle"></a>
97 <h4>DotDesktopWizard.__handle</h4>
98 <b>__handle</b>(<i></i>)
99 <p>
100 Private method to handle the wizards action.
101 </p><a NAME="DotDesktopWizard.__initAction" ID="DotDesktopWizard.__initAction"></a>
102 <h4>DotDesktopWizard.__initAction</h4>
103 <b>__initAction</b>(<i></i>)
104 <p>
105 Private method to initialize the action.
106 </p><a NAME="DotDesktopWizard.__initMenu" ID="DotDesktopWizard.__initMenu"></a>
107 <h4>DotDesktopWizard.__initMenu</h4>
108 <b>__initMenu</b>(<i></i>)
109 <p>
110 Private method to add the actions to the right menu.
111 </p><a NAME="DotDesktopWizard.__initialize" ID="DotDesktopWizard.__initialize"></a>
112 <h4>DotDesktopWizard.__initialize</h4>
113 <b>__initialize</b>(<i></i>)
114 <p>
115 Private slot to (re)initialize the plug-in.
116 </p><a NAME="DotDesktopWizard.activate" ID="DotDesktopWizard.activate"></a>
117 <h4>DotDesktopWizard.activate</h4>
118 <b>activate</b>(<i></i>)
119 <p>
120 Public method to activate this plug-in.
121 </p><dl>
122 <dt>Returns:</dt>
123 <dd>
124 tuple of None and activation status (boolean)
125 </dd>
126 </dl><a NAME="DotDesktopWizard.deactivate" ID="DotDesktopWizard.deactivate"></a>
127 <h4>DotDesktopWizard.deactivate</h4>
128 <b>deactivate</b>(<i></i>)
129 <p>
130 Public method to deactivate this plug-in.
131 </p>
132 <div align="right"><a href="#top">Up</a></div>
133 <hr />
134 </body></html>

eric ide

mercurial