#include <kcolorcombo.h>
Signals | |
| void | activated (const QColor &col) |
| void | highlighted (const QColor &col) |
Public Methods | |
| KColorCombo (QWidget *parent, const char *name=0L) | |
| void | setColor (const QColor &col) |
| QColor | color () const |
| void | showEmptyList () |
Protected Methods | |
| virtual void | resizeEvent (QResizeEvent *re) |
Definition at line 39 of file kcolorcombo.h.
|
||||||||||||
|
Constructs a color combo box. |
|
|
Emitted when a new color box has been selected. |
|
|
Returns the currently selected color. |
|
|
Emitted when a new item has been highlighted. |
|
|
@reimplemented |
|
|
Selects the color |
|
|
Clear the colour list and don't show it, till the next setColor() call |
1.2.18