mmssliderwidget.cpp File Reference

#include "mmsgui/mmssliderwidget.h"

Include dependency graph for mmssliderwidget.cpp:

Go to the source code of this file.


Defines

#define GETSLIDER(x)

Define Documentation

#define GETSLIDER (  ) 

Value:

if (this->mySliderWidgetClass.is##x()) return mySliderWidgetClass.get##x(); \
    else if ((sliderWidgetClass)&&(sliderWidgetClass->is##x())) return sliderWidgetClass->get##x(); \
    else return this->da->theme->sliderWidgetClass.get##x();

Definition at line 584 of file mmssliderwidget.cpp.