lib
KoColorSlider Class Reference
List of all members.Detailed Description
Definition at line 83 of file koColorSlider.h.
Public Slots | |
void | slotSetColor1 (const QColor &c) |
void | slotSetColor2 (const QColor &c) |
void | slotSetValue (int value) |
void | slotSetRange (int min, int max) |
Signals | |
void | colorSelected (const QColor &c) |
void | valueChanged (int value) |
Public Member Functions | |
KoColorSlider (QWidget *parent=0L) | |
virtual | ~KoColorSlider () |
int | minValue () |
int | maxValue () |
Protected Slots | |
void | slotSliderMoved (int x) |
void | slotFrameClicked (const QPoint &p) |
Protected Member Functions | |
void | resizeEvent (QResizeEvent *) |
void | mousePressEvent (QMouseEvent *) |
Protected Attributes | |
KoSliderWidget * | mSlider |
KoColorFrame * | mColorFrame |
int | mMin |
int | mMax |
int | mValue |
The documentation for this class was generated from the following files: