Package node_manager_fkie :: Module rqt_node_manager :: Class NodeManager
[frames] | no frames]

Class NodeManager

source code

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

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

__init__(self, context)
(Constructor)

source code 

Instantiate the plugin and pass the `PluginContext`.

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

shutdown_plugin(self)

source code 

Shutdown and clean up the plugin before unloading.

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

save_settings(self, plugin_settings, instance_settings)

source code 

Save the intrinsic state of the plugin to the plugin or instance specific `Settings`.

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

restore_settings(self, plugin_settings, instance_settings)

source code 

Restore the intrinsic state of the plugin from the plugin 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)