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

Class QubData_PanTool

source code

    object --+            
             |            
toolspace.Tool --+        
                 |        
  QubData_BaseTool --+    
                     |    
        QubData_HiTool --+
                         |
                        QubData_PanTool

Instance Methods [hide private]
 
onDrag(self, x, y, e) source code
 
onPress(self, x, y, e) source code
 
onRelease(self, x, y, e) source code

Inherited from QubData_HiTool: onKeyPress, onScroll

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

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

Instance Variables [hide private]

Inherited from toolspace.Tool: cursor, layers, space

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

onDrag(self, x, y, e)

source code 
Overrides: toolspace.Tool.onDrag

onPress(self, x, y, e)

source code 
Overrides: toolspace.Tool.onPress

onRelease(self, x, y, e)

source code 
Overrides: toolspace.Tool.onRelease