org.kde.koala
public class KHSSelector extends KXYSelector
See Also: KXYSelector KValueSelector KColorDialog
UNKNOWN: Widget for Hue/Saturation colour selection.
| Constructor Summary | |
|---|---|
| protected | KHSSelector(Class dummy) |
| KHSSelector(QWidget parent, String name)
Constructs a hue/saturation selection widget. | |
| KHSSelector(QWidget parent) | |
| KHSSelector() | |
| Method Summary | |
|---|---|
| String | className() |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| protected void | drawContents(QPainter painter)
Reimplemented from KXYSelector. |
| 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 |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| QMetaObject | metaObject() |
| protected void | resizeEvent(QResizeEvent arg1) |
UNKNOWN: Constructs a hue/saturation selection widget.
UNKNOWN: Reimplemented from KXYSelector.
UNKNOWN: Draws the contents of the widget on a pixmap, which is used for buffering.