Package rocon_conductor_graph :: Module conductor_graph :: Class ConductorGraph
[frames] | no frames]

Class ConductorGraph

source code

python_qt_binding.QtCore.QObject --+    
                                   |    
                qt_gui.plugin.Plugin --+
                                       |
                                      ConductorGraph

Instance Methods
 
__init__(self, context)
Instantiate the plugin and pass the `PluginContext`.
source code
 
restore_settings(self, plugin_settings, instance_settings)
Restore the intrinsic state of the plugin from the plugin-specific or instance-specific `Settings`.
source code
 
shutdown_plugin(self)
Shutdown and clean up the plugin before unloading.
source code

Inherited from qt_gui.plugin.Plugin: save_settings

Method Details

__init__(self, context)
(Constructor)

source code 

Instantiate the plugin and pass the `PluginContext`.

Overrides: qt_gui.plugin.Plugin.__init__
(inherited documentation)

restore_settings(self, plugin_settings, instance_settings)

source code 

Restore the intrinsic state of the plugin from the plugin-specific or instance-specific `Settings`.

Parameters:
  • plugin_settings - The plugin-specific settings
  • instance_settings - The instance-specific settings
Overrides: qt_gui.plugin.Plugin.restore_settings
(inherited documentation)

shutdown_plugin(self)

source code 

Shutdown and clean up the plugin before unloading.

Overrides: qt_gui.plugin.Plugin.shutdown_plugin
(inherited documentation)