1#ifndef TBQ_WIDGETS_COLORBUTTON_H
2#define TBQ_WIDGETS_COLORBUTTON_H
4#include "toolboxqt/toolboxqt_global.h"
18 COLOR_SHAPE_CIRCLE = 0,
27 ColorShape getShape()
const;
28 const QColor& getColor()
const;
31 void setShape(ColorShape shape);
32 void setColor(
const QColor &color);
38 void paintEvent(QPaintEvent *event)
override;
Namespace used for ToolBoxQt library.
Definition array2d.h:12