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

Class XMeansCursor

source code

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

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

Inherited from fit_space.FitSpaceCursor: __init__, onKeyPress

Inherited from fit_space.BaseFitSpaceCursor: onActivate, onDrag, onRoll, onScroll, update_coords

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

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]

onPress(self, x, y, e)

source code 
Overrides: toolspace.Tool.onPress

onRelease(self, x, y, e)

source code 
Overrides: toolspace.Tool.onRelease