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

branch
eric7
changeset 10437
2f70ca07f0af
parent 10316
bae834dc40ec
child 10479
856476537696
equal deleted inserted replaced
10436:f6881d10e995 10437:2f70ca07f0af
104 <p> 104 <p>
105 Constructor 105 Constructor
106 </p> 106 </p>
107 <dl> 107 <dl>
108 108
109 <dt><i>ui</i></dt> 109 <dt><i>ui</i> (UserInterface)</dt>
110 <dd> 110 <dd>
111 reference to the user interface object (UI.UserInterface) 111 reference to the user interface object
112 </dd> 112 </dd>
113 </dl> 113 </dl>
114 <a NAME="EricdocPlugin.__doEricdoc" ID="EricdocPlugin.__doEricdoc"></a> 114 <a NAME="EricdocPlugin.__doEricdoc" ID="EricdocPlugin.__doEricdoc"></a>
115 <h4>EricdocPlugin.__doEricdoc</h4> 115 <h4>EricdocPlugin.__doEricdoc</h4>
116 <b>__doEricdoc</b>(<i></i>) 116 <b>__doEricdoc</b>(<i></i>)
147 Private slot called, when the the project menu or a submenu is 147 Private slot called, when the the project menu or a submenu is
148 about to be shown. 148 about to be shown.
149 </p> 149 </p>
150 <dl> 150 <dl>
151 151
152 <dt><i>menuName</i></dt> 152 <dt><i>menuName</i> (str)</dt>
153 <dd> 153 <dd>
154 name of the menu to be shown (string) 154 name of the menu to be shown
155 </dd> 155 </dd>
156 <dt><i>menu</i></dt> 156 <dt><i>menu</i> (QMenu)</dt>
157 <dd> 157 <dd>
158 reference to the menu (QMenu) 158 reference to the menu
159 </dd> 159 </dd>
160 </dl> 160 </dl>
161 <a NAME="EricdocPlugin.activate" ID="EricdocPlugin.activate"></a> 161 <a NAME="EricdocPlugin.activate" ID="EricdocPlugin.activate"></a>
162 <h4>EricdocPlugin.activate</h4> 162 <h4>EricdocPlugin.activate</h4>
163 <b>activate</b>(<i></i>) 163 <b>activate</b>(<i></i>)
166 Public method to activate this plugin. 166 Public method to activate this plugin.
167 </p> 167 </p>
168 <dl> 168 <dl>
169 <dt>Return:</dt> 169 <dt>Return:</dt>
170 <dd> 170 <dd>
171 tuple of None and activation status (boolean) 171 tuple of None and activation status
172 </dd>
173 </dl>
174 <dl>
175 <dt>Return Type:</dt>
176 <dd>
177 bool
172 </dd> 178 </dd>
173 </dl> 179 </dl>
174 <a NAME="EricdocPlugin.deactivate" ID="EricdocPlugin.deactivate"></a> 180 <a NAME="EricdocPlugin.deactivate" ID="EricdocPlugin.deactivate"></a>
175 <h4>EricdocPlugin.deactivate</h4> 181 <h4>EricdocPlugin.deactivate</h4>
176 <b>deactivate</b>(<i></i>) 182 <b>deactivate</b>(<i></i>)
193 <dd> 199 <dd>
194 dictionary containing the data to query the presence of 200 dictionary containing the data to query the presence of
195 the executable 201 the executable
196 </dd> 202 </dd>
197 </dl> 203 </dl>
204 <dl>
205 <dt>Return Type:</dt>
206 <dd>
207 dict
208 </dd>
209 </dl>
198 <div align="right"><a href="#top">Up</a></div> 210 <div align="right"><a href="#top">Up</a></div>
199 <hr /> 211 <hr />
200 </body></html> 212 </body></html>

eric ide

mercurial