KDEUI
kcolorvalueselector.cpp
Go to the documentation of this file.
31 Private(KColorValueSelector *q): q(q), _hue(0), _sat(0), _colorValue(0), _mode(ChooserClassic) {}
Definition: kcolorvalueselector.h:29
virtual void drawContents(QPainter *painter)
Reimplemented from KSelector.
Definition: kcolorvalueselector.cpp:100
void setChooserMode(KColorChooserMode chooserMode)
Sets the chooser mode.
Definition: kcolorvalueselector.cpp:105
KColorChooserMode chooserMode() const
Returns the current chooser mode.
Definition: kcolorvalueselector.cpp:118
KColorValueSelector(QWidget *parent=0)
Constructs a widget for color selection.
Definition: kcolorvalueselector.cpp:41
virtual void drawPalette(QPixmap *pixmap)
Draws the contents of the widget on a pixmap, which is used for buffering.
Definition: kcolorvalueselector.cpp:123
virtual void resizeEvent(QResizeEvent *)
Definition: kcolorvalueselector.cpp:95
~KColorValueSelector()
Definition: kcolorvalueselector.cpp:53
KSelector is the base class for other widgets which provides the ability to choose from a one-dimensi...
Definition: kselector.h:42
Definition: kcolorchoosermode.cpp:24
void setComponentValue(QColor &color, KColorChooserMode chooserMode, qreal value)
Definition: kcolorchoosermode.cpp:44
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.