| Home | Trees | Index | Help |
|
|---|
| Package wx :: Package lib :: Package agw :: Module cubecolourdialog :: Class BasePyControl |
|
object--+ |Object--+ |EvtHandler--+ |Window--+ |Control--+ |PyControl--+ | BasePyControl
HSVWheel,
RGBCube| Method Summary | |
|---|---|
Default class constructor. | |
We do not accept mouse focus. | |
We do not accept focus from keyboard. | |
Returns the custom control best size (used by sizers). | |
Empty method. | |
Empty method. | |
Handles the wx.EVT_ERASE_BACKGROUND for BasePyControl. | |
Handles the wx.EVT_LEFT_DOWN for BasePyControl. | |
Handles the wx.EVT_LEFT_UP for BasePyControl. | |
Handles the wx.EVT_MOTION for BasePyControl. | |
Handles the wx.EVT_PAINT for BasePyControl. | |
Handles the wx.EVT_SIZE event for BasePyControl. | |
| Property Summary |
|---|
| Instance Method Details |
|---|
__init__(self,
parent,
bitmap=None)
Default class constructor. Used internally. Do not call it in your
code!
|
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. Must be overridden in subclasses. |
DrawMarkers(self, dc=None)Empty method. Must be overridden in subclasses. |
OnEraseBackground(self, event)Handles the wx.EVT_ERASE_BACKGROUND forBasePyControl.
|
OnLeftDown(self, event)Handles the wx.EVT_LEFT_DOWN forBasePyControl. Must be overridden in
subclasses.
|
OnLeftUp(self, event)Handles the wx.EVT_LEFT_UP forBasePyControl. Must be overridden in
subclasses.
|
OnMotion(self, event)Handles the wx.EVT_MOTION forBasePyControl. Must be overridden in
subclasses.
|
OnPaint(self, event)Handles the wx.EVT_PAINT forBasePyControl.
|
OnSize(self, event)Handles the wx.EVT_SIZE event forBasePyControl.
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1.20050511.rpd on Mon Feb 16 12:52:21 2009 | http://epydoc.sf.net |