#include "mmsgui/mmssliderwidget.h"
Go to the source code of this file.
Defines | |
#define | GETSLIDER(x) |
#define GETSLIDER | ( | x | ) |
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.