Public Member Functions | |
def | __init__ |
def | add_toolbar |
def | add_widget |
def | emit_restore_settings_completed |
def | emit_save_settings_completed |
def | emit_shutdown_plugin_completed |
def | remove_toolbar |
def | remove_widget |
def | restore_settings |
def | save_settings |
def | shutdown_plugin |
Private Member Functions | |
def | _emit_close_plugin |
def | _emit_load_completed |
def | _load |
def | _on_embed_widget_icon_changed |
def | _on_embed_widget_title_changed |
def | _restore_settings_from_remote |
def | _save_settings_from_remote |
def | _toolbar_orientation_changed |
Private Attributes | |
_dbus_object_path | |
_embed_widgets | |
_remote_container | |
_remote_instance_settings | |
_remote_plugin_settings |
Client part of the `PluginHandlerXEmbed`. It utilizes the `PluginHandlerDBusService` of the `PluginHandlerXEmbedContainer` through a peer-to-peer DBus connection.
Definition at line 44 of file plugin_handler_xembed_client.py.
def qt_gui.plugin_handler_xembed_client.PluginHandlerXEmbedClient.__init__ | ( | self, | |
parent, | |||
main_window, | |||
instance_id, | |||
application_context, | |||
container_manager, | |||
argv, | |||
dbus_object_path | |||
) |
Definition at line 51 of file plugin_handler_xembed_client.py.
def qt_gui.plugin_handler_xembed_client.PluginHandlerXEmbedClient._emit_close_plugin | ( | self | ) | [private] |
Definition at line 224 of file plugin_handler_xembed_client.py.
def qt_gui.plugin_handler_xembed_client.PluginHandlerXEmbedClient._emit_load_completed | ( | self, | |
exception = None |
|||
) | [private] |
Definition at line 78 of file plugin_handler_xembed_client.py.
def qt_gui.plugin_handler_xembed_client.PluginHandlerXEmbedClient._load | ( | self | ) | [private] |
Definition at line 61 of file plugin_handler_xembed_client.py.
def qt_gui.plugin_handler_xembed_client.PluginHandlerXEmbedClient._on_embed_widget_icon_changed | ( | self, | |
widget | |||
) | [private] |
Definition at line 157 of file plugin_handler_xembed_client.py.
def qt_gui.plugin_handler_xembed_client.PluginHandlerXEmbedClient._on_embed_widget_title_changed | ( | self, | |
widget | |||
) | [private] |
Definition at line 165 of file plugin_handler_xembed_client.py.
def qt_gui.plugin_handler_xembed_client.PluginHandlerXEmbedClient._restore_settings_from_remote | ( | self | ) | [private] |
Definition at line 115 of file plugin_handler_xembed_client.py.
def qt_gui.plugin_handler_xembed_client.PluginHandlerXEmbedClient._save_settings_from_remote | ( | self | ) | [private] |
Definition at line 98 of file plugin_handler_xembed_client.py.
def qt_gui.plugin_handler_xembed_client.PluginHandlerXEmbedClient._toolbar_orientation_changed | ( | self, | |
win_id, | |||
is_horizontal | |||
) | [private] |
Definition at line 207 of file plugin_handler_xembed_client.py.
def qt_gui.plugin_handler_xembed_client.PluginHandlerXEmbedClient.add_toolbar | ( | self, | |
toolbar | |||
) |
Definition at line 183 of file plugin_handler_xembed_client.py.
def qt_gui.plugin_handler_xembed_client.PluginHandlerXEmbedClient.add_widget | ( | self, | |
widget | |||
) |
Definition at line 130 of file plugin_handler_xembed_client.py.
def qt_gui.plugin_handler_xembed_client.PluginHandlerXEmbedClient.emit_restore_settings_completed | ( | self | ) |
Definition at line 125 of file plugin_handler_xembed_client.py.
def qt_gui.plugin_handler_xembed_client.PluginHandlerXEmbedClient.emit_save_settings_completed | ( | self | ) |
Definition at line 108 of file plugin_handler_xembed_client.py.
def qt_gui.plugin_handler_xembed_client.PluginHandlerXEmbedClient.emit_shutdown_plugin_completed | ( | self | ) |
Definition at line 91 of file plugin_handler_xembed_client.py.
def qt_gui.plugin_handler_xembed_client.PluginHandlerXEmbedClient.remove_toolbar | ( | self, | |
toolbar | |||
) |
Definition at line 215 of file plugin_handler_xembed_client.py.
def qt_gui.plugin_handler_xembed_client.PluginHandlerXEmbedClient.remove_widget | ( | self, | |
widget | |||
) |
Definition at line 170 of file plugin_handler_xembed_client.py.
def qt_gui.plugin_handler_xembed_client.PluginHandlerXEmbedClient.restore_settings | ( | self, | |
plugin_settings, | |||
instance_settings, | |||
callback = None |
|||
) |
Definition at line 111 of file plugin_handler_xembed_client.py.
def qt_gui.plugin_handler_xembed_client.PluginHandlerXEmbedClient.save_settings | ( | self, | |
plugin_settings, | |||
instance_settings, | |||
callback = None |
|||
) |
Definition at line 94 of file plugin_handler_xembed_client.py.
def qt_gui.plugin_handler_xembed_client.PluginHandlerXEmbedClient.shutdown_plugin | ( | self, | |
callback | |||
) |
Definition at line 87 of file plugin_handler_xembed_client.py.
Definition at line 51 of file plugin_handler_xembed_client.py.
Definition at line 51 of file plugin_handler_xembed_client.py.
Definition at line 51 of file plugin_handler_xembed_client.py.
Definition at line 51 of file plugin_handler_xembed_client.py.
Definition at line 51 of file plugin_handler_xembed_client.py.