#include "mmsgui/mmspopupwindow.h"
Go to the source code of this file.
Defines | |
#define | GETPOPUPWINDOW(x) |
#define GETPOPUPWINDOW | ( | x | ) |
Value:
if (this->myPopupWindowClass.is##x()) return myPopupWindowClass.get##x(); \ else if ((popupWindowClass)&&(popupWindowClass->is##x())) return popupWindowClass->get##x(); \ else return this->theme->popupWindowClass.get##x();
Definition at line 108 of file mmspopupwindow.cpp.