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="EricapiPlugin.activate" ID="EricapiPlugin.activate"></a> |
161 <a NAME="EricapiPlugin.activate" ID="EricapiPlugin.activate"></a> |
162 <h4>EricapiPlugin.activate</h4> |
162 <h4>EricapiPlugin.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="EricapiPlugin.deactivate" ID="EricapiPlugin.deactivate"></a> |
180 <a NAME="EricapiPlugin.deactivate" ID="EricapiPlugin.deactivate"></a> |
175 <h4>EricapiPlugin.deactivate</h4> |
181 <h4>EricapiPlugin.deactivate</h4> |
176 <b>deactivate</b>(<i></i>) |
182 <b>deactivate</b>(<i></i>) |