Public Member Functions | |
| def | __getattr__ |
| def | __init__ |
Private Attributes | |
| _handler | |
Handler for forwarding invocations between the framework and one `Plugin` instance via a peer-to-peer DBus connection. The both DBus endpoints are realized by the `PluginHandlerXEmbedContainer` and the `PluginHandlerXEmbedClient`.
Definition at line 35 of file plugin_handler_xembed.py.
| def qt_gui.plugin_handler_xembed.PluginHandlerXEmbed.__init__ | ( | self, | |
| parent, | |||
| main_window, | |||
| instance_id, | |||
| application_context, | |||
| container_manager, | |||
| argv | |||
| ) |
Definition at line 42 of file plugin_handler_xembed.py.
| def qt_gui.plugin_handler_xembed.PluginHandlerXEmbed.__getattr__ | ( | self, | |
| name | |||
| ) |
Definition at line 49 of file plugin_handler_xembed.py.
Definition at line 42 of file plugin_handler_xembed.py.