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

branch
eric7
changeset 10479
856476537696
parent 10064
8c3207703dac
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.PluginWizardSetup</h1> 9 <h1>eric7.Plugins.PluginWizardSetup</h1>
10
11 <p> 10 <p>
12 Module implementing the setup.py wizard plug-in. 11 Module implementing the setup.py 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="#SetupWizard">SetupWizard</a></td> 23 <td><a href="#SetupWizard">SetupWizard</a></td>
25 <td>Class implementing the setup.py wizard plug-in.</td> 24 <td>Class implementing the setup.py 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="SetupWizard" ID="SetupWizard"></a> 35 <a NAME="SetupWizard" ID="SetupWizard"></a>
36 <h2>SetupWizard</h2> 36 <h2>SetupWizard</h2>
37
38 <p> 37 <p>
39 Class implementing the setup.py wizard plug-in. 38 Class implementing the setup.py 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="#SetupWizard.__init__">SetupWizard</a></td> 56 <td><a href="#SetupWizard.__init__">SetupWizard</a></td>
59 <td>Constructor</td> 57 <td>Constructor</td>
60 </tr> 58 </tr>
61 <tr> 59 <tr>
77 <tr> 75 <tr>
78 <td><a href="#SetupWizard.deactivate">deactivate</a></td> 76 <td><a href="#SetupWizard.deactivate">deactivate</a></td>
79 <td>Public method to deactivate this plug-in.</td> 77 <td>Public method to deactivate this plug-in.</td>
80 </tr> 78 </tr>
81 </table> 79 </table>
80
82 <h3>Static Methods</h3> 81 <h3>Static Methods</h3>
83
84 <table> 82 <table>
85 <tr><td>None</td></tr> 83 <tr><td>None</td></tr>
86 </table> 84 </table>
87 85
86
88 <a NAME="SetupWizard.__init__" ID="SetupWizard.__init__"></a> 87 <a NAME="SetupWizard.__init__" ID="SetupWizard.__init__"></a>
89 <h4>SetupWizard (Constructor)</h4> 88 <h4>SetupWizard (Constructor)</h4>
90 <b>SetupWizard</b>(<i>ui</i>) 89 <b>SetupWizard</b>(<i>ui</i>)
91
92 <p> 90 <p>
93 Constructor 91 Constructor
94 </p> 92 </p>
93
95 <dl> 94 <dl>
96 95
97 <dt><i>ui</i> (UI.UserInterface)</dt> 96 <dt><i>ui</i> (UI.UserInterface)</dt>
98 <dd> 97 <dd>
99 reference to the user interface object 98 reference to the user interface object
100 </dd> 99 </dd>
101 </dl> 100 </dl>
102 <a NAME="SetupWizard.__handle" ID="SetupWizard.__handle"></a> 101 <a NAME="SetupWizard.__handle" ID="SetupWizard.__handle"></a>
103 <h4>SetupWizard.__handle</h4> 102 <h4>SetupWizard.__handle</h4>
104 <b>__handle</b>(<i>category</i>) 103 <b>__handle</b>(<i>category</i>)
105
106 <p> 104 <p>
107 Private method to handle the wizards action. 105 Private method to handle the wizards action.
108 </p> 106 </p>
107
109 <dl> 108 <dl>
110 109
111 <dt><i>category</i> (str)</dt> 110 <dt><i>category</i> (str)</dt>
112 <dd> 111 <dd>
113 category of setup file to create 112 category of setup file to create
114 </dd> 113 </dd>
115 </dl> 114 </dl>
116 <a NAME="SetupWizard.__initActions" ID="SetupWizard.__initActions"></a> 115 <a NAME="SetupWizard.__initActions" ID="SetupWizard.__initActions"></a>
117 <h4>SetupWizard.__initActions</h4> 116 <h4>SetupWizard.__initActions</h4>
118 <b>__initActions</b>(<i></i>) 117 <b>__initActions</b>(<i></i>)
119
120 <p> 118 <p>
121 Private method to initialize the actions. 119 Private method to initialize the actions.
122 </p> 120 </p>
121
123 <a NAME="SetupWizard.__initMenu" ID="SetupWizard.__initMenu"></a> 122 <a NAME="SetupWizard.__initMenu" ID="SetupWizard.__initMenu"></a>
124 <h4>SetupWizard.__initMenu</h4> 123 <h4>SetupWizard.__initMenu</h4>
125 <b>__initMenu</b>(<i></i>) 124 <b>__initMenu</b>(<i></i>)
126
127 <p> 125 <p>
128 Private method to add the actions to the right menu. 126 Private method to add the actions to the right menu.
129 </p> 127 </p>
128
130 <a NAME="SetupWizard.activate" ID="SetupWizard.activate"></a> 129 <a NAME="SetupWizard.activate" ID="SetupWizard.activate"></a>
131 <h4>SetupWizard.activate</h4> 130 <h4>SetupWizard.activate</h4>
132 <b>activate</b>(<i></i>) 131 <b>activate</b>(<i></i>)
133
134 <p> 132 <p>
135 Public method to activate this plug-in. 133 Public method to activate this plug-in.
136 </p> 134 </p>
135
137 <dl> 136 <dl>
138 <dt>Return:</dt> 137 <dt>Return:</dt>
139 <dd> 138 <dd>
140 tuple of None and activation status 139 tuple of None and activation status
141 </dd> 140 </dd>
147 </dd> 146 </dd>
148 </dl> 147 </dl>
149 <a NAME="SetupWizard.deactivate" ID="SetupWizard.deactivate"></a> 148 <a NAME="SetupWizard.deactivate" ID="SetupWizard.deactivate"></a>
150 <h4>SetupWizard.deactivate</h4> 149 <h4>SetupWizard.deactivate</h4>
151 <b>deactivate</b>(<i></i>) 150 <b>deactivate</b>(<i></i>)
152
153 <p> 151 <p>
154 Public method to deactivate this plug-in. 152 Public method to deactivate this plug-in.
155 </p> 153 </p>
154
156 <div align="right"><a href="#top">Up</a></div> 155 <div align="right"><a href="#top">Up</a></div>
157 <hr /> 156 <hr />
158 </body></html> 157 </body></html>

eric ide

mercurial