| Home | Trees | Index | Help |
|
|---|
| Package wx :: Package lib :: Package agw :: Module cubecolourdialog :: Class HSVWheel |
|
object--+ |Object--+ |EvtHandler--+ |Window--+ |Control--+ |PyControl--+ |BasePyControl--+ | HSVWheel
| Method Summary | |
|---|---|
Default class constructor. | |
Draws the square markers used with mouse gestures. | |
Returns whether a point is inside the HSV wheel or not. | |
Handles the wx.EVT_LEFT_DOWN event for HSVWheel. | |
Handles the wx.EVT_LEFT_UP event for HSVWheel. | |
Handles the wx.EVT_MOTION event for HSVWheel. | |
Track a mouse event inside the HSV colour wheel. | |
| Property Summary |
|---|
| Instance Method Details |
|---|
__init__(self,
parent)
Default class constructor. Used internally. Do not call it in your
code!
|
DrawMarkers(self, dc=None)Draws the square markers used with mouse gestures. |
InCircle(self, pt)Returns whether a point is inside the HSV wheel or not. |
OnLeftDown(self, event)Handles the wx.EVT_LEFT_DOWN event forHSVWheel.
|
OnLeftUp(self, event)Handles the wx.EVT_LEFT_UP event forHSVWheel.
|
OnMotion(self, event)Handles the wx.EVT_MOTION event forHSVWheel.
|
TrackPoint(self, pt)Track a mouse event inside the HSV colour wheel. |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1.20050511.rpd on Mon Feb 16 12:55:17 2009 | http://epydoc.sf.net |