| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
wx._core.Object --+
|
wx._core.EvtHandler --+
|
wx._core.Window --+
|
wx._core.Control --+
|
wx._controls.PyControl --+
|
BasePyControl --+
|
HSVWheel
|
|||
|
__init__(self,
parent) Default class constructor. |
||
|
DrawMarkers(self,
dc=None) Draws the square markers used with mouse gestures. |
||
|
OnLeftDown(self,
event) Handles the wx.EVT_LEFT_DOWN event for HSVWheel. |
||
|
OnLeftUp(self,
event) Handles the wx.EVT_LEFT_UP event for HSVWheel. |
||
|
OnMotion(self,
event) Handles the wx.EVT_MOTION event for HSVWheel. |
||
|
InCircle(self,
pt) Returns whether a point is inside the HSV wheel or not. |
||
|
TrackPoint(self,
pt) Track a mouse event inside the HSV colour wheel. |
||
|
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
| Inherited from BasePyControl | |||
|---|---|---|---|
|
AcceptFocus(self) We do not accept mouse focus. |
||
|
AcceptsFocusFromKeyboard(self) We do not accept focus from keyboard. |
||
|
DoGetBestSize(self) Returns the custom control best size (used by sizers). |
||
|
DrawLines(self,
dc) Empty method. |
||
|
OnEraseBackground(self,
event) Handles the wx.EVT_ERASE_BACKGROUND for BasePyControl. |
||
|
OnPaint(self,
event) Handles the wx.EVT_PAINT for BasePyControl. |
||
|
OnSize(self,
event) Handles the wx.EVT_SIZE event for BasePyControl. |
||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
|
|
|
|
|
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0alpha3 on Mon Aug 20 14:36:46 2007 | http://epydoc.sourceforge.net |