Package qubx :: Module select_charts :: Class SelectCursor
[hide private]
[frames] | no frames]

Class SelectCursor

source code

              object --+            
                       |            
          toolspace.Tool --+        
                           |        
fit_space.BaseFitSpaceCursor --+    
                               |    
        fit_space.FitSpaceCursor --+
                                   |
                                  SelectCursor

Instance Methods [hide private]
 
__init__(self, space)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
onRoll(self, x, y, e) source code
 
onPress(self, x, y, e) source code
 
onDrag(self, x, y, e) source code
 
onRelease(self, x, y, e) source code
 
__onMenuTimeout(self, e) source code
 
onNeedPopup(self, x, y, e) source code
 
onOverlay(self, context, w, h) source code

Inherited from fit_space.FitSpaceCursor: onKeyPress

Inherited from fit_space.BaseFitSpaceCursor: onActivate, onScroll, update_coords

Inherited from toolspace.Tool: activate, deactivate, onDblClick, onDeactivate, onKeyRelease

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, space)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)

onRoll(self, x, y, e)

source code 
Overrides: toolspace.Tool.onRoll

onPress(self, x, y, e)

source code 
Overrides: toolspace.Tool.onPress

onDrag(self, x, y, e)

source code 
Overrides: toolspace.Tool.onDrag

onRelease(self, x, y, e)

source code 
Overrides: toolspace.Tool.onRelease

onNeedPopup(self, x, y, e)

source code 
Overrides: toolspace.Tool.onNeedPopup

onOverlay(self, context, w, h)

source code 
Overrides: toolspace.Tool.onOverlay