org.kde.koala
public class KValueSelector extends KSelector
See Also: KHSSelector KColorDialog
UNKNOWN: Widget for color value selection.
Constructor Summary | |
---|---|
protected | KValueSelector(Class dummy) |
KValueSelector(QWidget parent, String name)
Constructs a widget for color selection. | |
KValueSelector(QWidget parent) | |
KValueSelector() | |
KValueSelector(int o, QWidget parent, String name)
Constructs a widget for color selection with a given orientation | |
KValueSelector(int o, QWidget parent) | |
KValueSelector(int o) |
Method Summary | |
---|---|
String | className() |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
protected void | drawContents(QPainter painter)
Reimplemented from KSelector. |
protected void | drawPalette(QPixmap pixmap)
Draws the contents of the widget on a pixmap,
which is used for buffering. |
protected void | finalize() Deletes the wrapped C++ instance |
int | hue() |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
QMetaObject | metaObject() |
protected void | resizeEvent(QResizeEvent arg1) |
int | saturation() |
void | setHue(int h) |
void | setSaturation(int s) |
void | updateContents() |
UNKNOWN: Constructs a widget for color selection.
UNKNOWN: Constructs a widget for color selection with a given orientation
UNKNOWN: Reimplemented from KSelector.
UNKNOWN: Draws the contents of the widget on a pixmap, which is used for buffering.