Module vrVrpnTracking :: Class vrSelection
[frames] | no frames]

Class vrSelection

   object --+        
            |        
  ??.instance --+    
                |    
vrAEBase.vrAEBase --+
                    |
                   vrSelection

The special signal method selected is called when a node was selected.

Instance Methods
 
__init__(node)
The constructor of the vrSelection class.
vrNodePtr
getNode()
Returns the node.
 
selected()
SIGNAL is called when the node is selected.

Inherited from vrAEBase.vrAEBase: __reduce__, addLoop, callAllConnected, connect, connectSignal, emitSignal, getModuleName, isActive, loop, recEvent, removeConnections, setActive, setUpdateGUIEnabled, subLoop

Inherited from unreachable.instance: __new__

Class Variables
  __instance_size__ = 168
Method Details

__init__(node)
(Constructor)

 

The constructor of the vrSelection class.

Parameters:
  • node (vrNodePtr) - The node.
Overrides: vrAEBase.vrAEBase.__init__

getNode()

 

Returns the node.

Returns: vrNodePtr
The node.