Public Member Functions | |
| def | __getattr__ (self, name) |
| def | __init__ (self, parent, main_window, instance_id, application_context, container_manager, argv) |
Private Attributes | |
| _handler | |
Handler for forwarding invocations between the framework and one `Plugin` instance. Handler uses 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 43 of file plugin_handler_xembed.py.
| def qt_gui.plugin_handler_xembed.PluginHandlerXEmbed.__getattr__ | ( | self, | |
| name | |||
| ) |
Definition at line 55 of file plugin_handler_xembed.py.
|
private |
Definition at line 46 of file plugin_handler_xembed.py.