lib
KoGrayWidget Class Reference
List of all members.Detailed Description
Definition at line 35 of file ko_gray_widget.h.
Public Slots | |
| virtual void | setFgColor (const QColor &c) |
| virtual void | setBgColor (const QColor &c) |
Signals | |
| virtual void | sigFgColorChanged (const QColor &c) |
| virtual void | sigBgColorChanged (const QColor &c) |
Public Member Functions | |
| KoGrayWidget (QWidget *parent=0L, const char *name=0) | |
| virtual | ~KoGrayWidget () |
Protected Slots | |
| virtual void | slotChanged (int v) |
| void | slotFGColorSelected (const QColor &c) |
| void | slotBGColorSelected (const QColor &c) |
| void | currentChanged (KDualColorButton::DualColor) |
Member Function Documentation
| void KoGrayWidget::setFgColor | ( | const QColor & | c | ) | [virtual, slot] |
Set the current color to c.
Do not emit the color changed signals
Definition at line 88 of file ko_gray_widget.cc.
| virtual void KoGrayWidget::sigFgColorChanged | ( | const QColor & | c | ) | [virtual, signal] |
Emitted when the current color is changed.
The documentation for this class was generated from the following files:

