Part of elisa.plugins.poblesec.plugins View In Hierarchy
Instance Variables | plugin | a plugin model
(type: PluginModel
) |
installed | whether the plugin is already installed
(type: bool
) | |
plugin_dict | a dictionary representing the plugin as understood by the plugin
repository
(type: dict
) |
Line # | Kind | Name | Docs |
---|---|---|---|
908 | Method | initialize | Initialize the component. |
957 | Method | clean | Clean the component. |
1027 | Method | handle_input | Undocumented |
916 | Method | _create_widget | Undocumented |
967 | Method | _on_focus | Undocumented |
971 | Method | _button_clicked_cb | Undocumented |
976 | Method | _set_action | Undocumented |
985 | Method | _install_plugin | Undocumented |
993 | Method | _ready_to_use | Undocumented |
1007 | Method | _do_action | Undocumented |
Inherited from PigmentController:
Line # | Kind | Name | Docs |
---|---|---|---|
50 | Method | __init__ | Undocumented |
59 | Method | set_frontend | Set the frontend for the controller. |
68 | Method | set_path | Set the path for the controller. |
84 | Method | has_focus | Undocumented |
87 | Method | prepare | Called after widget is
added to the canvas. It is sensible to do
|
94 | Method | removed | Called after widget is
removed from the canvas.
|
Inherited from Component (via PigmentController, Controller):
Line # | Kind | Name | Docs |
---|---|---|---|
85 | Class | PathDescriptor | Undocumented |
97 | Class Method | create | Create and initialize the component. |
Initialize the component.
This method is called byComponent.create
to finish the
initialization of a component.
Returns | a deferred called when a component is fully initialized
(type: twisted.internet.defer.Deferred
) |
Clean the component.
This method is called when a component is not needed anymore to clean its state.Returns | a deferred called when the component has finished cleaning its state
(type: twisted.internet.defer.Deferred
) |