GOffice.PluginService¶
- Subclasses:
GOffice.PluginServiceFileOpener
,GOffice.PluginServiceFileSaver
,GOffice.PluginServiceGeneral
,GOffice.PluginServicePluginLoader
,GOffice.PluginServiceResource
,GOffice.PluginServiceSimple
Methods¶
- Inherited:
- Structs:
class |
|
class |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
|
|
|
|
|
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
cbs_ptr |
r |
||
g_object |
r |
||
id |
r |
||
is_active |
r |
||
is_loaded |
r |
||
plugin |
r |
||
saved_description |
r |
Class Details¶
- class GOffice.PluginService(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod define(type_str, ctor)¶
- Parameters:
Allow the definition of new service types
- classmethod new(plugin, tree, ret_error)¶
- Parameters:
plugin (
GOffice.Plugin
) –tree (
libxml2.Node
) –ret_error (
GOffice.ErrorInfo
) –
- Return type:
- activate(ret_error)¶
- Parameters:
ret_error (
GOffice.ErrorInfo
) –
- deactivate(ret_error)¶
- Parameters:
ret_error (
GOffice.ErrorInfo
) –
- get_plugin()¶
- Returns:
the plugin offering self
- Return type:
- load(ret_error)¶
- Parameters:
ret_error (
GOffice.ErrorInfo
) –
- plugin_loader_generate_type(ret_error)¶
- Parameters:
ret_error (
GOffice.ErrorInfo
) –- Return type:
- unload(ret_error)¶
- Parameters:
ret_error (
GOffice.ErrorInfo
) –
- do_activate(ret_error) virtual¶
- Parameters:
ret_error (
GOffice.ErrorInfo
) –
- do_deactivate(ret_error) virtual¶
- Parameters:
ret_error (
GOffice.ErrorInfo
) –
- do_read_xml(tree, ret_error) virtual¶
- Parameters:
tree (
libxml2.Node
) –ret_error (
GOffice.ErrorInfo
) –