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

Class ShowMeasurementsTool

source code

    object --+    
             |    
toolspace.Tool --+
                 |
                ShowMeasurementsTool

Instance Methods [hide private]
 
__init__(self, on_event=<__builtin__.function object>)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
onKeyPress(self, event) source code
 
onRelease(self, x, y, e) source code

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

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]

__init__(self, on_event=<__builtin__.function object>)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)

onKeyPress(self, event)

source code 
Overrides: toolspace.Tool.onKeyPress

onRelease(self, x, y, e)

source code 
Overrides: toolspace.Tool.onRelease