org.kde.koala
public class KColorCombo extends QComboBox
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 | |
---|---|
String | className() |
QColor | color()
Returns the currently selected color. |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
protected void | finalize() Deletes the wrapped C++ instance |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
QMetaObject | metaObject() |
protected void | resizeEvent(QResizeEvent re) |
void | setColor(QColor col)
Selects the color col. |
void | showEmptyList()
Clear the color list and don't show it, till the next setColor() call |
UNKNOWN: Constructs a color combo box.
UNKNOWN: Returns the currently selected color.
col.
UNKNOWN: Selects the color col.
UNKNOWN: Clear the color list and don't show it, till the next setColor() call