#include "auroraetheme.h"
#include "themeconfig.h"
#include <QDebug>
#include <QHash>
#include <QStandardPaths>
#include <KConfig>
#include <KConfigGroup>
#include "moc_auroraetheme.cpp"
Go to the source code of this file.
◆ BUTTON_PATH
#define BUTTON_PATH |
( |
| prototype, |
|
|
| buttonType ) |
Value: QString AuroraeTheme::prototype() const \
{ \
if (hasButton(buttonType)) { \
return d->pathes[buttonType]; \
} else { \
return QString(); \
} \
}
Definition at line 395 of file auroraetheme.cpp.
◆ THEME_CONFIG
#define THEME_CONFIG |
( |
| prototype | ) |
|
Value: int AuroraeTheme::prototype() const \
{ \
return d->themeConfig.prototype(); \
}
Definition at line 339 of file auroraetheme.cpp.
◆ THEME_CONFIG_TYPE
#define THEME_CONFIG_TYPE |
( |
| rettype, |
|
|
| prototype ) |
Value: rettype AuroraeTheme::prototype() const \
{ \
return d->themeConfig.prototype(); \
}
Definition at line 377 of file auroraetheme.cpp.