.. 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.HSVWheel: ========================================================================================================================================== |phoenix_title| **wx.lib.agw.cubecolourdialog.HSVWheel** ========================================================================================================================================== Implements the drawing, mouse handling and sizing routines for the HSV colour wheel. | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class HSVWheel:
| |super_classes| Known Superclasses ================================== :class:`wx.lib.agw.cubecolourdialog.BasePyControl` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.lib.agw.cubecolourdialog.HSVWheel.__init__` Default class constructor. :meth:`~wx.lib.agw.cubecolourdialog.HSVWheel.DrawMarkers` Draws the markers on top of the background bitmap. :meth:`~wx.lib.agw.cubecolourdialog.HSVWheel.InCircle` Returns whether a point is inside the HSV wheel or not. :meth:`~wx.lib.agw.cubecolourdialog.HSVWheel.OnLeftDown` Handles the ``wx.EVT_LEFT_DOWN`` for :class:`HSVWheel`. :meth:`~wx.lib.agw.cubecolourdialog.HSVWheel.OnLeftUp` Handles the ``wx.EVT_LEFT_UP`` for :class:`HSVWheel`. :meth:`~wx.lib.agw.cubecolourdialog.HSVWheel.OnMotion` Handles the ``wx.EVT_MOTION`` for :class:`HSVWheel`. :meth:`~wx.lib.agw.cubecolourdialog.HSVWheel.TrackPoint` Track a mouse event inside the HSV colour wheel. ================================================================================ ================================================================================ | |api| Class API =============== .. class:: HSVWheel(BasePyControl) Implements the drawing, mouse handling and sizing routines for the HSV colour wheel. .. method:: __init__(self, parent) Default class constructor. Used internally. Do not call it in your code! :param `parent`: the control parent window. .. method:: DrawMarkers(self, dc=None) Draws the markers on top of the background bitmap. :param `dc`: an instance of :class:`wx.DC`. .. method:: InCircle(self, pt) Returns whether a point is inside the HSV wheel or not. :param `pt`: an instance of :class:`wx.Point`. .. method:: OnLeftDown(self, event) Handles the ``wx.EVT_LEFT_DOWN`` for :class:`HSVWheel`. :param `event`: a :class:`MouseEvent` event to be processed. .. method:: OnLeftUp(self, event) Handles the ``wx.EVT_LEFT_UP`` for :class:`HSVWheel`. :param `event`: a :class:`MouseEvent` event to be processed. .. method:: OnMotion(self, event) Handles the ``wx.EVT_MOTION`` for :class:`HSVWheel`. :param `event`: a :class:`MouseEvent` event to be processed. .. method:: TrackPoint(self, pt) Track a mouse event inside the HSV colour wheel. :param `pt`: an instance of :class:`wx.Point`.