wx.lib.agw.cubecolourdialog.HSVWheel¶Implements the drawing, mouse handling and sizing routines for the HSV colour wheel.
Class Hierarchy¶
Inheritance diagram for class HSVWheel:
Known Superclasses¶wx.lib.agw.cubecolourdialog.BasePyControl
Methods Summary¶Default class constructor. |
|
Draws the markers on top of the background bitmap. |
|
Returns whether a point is inside the HSV wheel or not. |
|
Handles the |
|
Handles the |
|
Handles the |
|
Track a mouse event inside the HSV colour wheel. |
Class API¶Implements the drawing, mouse handling and sizing routines for the HSV colour wheel.
Default class constructor. Used internally. Do not call it in your code!
parent – the control parent window.
Draws the markers on top of the background bitmap.
dc – an instance of wx.DC.
Returns whether a point is inside the HSV wheel or not.
pt – an instance of wx.Point.
Handles the wx.EVT_LEFT_DOWN for HSVWheel.
event – a MouseEvent event to be processed.
Handles the wx.EVT_LEFT_UP for HSVWheel.
event – a MouseEvent event to be processed.
Handles the wx.EVT_MOTION for HSVWheel.
event – a MouseEvent event to be processed.