.. wxPython Phoenix documentation This file was generated by Phoenix's sphinx generator and associated tools, do not edit by hand. Copyright: (c) 2011-2018 by Total Control Software License: wxWindows License .. include:: headings.inc .. currentmodule:: wx.lib.agw.cubecolourdialog .. highlight:: python .. _wx.lib.agw.cubecolourdialog.BrightCtrl: ========================================================================================================================================== |phoenix_title| **wx.lib.agw.cubecolourdialog.BrightCtrl** ========================================================================================================================================== Implements the drawing, mouse handling and sizing routines for the brightness palette control. | |class_hierarchy| Class Hierarchy ================================= .. raw:: html <div id="toggleBlock" onclick="return toggleVisibility(this)" class="closed" style="cursor:pointer;"> <img id="toggleBlock-trigger" src="_static/images/closed.png"/> Inheritance diagram for class <strong>BrightCtrl</strong>: </div> <div id="toggleBlock-summary" style="display:block;"></div> <div id="toggleBlock-content" style="display:none;"> <p class="graphviz"> <center><img src="_static/images/inheritance/wx.lib.agw.cubecolourdialog.BrightCtrl_inheritance.png" alt="Inheritance diagram of BrightCtrl" usemap="#dummy" class="inheritance"/></center> <script type="text/javascript">toggleVisibilityOnLoad(document.getElementById('toggleBlock'))</script> <map id="dummy" name="dummy"> <area shape="rect" id="node1" href="wx.lib.agw.cubecolourdialog.BrightCtrl.html" title="Implements the drawing, mouse handling and sizing routines for the brightness" alt="" coords="15,469,295,499"/> <area shape="rect" id="node2" href="wx.lib.agw.cubecolourdialog.BaseLineCtrl.html" title="Base class used to hold common code for the Alpha channel control and the" alt="" coords="5,392,305,421"/> <area shape="rect" id="node3" href="wx.Control.html" title="This is the base class for a control or 'widget'." alt="" coords="109,315,202,344"/> <area shape="rect" id="node4" href="wx.Window.html" title="wx.Window is the base class for all windows and represents any visible object on screen." alt="" coords="107,237,204,267"/> <area shape="rect" id="node5" href="wx.WindowBase.html" title="wx.WindowBase" alt="" coords="90,160,221,189"/> <area shape="rect" id="node6" href="wx.EvtHandler.html" title="A class that can handle events from the windowing system." alt="" coords="96,83,215,112"/> <area shape="rect" id="node7" href="wx.Object.html" title="This is the root class of many of the wxWidgets classes." alt="" coords="50,5,138,35"/> <area shape="rect" id="node8" href="wx.Trackable.html" title="Add-on base class for a trackable object." alt="" coords="163,5,273,35"/> </map> </p> </div> | |super_classes| Known Superclasses ================================== :class:`wx.lib.agw.cubecolourdialog.BaseLineCtrl` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.lib.agw.cubecolourdialog.BrightCtrl.__init__` Default class constructor. :meth:`~wx.lib.agw.cubecolourdialog.BrightCtrl.DrawMarkers` Draws square markers used with mouse gestures. :meth:`~wx.lib.agw.cubecolourdialog.BrightCtrl.OnPaint` Handles the ``wx.EVT_PAINT`` for :class:`BrightCtrl`. :meth:`~wx.lib.agw.cubecolourdialog.BrightCtrl.TrackPoint` Tracks a mouse action inside the palette control. ================================================================================ ================================================================================ | |api| Class API =============== .. class:: BrightCtrl(BaseLineCtrl) Implements the drawing, mouse handling and sizing routines for the brightness palette control. .. 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 square markers used with mouse gestures. :param `dc`: an instance of :class:`wx.DC`. .. method:: OnPaint(self, event) Handles the ``wx.EVT_PAINT`` for :class:`BrightCtrl`. :param `event`: a :class:`PaintEvent` event to be processed. .. method:: TrackPoint(self, pt) Tracks a mouse action inside the palette control. :param `pt`: an instance of :class:`wx.Point`.