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

branch
eric7
changeset 10479
856476537696
parent 10437
2f70ca07f0af
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.PluginWizardEricMessageBox</h1> 9 <h1>eric7.Plugins.PluginWizardEricMessageBox</h1>
10
11 <p> 10 <p>
12 This plugin shows the EricMessageBox wizard. 11 This plugin shows the EricMessageBox wizard.
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="#EricMessageBoxWizard">EricMessageBoxWizard</a></td> 23 <td><a href="#EricMessageBoxWizard">EricMessageBoxWizard</a></td>
25 <td>Class implementing the EricMessageBox wizard plugin.</td> 24 <td>Class implementing the EricMessageBox wizard plugin.</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="EricMessageBoxWizard" ID="EricMessageBoxWizard"></a> 35 <a NAME="EricMessageBoxWizard" ID="EricMessageBoxWizard"></a>
36 <h2>EricMessageBoxWizard</h2> 36 <h2>EricMessageBoxWizard</h2>
37
38 <p> 37 <p>
39 Class implementing the EricMessageBox wizard plugin. 38 Class implementing the EricMessageBox 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
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="#EricMessageBoxWizard.__init__">EricMessageBoxWizard</a></td> 56 <td><a href="#EricMessageBoxWizard.__init__">EricMessageBoxWizard</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="#EricMessageBoxWizard.deactivate">deactivate</a></td> 80 <td><a href="#EricMessageBoxWizard.deactivate">deactivate</a></td>
83 <td>Public method to deactivate this plugin.</td> 81 <td>Public method to deactivate this plugin.</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="EricMessageBoxWizard.__init__" ID="EricMessageBoxWizard.__init__"></a> 91 <a NAME="EricMessageBoxWizard.__init__" ID="EricMessageBoxWizard.__init__"></a>
93 <h4>EricMessageBoxWizard (Constructor)</h4> 92 <h4>EricMessageBoxWizard (Constructor)</h4>
94 <b>EricMessageBoxWizard</b>(<i>ui</i>) 93 <b>EricMessageBoxWizard</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="EricMessageBoxWizard.__callForm" ID="EricMessageBoxWizard.__callForm"></a> 105 <a NAME="EricMessageBoxWizard.__callForm" ID="EricMessageBoxWizard.__callForm"></a>
107 <h4>EricMessageBoxWizard.__callForm</h4> 106 <h4>EricMessageBoxWizard.__callForm</h4>
108 <b>__callForm</b>(<i>editor</i>) 107 <b>__callForm</b>(<i>editor</i>)
109
110 <p> 108 <p>
111 Private method to display a dialog and get the code. 109 Private method to display a dialog and get the code.
112 </p> 110 </p>
111
113 <dl> 112 <dl>
114 113
115 <dt><i>editor</i> (Editor)</dt> 114 <dt><i>editor</i> (Editor)</dt>
116 <dd> 115 <dd>
117 reference to the current editor 116 reference to the current editor
130 </dd> 129 </dd>
131 </dl> 130 </dl>
132 <a NAME="EricMessageBoxWizard.__handle" ID="EricMessageBoxWizard.__handle"></a> 131 <a NAME="EricMessageBoxWizard.__handle" ID="EricMessageBoxWizard.__handle"></a>
133 <h4>EricMessageBoxWizard.__handle</h4> 132 <h4>EricMessageBoxWizard.__handle</h4>
134 <b>__handle</b>(<i></i>) 133 <b>__handle</b>(<i></i>)
135
136 <p> 134 <p>
137 Private method to handle the wizards action. 135 Private method to handle the wizards action.
138 </p> 136 </p>
137
139 <a NAME="EricMessageBoxWizard.__initAction" ID="EricMessageBoxWizard.__initAction"></a> 138 <a NAME="EricMessageBoxWizard.__initAction" ID="EricMessageBoxWizard.__initAction"></a>
140 <h4>EricMessageBoxWizard.__initAction</h4> 139 <h4>EricMessageBoxWizard.__initAction</h4>
141 <b>__initAction</b>(<i></i>) 140 <b>__initAction</b>(<i></i>)
142
143 <p> 141 <p>
144 Private method to initialize the action. 142 Private method to initialize the action.
145 </p> 143 </p>
144
146 <a NAME="EricMessageBoxWizard.__initMenu" ID="EricMessageBoxWizard.__initMenu"></a> 145 <a NAME="EricMessageBoxWizard.__initMenu" ID="EricMessageBoxWizard.__initMenu"></a>
147 <h4>EricMessageBoxWizard.__initMenu</h4> 146 <h4>EricMessageBoxWizard.__initMenu</h4>
148 <b>__initMenu</b>(<i></i>) 147 <b>__initMenu</b>(<i></i>)
149
150 <p> 148 <p>
151 Private method to add the actions to the right menu. 149 Private method to add the actions to the right menu.
152 </p> 150 </p>
151
153 <a NAME="EricMessageBoxWizard.activate" ID="EricMessageBoxWizard.activate"></a> 152 <a NAME="EricMessageBoxWizard.activate" ID="EricMessageBoxWizard.activate"></a>
154 <h4>EricMessageBoxWizard.activate</h4> 153 <h4>EricMessageBoxWizard.activate</h4>
155 <b>activate</b>(<i></i>) 154 <b>activate</b>(<i></i>)
156
157 <p> 155 <p>
158 Public method to activate this plugin. 156 Public method to activate this plugin.
159 </p> 157 </p>
158
160 <dl> 159 <dl>
161 <dt>Return:</dt> 160 <dt>Return:</dt>
162 <dd> 161 <dd>
163 tuple of None and activation status 162 tuple of None and activation status
164 </dd> 163 </dd>
170 </dd> 169 </dd>
171 </dl> 170 </dl>
172 <a NAME="EricMessageBoxWizard.deactivate" ID="EricMessageBoxWizard.deactivate"></a> 171 <a NAME="EricMessageBoxWizard.deactivate" ID="EricMessageBoxWizard.deactivate"></a>
173 <h4>EricMessageBoxWizard.deactivate</h4> 172 <h4>EricMessageBoxWizard.deactivate</h4>
174 <b>deactivate</b>(<i></i>) 173 <b>deactivate</b>(<i></i>)
175
176 <p> 174 <p>
177 Public method to deactivate this plugin. 175 Public method to deactivate this plugin.
178 </p> 176 </p>
177
179 <div align="right"><a href="#top">Up</a></div> 178 <div align="right"><a href="#top">Up</a></div>
180 <hr /> 179 <hr />
181 </body></html> 180 </body></html>

eric ide

mercurial