98 </tr> |
98 </tr> |
99 <tr> |
99 <tr> |
100 <td><a href="#E5Application.unregisterPluginObject">unregisterPluginObject</a></td> |
100 <td><a href="#E5Application.unregisterPluginObject">unregisterPluginObject</a></td> |
101 <td>Public method to unregister a plugin object in the object registry.</td> |
101 <td>Public method to unregister a plugin object in the object registry.</td> |
102 </tr> |
102 </tr> |
|
103 <tr> |
|
104 <td><a href="#E5Application.usesDarkPalette">usesDarkPalette</a></td> |
|
105 <td>Public method to check, if the application uses a palette with a dark background.</td> |
|
106 </tr> |
103 </table> |
107 </table> |
104 <h3>Static Methods</h3> |
108 <h3>Static Methods</h3> |
105 |
109 |
106 <table> |
110 <table> |
107 <tr><td>None</td></tr> |
111 <tr><td>None</td></tr> |
214 <dt>Returns:</dt> |
236 <dt>Returns:</dt> |
215 <dd> |
237 <dd> |
216 list of (name, reference) pairs |
238 list of (name, reference) pairs |
217 </dd> |
239 </dd> |
218 </dl> |
240 </dl> |
|
241 <dl> |
|
242 <dt>Return Type:</dt> |
|
243 <dd> |
|
244 list of (str, any) |
|
245 </dd> |
|
246 </dl> |
219 <a NAME="E5Application.registerObject" ID="E5Application.registerObject"></a> |
247 <a NAME="E5Application.registerObject" ID="E5Application.registerObject"></a> |
220 <h4>E5Application.registerObject</h4> |
248 <h4>E5Application.registerObject</h4> |
221 <b>registerObject</b>(<i>name, objectRef</i>) |
249 <b>registerObject</b>(<i>name, objectRef</i>) |
222 |
250 |
223 <p> |
251 <p> |
224 Public method to register an object in the object registry. |
252 Public method to register an object in the object registry. |
225 </p> |
253 </p> |
226 <dl> |
254 <dl> |
227 |
255 |
228 <dt><i>name</i></dt> |
256 <dt><i>name</i> (str)</dt> |
229 <dd> |
257 <dd> |
230 name of the object (string) |
258 name of the object |
231 </dd> |
259 </dd> |
232 <dt><i>objectRef</i></dt> |
260 <dt><i>objectRef</i> (any)</dt> |
233 <dd> |
261 <dd> |
234 reference to the object |
262 reference to the object |
235 </dd> |
263 </dd> |
236 </dl> |
264 </dl> |
237 <dl> |
265 <dl> |
248 <p> |
276 <p> |
249 Public method to register a plugin object in the object registry. |
277 Public method to register a plugin object in the object registry. |
250 </p> |
278 </p> |
251 <dl> |
279 <dl> |
252 |
280 |
253 <dt><i>name</i></dt> |
281 <dt><i>name</i> (str)</dt> |
254 <dd> |
282 <dd> |
255 name of the plugin object (string) |
283 name of the plugin object |
256 </dd> |
284 </dd> |
257 <dt><i>objectRef</i></dt> |
285 <dt><i>objectRef</i> (any)</dt> |
258 <dd> |
286 <dd> |
259 reference to the plugin object |
287 reference to the plugin object |
260 </dd> |
288 </dd> |
261 <dt><i>pluginType=</i></dt> |
289 <dt><i>pluginType</i> (str)</dt> |
262 <dd> |
290 <dd> |
263 type of the plugin object (string) |
291 type of the plugin object |
264 </dd> |
292 </dd> |
265 </dl> |
293 </dl> |
266 <dl> |
294 <dl> |
267 |
295 |
268 <dt>Raises <b>KeyError</b>:</dt> |
296 <dt>Raises <b>KeyError</b>:</dt> |
277 <p> |
305 <p> |
278 Public method to unregister a plugin object in the object registry. |
306 Public method to unregister a plugin object in the object registry. |
279 </p> |
307 </p> |
280 <dl> |
308 <dl> |
281 |
309 |
282 <dt><i>name</i></dt> |
310 <dt><i>name</i> (str)</dt> |
283 <dd> |
311 <dd> |
284 name of the plugin object (string) |
312 name of the plugin object |
|
313 </dd> |
|
314 </dl> |
|
315 <a NAME="E5Application.usesDarkPalette" ID="E5Application.usesDarkPalette"></a> |
|
316 <h4>E5Application.usesDarkPalette</h4> |
|
317 <b>usesDarkPalette</b>(<i></i>) |
|
318 |
|
319 <p> |
|
320 Public method to check, if the application uses a palette with a dark |
|
321 background. |
|
322 </p> |
|
323 <dl> |
|
324 <dt>Returns:</dt> |
|
325 <dd> |
|
326 flag indicating the use of a palette with a dark background |
|
327 </dd> |
|
328 </dl> |
|
329 <dl> |
|
330 <dt>Return Type:</dt> |
|
331 <dd> |
|
332 bool |
285 </dd> |
333 </dd> |
286 </dl> |
334 </dl> |
287 <div align="right"><a href="#top">Up</a></div> |
335 <div align="right"><a href="#top">Up</a></div> |
288 <hr /> |
336 <hr /> |
289 </body></html> |
337 </body></html> |