 
    #include "mmsgui/mmslabelwidget.h"#include "mmsgui/mmstextbase.h"

Go to the source code of this file.
| Defines | |
| #define | GETLABEL(x) | 
| #define | GETLABEL2(x, y) | 
| #define | GETLABELFONT(lang) | 
| #define | GETLABELSHADOW(x) | 
| #define | GETLABELSHADOWSEL(x) | 
| #define GETLABEL | ( | x | ) | 
Value:
if (this->myLabelWidgetClass.is##x()) return myLabelWidgetClass.get##x(); \ else if ((labelWidgetClass)&&(labelWidgetClass->is##x())) return labelWidgetClass->get##x(); \ else return this->da->theme->labelWidgetClass.get##x();
Definition at line 489 of file mmslabelwidget.cpp.
| #define GETLABEL2 | ( | x, | |||
| y | ) | 
Value:
if (this->myLabelWidgetClass.is##x()) y=myLabelWidgetClass.get##x(); \ else if ((labelWidgetClass)&&(labelWidgetClass->is##x())) y=labelWidgetClass->get##x(); \ else y=this->da->theme->labelWidgetClass.get##x();
Definition at line 494 of file mmslabelwidget.cpp.
| #define GETLABELFONT | ( | lang | ) | 
Value:
if (this->myLabelWidgetClass.isFontName(lang)) return myLabelWidgetClass.getFontName(lang); \ else if (this->myLabelWidgetClass.isFontName(MMSLANG_NONE)) return myLabelWidgetClass.getFontName(MMSLANG_NONE); \ else if ((labelWidgetClass)&&(labelWidgetClass->isFontName(lang))) return labelWidgetClass->getFontName(lang); \ else if ((labelWidgetClass)&&(labelWidgetClass->isFontName(MMSLANG_NONE))) return labelWidgetClass->getFontName(MMSLANG_NONE); \ else return this->da->theme->labelWidgetClass.getFontName();
Definition at line 499 of file mmslabelwidget.cpp.
| #define GETLABELSHADOW | ( | x | ) | 
Value:
if (this->myLabelWidgetClass.isShadowColor(x)) return myLabelWidgetClass.getShadowColor(x); \ else if ((labelWidgetClass)&&(labelWidgetClass->isShadowColor(x))) return labelWidgetClass->getShadowColor(x); \ else return this->da->theme->labelWidgetClass.getShadowColor(x);
Definition at line 506 of file mmslabelwidget.cpp.
| #define GETLABELSHADOWSEL | ( | x | ) | 
Value:
if (this->myLabelWidgetClass.isSelShadowColor(x)) return myLabelWidgetClass.getSelShadowColor(x); \ else if ((labelWidgetClass)&&(labelWidgetClass->isSelShadowColor(x))) return labelWidgetClass->getSelShadowColor(x); \ else return this->da->theme->labelWidgetClass.getSelShadowColor(x);
Definition at line 511 of file mmslabelwidget.cpp.
