22 #ifndef GUI_MODELS_COLORMODEL_H
23 #define GUI_MODELS_COLORMODEL_H
58 void add(
const std::string &name,
59 const Color *
const color1,
60 const Color *
const color2);
std::vector< ColorPair > mColors
void add(const std::string &name, const Color *const color1, const Color *const color2)
static ColorModel * createDefault(const Widget2 *const widget)
int getNumberOfElements()
const ColorPair * getColorAt(const int i) const
std::string getElementAt(int i)
#define A_DELETE_COPY(func)
std::vector< std::string > StringVect