mmsarrowwidget.cpp File Reference

#include "mmsgui/mmsarrowwidget.h"

Include dependency graph for mmsarrowwidget.cpp:

Go to the source code of this file.


Defines

#define GETARROW(x)

Define Documentation

#define GETARROW (  ) 

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.