|
def | __init__ (self, parent, main_window, instance_id, application_context, container_manager) |
|
def | remove_widget (self, widget) |
|
Public Member Functions inherited from qt_gui.plugin_handler.PluginHandler |
def | __init__ (self, parent, main_window, instance_id, application_context, container_manager, argv=None) |
|
def | argv (self) |
|
def | emit_restore_settings_completed (self) |
|
def | emit_save_settings_completed (self) |
|
def | emit_shutdown_plugin_completed (self) |
|
def | instance_id (self) |
|
def | load (self, plugin_provider, callback=None) |
|
def | remove_toolbar (self, toolbar) |
|
def | restore_settings (self, plugin_settings, instance_settings, callback=None) |
|
def | save_settings (self, plugin_settings, instance_settings, callback=None) |
|
def | set_minimized_dock_widgets_toolbar (self, toolbar) |
|
def | set_plugin_descriptor (self, plugin_descriptor) |
|
def | shutdown_plugin (self, callback) |
|
def | unload (self, callback=None) |
|
Handler for creating a container.
Definition at line 36 of file plugin_handler_container.py.
◆ __init__()
def qt_gui.plugin_handler_container.PluginHandlerContainer.__init__ |
( |
|
self, |
|
|
|
parent, |
|
|
|
main_window, |
|
|
|
instance_id, |
|
|
|
application_context, |
|
|
|
container_manager |
|
) |
| |
◆ _close_dock_widget()
def qt_gui.plugin_handler_container.PluginHandlerContainer._close_dock_widget |
( |
|
self, |
|
|
|
dock_widget |
|
) |
| |
|
private |
◆ _load()
def qt_gui.plugin_handler_container.PluginHandlerContainer._load |
( |
|
self | ) |
|
|
private |
◆ _restore_settings()
def qt_gui.plugin_handler_container.PluginHandlerContainer._restore_settings |
( |
|
self, |
|
|
|
plugin_settings, |
|
|
|
instance_settings |
|
) |
| |
|
private |
◆ _save_settings()
def qt_gui.plugin_handler_container.PluginHandlerContainer._save_settings |
( |
|
self, |
|
|
|
plugin_settings, |
|
|
|
instance_settings |
|
) |
| |
|
private |
◆ _shutdown_plugin()
def qt_gui.plugin_handler_container.PluginHandlerContainer._shutdown_plugin |
( |
|
self | ) |
|
|
private |
◆ _unload()
def qt_gui.plugin_handler_container.PluginHandlerContainer._unload |
( |
|
self | ) |
|
|
private |
◆ remove_widget()
def qt_gui.plugin_handler_container.PluginHandlerContainer.remove_widget |
( |
|
self, |
|
|
|
widget |
|
) |
| |
◆ _container
qt_gui.plugin_handler_container.PluginHandlerContainer._container |
|
private |
The documentation for this class was generated from the following file: