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

Class SubLayer_SelectIcon

source code

         object --+        
                  |        
 toolspace.SubLayer --+    
                      |    
toolspace.SubLayer_Icon --+
                          |
                         SubLayer_SelectIcon

Instance Methods [hide private]
 
draw(self, context, w, h, appearance)
Override this method to paint the SubLayer.
source code

Inherited from toolspace.SubLayer_Icon: __init__

Inherited from toolspace.SubLayer: button_press, button_release, invalidate, pt_in_rect, set_actual_x, set_actual_y, set_cBG, set_h, set_layer, set_tooltip, set_w, set_x, set_y

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

Instance Variables [hide private]

Inherited from toolspace.SubLayer: OnChangeTooltip, OnHideTooltip, OnInvalidate, action, border, cBG, cBorder, enter, exit, h, invalid, mouse_drag, mouse_move, rq_h, rq_w, scroll, w, x, y

Properties [hide private]

Inherited from toolspace.SubLayer: layer, tooltip

Inherited from object: __class__

Method Details [hide private]

draw(self, context, w, h, appearance)

source code 

Override this method to paint the SubLayer. Don't forget to call SubLayer.draw(context, w, h, appearance).

Overrides: toolspace.SubLayer.draw
(inherited documentation)