27 #ifndef COLOR_LIST_WIDGET_HPP
28 #define COLOR_LIST_WIDGET_HPP
37 Q_PROPERTY(QList<QColor> colors READ colors WRITE setColors NOTIFY colorsChanged )
38 Q_PROPERTY(
Color_Wheel::Display_Flags wheelFlags READ wheelFlags WRITE setWheelFlags NOTIFY wheelFlagsChanged)
44 QList<QColor> colors() const;
45 void setColors(const QList<QColor>& colors);
47 void swap(
int a,
int b);
54 void colorsChanged(const QList<QColor>&);
55 void wheelFlagsChanged(
Color_Wheel::Display_Flags flags);
58 void setWheelFlags(
Color_Wheel::Display_Flags flags);
62 void handle_removed(
int);
63 void color_changed(
int row);
68 void append_widget(
int col);
71 #endif // COLOR_LIST_WIDGET_HPP
#define QCP_EXPORT
Definition: colorpicker_global.hpp:9
Display an analog widget that allows the selection of a HSV color.
Definition: color_wheel.hpp:36