qubx :: toolspace :: OverlayRgnCaptionedTool :: Class OverlayRgnCaptionedTool
[hide private]
[frames] | no frames]

Class OverlayRgnCaptionedTool

source code

object --+        
         |        
      Tool --+    
             |    
OverlayRgnTool --+
                 |
                OverlayRgnCaptionedTool
Known Subclasses:

Base class for a Tool which presents a message and highlights regions of interest.

Instance Methods [hide private]
 
__init__(self, x, y, prev_tool, caption)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
onOverlay(self, ctx, w, h) source code

Inherited from OverlayRgnTool: next_rgn, onKeyPress, onRoll, prev_rgn

Inherited from Tool: activate, deactivate, onActivate, onDblClick, onDeactivate, onDrag, onKeyRelease, onNeedPopup, onPress, onRelease, onScroll

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

Instance Variables [hide private]

Inherited from OverlayRgnTool: prev_tool, rgn, rgns, start_x, start_y

Inherited from Tool: cursor, layers, space

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, x, y, prev_tool, caption)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)

onOverlay(self, ctx, w, h)

source code 
Overrides: Tool.onOverlay