#include "mmsgui/mmsprogressbarwidget.h"
Go to the source code of this file.
Defines | |
#define | GETPBAR(x) |
#define GETPBAR | ( | x | ) |
Value:
if (this->myProgressBarWidgetClass.is##x()) return myProgressBarWidgetClass.get##x(); \ else if ((progressBarWidgetClass)&&(progressBarWidgetClass->is##x())) return progressBarWidgetClass->get##x(); \ else return this->da->theme->progressBarWidgetClass.get##x();
Definition at line 186 of file mmsprogressbarwidget.cpp.