qubx :: dataGTK :: QubData_JoinTool :: Class QubData_JoinTool
[hide private]
[frames] | no frames]

Class QubData_JoinTool

source code

    object --+                
             |                
toolspace.Tool --+            
                 |            
  QubData_BaseTool --+        
                     |        
        QubData_HiTool --+    
                         |    
           QubData_SelTool --+
                             |
                            QubData_JoinTool

Instance Methods [hide private]
 
__init__(self)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
do_action(self, l, r) source code

Inherited from QubData_SelTool: get_sel, get_sels, onDblClick, onDrag, onKeyPress, onOverlay, onPress, onRelease, onScroll

Inherited from toolspace.Tool: activate, deactivate, onActivate, onDeactivate, onKeyRelease, onNeedPopup, onRoll

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

Class Variables [hide private]
  tool_label = 'J_oin selected events...'
Instance Variables [hide private]

Inherited from QubData_SelTool: action, color, dblclick, sels

Inherited from toolspace.Tool: cursor, layers, space

Properties [hide private]

Inherited from QubData_SelTool: scroll

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)