.. wxPython Phoenix documentation This file was generated by Phoenix's sphinx generator and associated tools, do not edit by hand. Copyright: (c) 2011-2020 by Total Control Software License: wxWindows License .. include:: headings.inc .. currentmodule:: wx.lib.agw.cubecolourdialog .. highlight:: python .. _wx.lib.agw.cubecolourdialog.RGBCube: ========================================================================================================================================== |phoenix_title| **wx.lib.agw.cubecolourdialog.RGBCube** ========================================================================================================================================== Implements the drawing, mouse handling and sizing routines for the RGB cube colour. | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class RGBCube:
| |super_classes| Known Superclasses ================================== :class:`wx.lib.agw.cubecolourdialog.BasePyControl` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.lib.agw.cubecolourdialog.RGBCube.__init__` Default class constructor. :meth:`~wx.lib.agw.cubecolourdialog.RGBCube.DrawLines` Draws the lines connecting the markers on top of the background bitmap. :meth:`~wx.lib.agw.cubecolourdialog.RGBCube.DrawMarkers` Draws the markers on top of the background bitmap. :meth:`~wx.lib.agw.cubecolourdialog.RGBCube.OnLeftDown` Handles the ``wx.EVT_LEFT_DOWN`` for :class:`RGBCube`. :meth:`~wx.lib.agw.cubecolourdialog.RGBCube.OnLeftUp` Handles the ``wx.EVT_LEFT_UP`` for :class:`RGBCube`. :meth:`~wx.lib.agw.cubecolourdialog.RGBCube.OnMotion` Handles the ``wx.EVT_MOTION`` for :class:`RGBCube`. ================================================================================ ================================================================================ | |api| Class API =============== .. class:: RGBCube(BasePyControl) Implements the drawing, mouse handling and sizing routines for the RGB cube colour. .. method:: __init__(self, parent) Default class constructor. Used internally. Do not call it in your code! :param `parent`: the control parent window. .. method:: DrawLines(self, dc) Draws the lines connecting the markers on top of the background bitmap. :param `dc`: an instance of :class:`wx.DC`. .. method:: DrawMarkers(self, dc=None) Draws the markers on top of the background bitmap. :param `dc`: an instance of :class:`wx.DC`. .. method:: OnLeftDown(self, event) Handles the ``wx.EVT_LEFT_DOWN`` for :class:`RGBCube`. :param `event`: a :class:`MouseEvent` event to be processed. .. method:: OnLeftUp(self, event) Handles the ``wx.EVT_LEFT_UP`` for :class:`RGBCube`. :param `event`: a :class:`MouseEvent` event to be processed. .. method:: OnMotion(self, event) Handles the ``wx.EVT_MOTION`` for :class:`RGBCube`. :param `event`: a :class:`MouseEvent` event to be processed.