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

Class QubData_MeasureTool

source code

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

Instance Methods [hide private]
 
__done_baseline_in_seg(self, *args) source code
 
__init__(self)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
__onClickBaseline(self, x, y, e) source code
 
__onClickBaselineConst(self, item) source code
 
__onClickBaselineInSeg(self, item) source code
 
__onClickBaselineInSel(self, item) source code
 
__onDraw(self, context, w, h) source code
 
__onDrawGL(self, gldrawable, glcontext, w, h) source code
 
__onItemEditScript(self, item) source code
 
__onItemMeasureList(self, item, list) source code
 
__onItemMeasureScreen(self, item) source code
 
__onItemMeasureSegments(self, item) source code
 
__onItemMeasureSegmentsScreen(self, item) source code
 
__onItemMeasureSel(self, item) source code
 
__onItemMeasureSelToList(self, item) source code
 
__onItemScript(self, item, name) source code
 
__set_baseline_in_seg(self, left, right) source code
 
__start_baseline_in_seg(self) source code
 
__update_baseline_label(self) source code
 
do_action(self, l, r) source code
 
do_dblclick(self, x, y, e) source code
 
do_popup(self, x, y, e) source code
 
load_script(self, script_name=None, script_text=None) source code
 
onActivate(self) source code
 
onDeactivate(self) source code
 
set_baseline_const(self, x) source code
 
set_baseline_rgn(self, x) source code
 
set_baseline_type(self, x) source code

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

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

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

Instance Variables [hide private]

Inherited from QubData_SelTool: action, color, dblclick, sels

Inherited from toolspace.Tool: cursor, layers, space

Properties [hide private]
  baseline_const
  baseline_rgn
  baseline_type

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)

onActivate(self)

source code 
Overrides: toolspace.Tool.onActivate

onDeactivate(self)

source code 
Overrides: toolspace.Tool.onDeactivate

Property Details [hide private]

baseline_const

Get Method:
unreachable(self)
Set Method:
unreachable(self, x)

baseline_rgn

Get Method:
unreachable(self)
Set Method:
unreachable(self, x)

baseline_type

Get Method:
unreachable(self)
Set Method:
unreachable(self, x)