ManaPlus
Macros
colormodel.cpp File Reference

(986a3bf)

#include "gui/models/colormodel.h"
#include "gui/widgets/widget2.h"
#include "utils/gettext.h"
#include "debug.h"

Go to the source code of this file.

Macros

#define addColor(name, color)
 

Macro Definition Documentation

◆ addColor

#define addColor (   name,
  color 
)
Value:
model->add(name, &widget->getThemeColor(ThemeColorId::color, 255U), \
&widget->getThemeColor(ThemeColorId::color##_OUTLINE, 255U))

Definition at line 68 of file colormodel.cpp.