mmsimagewidget.cpp File Reference

#include "mmsgui/mmsimagewidget.h"
#include "mmsgui/mmsimagewidgetthread.h"

Include dependency graph for mmsimagewidget.cpp:

Go to the source code of this file.


Defines

#define GETIMAGE(x)

Define Documentation

#define GETIMAGE (  ) 

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.