lib
KoHSVWidget Class Reference
List of all members.Detailed Description
Definition at line 38 of file ko_hsv_widget.h.
Public Slots | |
virtual void | setFgColor (const QColor &c) |
virtual void | setBgColor (const QColor &c) |
virtual void | setMode (KDualColorButton::DualColor) |
Signals | |
virtual void | sigFgColorChanged (const QColor &c) |
virtual void | sigBgColorChanged (const QColor &c) |
virtual void | sigModeChanged (KDualColorButton::DualColor) |
Public Member Functions | |
KoHSVWidget (QWidget *parent=0L, const char *name=0) | |
virtual | ~KoHSVWidget () |
Protected Slots | |
virtual void | slotHChanged (int h) |
virtual void | slotSChanged (int s) |
virtual void | slotVChanged (int v) |
virtual void | slotWheelChanged (const KoColor &c) |
void | slotFGColorSelected (const QColor &c) |
void | slotBGColorSelected (const QColor &c) |
void | currentChanged (KDualColorButton::DualColor) |
Member Function Documentation
void KoHSVWidget::setFgColor | ( | const QColor & | c | ) | [virtual, slot] |
Set the current color to c.
Do not emit the color changed signals
Definition at line 165 of file ko_hsv_widget.cc.
void KoHSVWidget::setMode | ( | KDualColorButton::DualColor | ) | [virtual, slot] |
Sets the current mode (foreground/background) without emitting the signal.
Definition at line 269 of file ko_hsv_widget.cc.
virtual void KoHSVWidget::sigFgColorChanged | ( | const QColor & | c | ) | [virtual, signal] |
Emitted when the current color is changed.
virtual void KoHSVWidget::sigModeChanged | ( | KDualColorButton::DualColor | ) | [virtual, signal] |
Emitted when the mode (foreground/background) was changed.
The documentation for this class was generated from the following files: