class KColorCombo
|
Combobox for colors. More... |
|
|
Public Methods
Signals
Protected Methods
Combobox for colors.
KColorCombo ( QWidget *parent, const char *name = 0L )
| KColorCombo |
Constructs a color combo box.
~KColorCombo ()
| ~KColorCombo |
void setColor ( const QColor &col )
| setColor |
Selects the color col
.
[const]
Returns the currently selected color.
void showEmptyList ()
| showEmptyList |
Clear the colour list and don't show it, till the next setColor() call
void activated ( const QColor &col )
| activated |
[signal]
Emitted when a new color box has been selected.
void highlighted ( const QColor &col )
| highlighted |
[signal]
Emitted when a new item has been highlighted.
[protected virtual]
void virtual_hook ( int id, void* data )
| virtual_hook |
[protected virtual]
Generated by: dfaure on faure on Tue Apr 16 08:49:25 2002, using kdoc 2.0a53. |