#include "mmsgui/mmsimagewidget.h"
#include "mmsgui/mmsimagewidgetthread.h"
Go to the source code of this file.
Defines | |
#define | GETIMAGE(x) |
#define GETIMAGE | ( | x | ) |
Value:
if (this->myImageWidgetClass.is##x()) return myImageWidgetClass.get##x(); \ else if ((imageWidgetClass)&&(imageWidgetClass->is##x())) return imageWidgetClass->get##x(); \ else return this->da->theme->imageWidgetClass.get##x();
Definition at line 682 of file mmsimagewidget.cpp.