
Classes | |
| class | QueuedSignal |
Public Member Functions | |
| def | __init__ |
| def | close_plugin |
| def | embed_toolbar |
| def | embed_widget |
| def | load_completed |
| def | reload_plugin |
| def | restore_settings |
| def | restore_settings_completed |
| def | save_settings |
| def | save_settings_completed |
| def | shutdown_plugin |
| def | shutdown_plugin_completed |
| def | toolbar_orientation_changed |
| def | trigger_configuration |
| def | unembed_toolbar |
| def | unembed_widget |
| def | update_embedded_widget_icon |
| def | update_embedded_widget_title |
Private Attributes | |
| _plugin_handler | |
| _restore_settings_completed | |
| _save_settings_completed | |
| _shutdown_plugin_completed | |
DBus service for an indirect plugin handler, i.e. `PluginHandlerXEmbedContainer`.
Definition at line 37 of file plugin_handler_dbus_service.py.
| def qt_gui.plugin_handler_dbus_service.PluginHandlerDBusService.__init__ | ( | self, | |
| plugin_handler, | |||
| object_path | |||
| ) |
Definition at line 52 of file plugin_handler_dbus_service.py.
Definition at line 93 of file plugin_handler_dbus_service.py.
| def qt_gui.plugin_handler_dbus_service.PluginHandlerDBusService.embed_toolbar | ( | self, | |
| pid, | |||
| toolbar_object_name | |||
| ) |
Definition at line 80 of file plugin_handler_dbus_service.py.
| def qt_gui.plugin_handler_dbus_service.PluginHandlerDBusService.embed_widget | ( | self, | |
| pid, | |||
| widget_object_name | |||
| ) |
Definition at line 64 of file plugin_handler_dbus_service.py.
| def qt_gui.plugin_handler_dbus_service.PluginHandlerDBusService.load_completed | ( | self, | |
| loaded, | |||
| has_configuration | |||
| ) |
Definition at line 60 of file plugin_handler_dbus_service.py.
Definition at line 97 of file plugin_handler_dbus_service.py.
Definition at line 121 of file plugin_handler_dbus_service.py.
Definition at line 126 of file plugin_handler_dbus_service.py.
Definition at line 111 of file plugin_handler_dbus_service.py.
Definition at line 116 of file plugin_handler_dbus_service.py.
Definition at line 101 of file plugin_handler_dbus_service.py.
Definition at line 106 of file plugin_handler_dbus_service.py.
| def qt_gui.plugin_handler_dbus_service.PluginHandlerDBusService.toolbar_orientation_changed | ( | self, | |
| win_id, | |||
| is_horizontal | |||
| ) |
Definition at line 84 of file plugin_handler_dbus_service.py.
Definition at line 131 of file plugin_handler_dbus_service.py.
| def qt_gui.plugin_handler_dbus_service.PluginHandlerDBusService.unembed_toolbar | ( | self, | |
| toolbar_object_name | |||
| ) |
Definition at line 89 of file plugin_handler_dbus_service.py.
| def qt_gui.plugin_handler_dbus_service.PluginHandlerDBusService.unembed_widget | ( | self, | |
| widget_object_name | |||
| ) |
Definition at line 76 of file plugin_handler_dbus_service.py.
| def qt_gui.plugin_handler_dbus_service.PluginHandlerDBusService.update_embedded_widget_icon | ( | self, | |
| widget_object_name, | |||
| icon | |||
| ) |
Definition at line 68 of file plugin_handler_dbus_service.py.
| def qt_gui.plugin_handler_dbus_service.PluginHandlerDBusService.update_embedded_widget_title | ( | self, | |
| widget_object_name, | |||
| title | |||
| ) |
Definition at line 72 of file plugin_handler_dbus_service.py.
Definition at line 52 of file plugin_handler_dbus_service.py.
Definition at line 52 of file plugin_handler_dbus_service.py.
Definition at line 52 of file plugin_handler_dbus_service.py.
Definition at line 52 of file plugin_handler_dbus_service.py.