Home | Trees | Index | Help |
|
---|
Package wx :: Package lib :: Package agw :: Module cubecolourdialog :: Class RGBCube |
|
object
--+ |Object
--+ |EvtHandler
--+ |Window
--+ |Control
--+ |PyControl
--+ |BasePyControl
--+ | RGBCube
Method Summary | |
---|---|
Default class constructor. | |
Draws lines connecting the markers. | |
Draws the square markers used with mouse gestures. | |
Handles the wx.EVT_LEFT_DOWN event for RGBCube . | |
Handles the wx.EVT_LEFT_UP event for RGBCube . | |
Handles the wx.EVT_MOTION event for RGBCube . |
Property Summary |
---|
Instance Method Details |
---|
__init__(self,
parent)
Default class constructor. Used internally. Do not call it in your
code!
|
DrawLines(self, dc)Draws lines connecting the markers. |
DrawMarkers(self, dc=None)Draws the square markers used with mouse gestures. |
OnLeftDown(self, event)Handles the wx.EVT_LEFT_DOWN event forRGBCube .
|
OnLeftUp(self, event)Handles the wx.EVT_LEFT_UP event forRGBCube .
|
OnMotion(self, event)Handles the wx.EVT_MOTION event forRGBCube .
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20050511.rpd on Mon Feb 16 12:55:13 2009 | http://epydoc.sf.net |