|
|
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
.
QColor color ()
| color |
[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.
Reimplemented from QComboBox.
void resizeEvent ( QResizeEvent *re )
| resizeEvent |
[protected virtual]
void virtual_hook ( int id, void* data )
| virtual_hook |
[protected virtual]
Generated by: caleb on tcdevel on Tue Jan 28 12:54:10 2003, using kdoc $. |