mmschildwindow.cpp File Reference

#include "mmsgui/mmschildwindow.h"

Include dependency graph for mmschildwindow.cpp:

Go to the source code of this file.


Defines

#define GETCHILDWINDOW(x, y)

Define Documentation

#define GETCHILDWINDOW ( x,
 ) 

Value:

if (this->myChildWindowClass.is##x()) return myChildWindowClass.get##x(y); \
    else if ((childWindowClass)&&(childWindowClass->is##x())) return childWindowClass->get##x(y); \
    else return this->theme->childWindowClass.get##x(y);

Definition at line 71 of file mmschildwindow.cpp.