KWin
Loading...
Searching...
No Matches
Classes | Namespaces | Macros
auroraetheme.cpp File Reference
#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.

Classes

class  Aurorae::AuroraeThemePrivate
 

Namespaces

namespace  Aurorae
 

Macros

#define THEME_CONFIG(prototype)
 
#define THEME_CONFIG_TYPE(rettype, prototype)
 
#define BUTTON_PATH(prototype, buttonType)
 

Macro Definition Documentation

◆ 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.