wx.lib.agw.cubecolourdialog.RGBCube¶
Implements the drawing, mouse handling and sizing routines for the RGB cube colour.
Class Hierarchy¶
Known Superclasses¶
wx.lib.agw.cubecolourdialog.BasePyControl
Methods Summary¶
Default class constructor. |
|
Draws the lines connecting the markers on top of the background bitmap. |
|
Draws the markers on top of the background bitmap. |
|
Handles the |
|
Handles the |
|
Handles the |
Class API¶
- class RGBCube(BasePyControl)¶
Implements the drawing, mouse handling and sizing routines for the RGB cube colour.
Methods¶
- __init__(self, parent)¶
Default class constructor. Used internally. Do not call it in your code!
- Parameters:
parent – the control parent window.
- DrawLines(self, dc)¶
Draws the lines connecting the markers on top of the background bitmap.
- Parameters:
dc – an instance of
wx.DC
.
- DrawMarkers(self, dc=None)¶
Draws the markers on top of the background bitmap.
- Parameters:
dc – an instance of
wx.DC
.
- OnLeftDown(self, event)¶
Handles the
wx.EVT_LEFT_DOWN
forRGBCube
.- Parameters:
event – a
MouseEvent
event to be processed.
- OnLeftUp(self, event)¶
Handles the
wx.EVT_LEFT_UP
forRGBCube
.- Parameters:
event – a
MouseEvent
event to be processed.