#include "mmsgui/mmsarrowwidget.h"
Go to the source code of this file.
Defines | |
#define | GETARROW(x) |
#define GETARROW | ( | x | ) |
Value:
if (this->myArrowWidgetClass.is##x()) return myArrowWidgetClass.get##x(); \ else if ((arrowWidgetClass)&&(arrowWidgetClass->is##x())) return arrowWidgetClass->get##x(); \ else return this->da->theme->arrowWidgetClass.get##x();
Definition at line 286 of file mmsarrowwidget.cpp.