org.kde.koala

Class KColorCombo

public class KColorCombo extends QComboBox

Combobox for colors. See KColorComboSignals for signals emitted by KColorCombo

UNKNOWN: Combobox for colors.

Constructor Summary
protected KColorCombo(Class dummy)
KColorCombo(QWidget parent, String name)
Constructs a color combo box.
KColorCombo(QWidget parent)
Method Summary
StringclassName()
QColorcolor()
Returns the currently selected color.
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
protected voidfinalize()
Deletes the wrapped C++ instance
booleanisDisposed()
Has the wrapped C++ instance been deleted?
QMetaObjectmetaObject()
protected voidresizeEvent(QResizeEvent re)
voidsetColor(QColor col)
Selects the color col.
voidshowEmptyList()
Clear the color list and don't show it, till the next setColor() call

Constructor Detail

KColorCombo

protected KColorCombo(Class dummy)

KColorCombo

public KColorCombo(QWidget parent, String name)
Constructs a color combo box.

UNKNOWN: Constructs a color combo box.

KColorCombo

public KColorCombo(QWidget parent)

Method Detail

className

public String className()

color

public QColor color()
Returns the currently selected color.

UNKNOWN: Returns the currently selected color.

dispose

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

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 re)

setColor

public void setColor(QColor col)
Selects the color col.

UNKNOWN: Selects the color col.

showEmptyList

public void showEmptyList()
Clear the color list and don't show it, till the next setColor() call

UNKNOWN: Clear the color list and don't show it, till the next setColor() call