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

Class NodeManager

source code

       object --+                
                |                
sip.simplewrapper --+            
                    |            
          sip.wrapper --+        
                        |        
     PyQt4.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-specific or instance-specific `Settings`.
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

Inherited from PyQt4.QtCore.QObject: __getattr__, blockSignals, childEvent, children, connect, connectNotify, customEvent, deleteLater, destroyed, disconnect, disconnectNotify, dumpObjectInfo, dumpObjectTree, dynamicPropertyNames, emit, event, eventFilter, findChild, findChildren, inherits, installEventFilter, isWidgetType, killTimer, metaObject, moveToThread, objectName, parent, property, pyqtConfigure, receivers, removeEventFilter, sender, senderSignalIndex, setObjectName, setParent, setProperty, signalsBlocked, startTimer, thread, timerEvent, tr, trUtf8

Inherited from sip.simplewrapper: __new__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables

Inherited from PyQt4.QtCore.QObject: staticMetaObject

Properties

Inherited from object: __class__

Method Details

__init__(self, context)
(Constructor)

source code 

Instantiate the plugin and pass the `PluginContext`.

Overrides: object.__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-specific 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-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)