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

branch
eric7
changeset 10437
2f70ca07f0af
parent 10070
9f5758c0fec1
child 10479
856476537696
equal deleted inserted replaced
10436:f6881d10e995 10437:2f70ca07f0af
100 <p> 100 <p>
101 Constructor 101 Constructor
102 </p> 102 </p>
103 <dl> 103 <dl>
104 104
105 <dt><i>ui</i></dt> 105 <dt><i>ui</i> (UserInterface)</dt>
106 <dd> 106 <dd>
107 reference to the user interface object (UI.UserInterface) 107 reference to the user interface object
108 </dd> 108 </dd>
109 </dl> 109 </dl>
110 <a NAME="WizardEricPluginWizard.__callForm" ID="WizardEricPluginWizard.__callForm"></a> 110 <a NAME="WizardEricPluginWizard.__callForm" ID="WizardEricPluginWizard.__callForm"></a>
111 <h4>WizardEricPluginWizard.__callForm</h4> 111 <h4>WizardEricPluginWizard.__callForm</h4>
112 <b>__callForm</b>(<i></i>) 112 <b>__callForm</b>(<i></i>)
115 Private method to display a dialog and get the code. 115 Private method to display a dialog and get the code.
116 </p> 116 </p>
117 <dl> 117 <dl>
118 <dt>Return:</dt> 118 <dt>Return:</dt>
119 <dd> 119 <dd>
120 generated code (string), the plug-in package name (string) 120 generated code, the plug-in package name and a flag indicating success
121 and a flag indicating success (boolean) 121 </dd>
122 </dl>
123 <dl>
124 <dt>Return Type:</dt>
125 <dd>
126 tuple of (str, str, bool)
122 </dd> 127 </dd>
123 </dl> 128 </dl>
124 <a NAME="WizardEricPluginWizard.__handle" ID="WizardEricPluginWizard.__handle"></a> 129 <a NAME="WizardEricPluginWizard.__handle" ID="WizardEricPluginWizard.__handle"></a>
125 <h4>WizardEricPluginWizard.__handle</h4> 130 <h4>WizardEricPluginWizard.__handle</h4>
126 <b>__handle</b>(<i></i>) 131 <b>__handle</b>(<i></i>)
157 Public method to activate this plug-in. 162 Public method to activate this plug-in.
158 </p> 163 </p>
159 <dl> 164 <dl>
160 <dt>Return:</dt> 165 <dt>Return:</dt>
161 <dd> 166 <dd>
162 tuple of None and activation status (boolean) 167 tuple of None and activation status
168 </dd>
169 </dl>
170 <dl>
171 <dt>Return Type:</dt>
172 <dd>
173 bool
163 </dd> 174 </dd>
164 </dl> 175 </dl>
165 <a NAME="WizardEricPluginWizard.deactivate" ID="WizardEricPluginWizard.deactivate"></a> 176 <a NAME="WizardEricPluginWizard.deactivate" ID="WizardEricPluginWizard.deactivate"></a>
166 <h4>WizardEricPluginWizard.deactivate</h4> 177 <h4>WizardEricPluginWizard.deactivate</h4>
167 <b>deactivate</b>(<i></i>) 178 <b>deactivate</b>(<i></i>)

eric ide

mercurial