1#ifndef SACOLORPALETTEGRIDWIDGET_H
2#define SACOLORPALETTEGRIDWIDGET_H
4#include "SAColorWidgetsGlobal.h"
19 void setColorList(
const QList< QColor >& cls);
20 QList< QColor > colorList()
const;
22 void setFactor(
const QList< int >& factor);
23 QList< int > factor()
const;
25 void setColorIconSize(
const QSize& s);
26 QSize colorIconSize()
const;
28 void setColorCheckable(
bool on =
true);
29 bool isColorCheckable()
const;
31 void onMainColorClicked(
const QColor& c);
32 void onPaletteColorClicked(
const QColor& c);