Omnidome
Fulldome Mapping Software Toolkit
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Macros
ColorSet.cpp File Reference
#include <omni/ui/ColorSet.h>
Include dependency graph for ColorSet.cpp:

Namespaces

 omni
 Header to document namespaces.
 
 omni::ui
 Namespace for user interface elements and widgets.
 

Macros

#define COLORSET_COLOR_GETTER(name, colorrole)
 

Macro Definition Documentation

#define COLORSET_COLOR_GETTER (   name,
  colorrole 
)
Value:
QColor ColorSet::name() const \
{ \
return this->color(colorrole); \
}