colourcombo.h
54 explicit ColourCombo(TQWidget* parent = 0, const char* name = 0, const TQColor& defaultColour = 0xFFFFFF);
A colour selection combo box whose colour list can be specified.
Definition: colourcombo.h:44
void activated(const TQColor &)
Signal emitted when a new colour has been selected.
bool isCustomColour() const
Returns true if the first entry in the list, i.e.
Definition: colourcombo.h:66
void setColours(const ColourList &list)
Initialises the list of colours to list.
Definition: colourcombo.cpp:56
virtual void setReadOnly(bool readOnly)
Sets whether the combo box can be changed by the user.
Definition: colourcombo.cpp:195
void highlighted(const TQColor &)
Signal emitted when a new colour has been highlighted.
ColourCombo(TQWidget *parent=0, const char *name=0, const TQColor &defaultColour=0xFFFFFF)
Constructor.
Definition: colourcombo.cpp:33