org.kde.koala

Class KHSSelector

public class KHSSelector extends KXYSelector

Widget for Hue/Saturation colour selection. The actual values can be fetched using the inherited xValue and yValue methods. \image html khsselector.png "KDE Hue/Saturation Selection Widget"

Author: Martin Jones (mjones@kde.org)

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
StringclassName()
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
protected voiddrawContents(QPainter painter)
Reimplemented from KXYSelector.
protected voiddrawPalette(QPixmap pixmap)
Draws the contents of the widget on a pixmap, which is used for buffering.
protected voidfinalize()
Deletes the wrapped C++ instance
booleanisDisposed()
Has the wrapped C++ instance been deleted?
QMetaObjectmetaObject()
protected voidresizeEvent(QResizeEvent arg1)

Constructor Detail

KHSSelector

protected KHSSelector(Class dummy)

KHSSelector

public KHSSelector(QWidget parent, String name)
Constructs a hue/saturation selection widget.

UNKNOWN: Constructs a hue/saturation selection widget.

KHSSelector

public KHSSelector(QWidget parent)

KHSSelector

public KHSSelector()

Method Detail

className

public String className()

dispose

public void dispose()
Delete the wrapped C++ instance ahead of finalize()

drawContents

protected void drawContents(QPainter painter)
Reimplemented from KXYSelector. This drawing is buffered in a pixmap here. As real drawing routine, drawPalette() is used.

UNKNOWN: Reimplemented from KXYSelector.

drawPalette

protected void drawPalette(QPixmap pixmap)
Draws the contents of the widget on a pixmap, which is used for buffering.

UNKNOWN: Draws the contents of the widget on a pixmap, which is used for buffering.

finalize

protected void finalize()
Deletes the wrapped C++ instance

isDisposed

public boolean isDisposed()
Has the wrapped C++ instance been deleted?

metaObject

public QMetaObject metaObject()

resizeEvent

protected void resizeEvent(QResizeEvent arg1)