libkdegames
kgtheme.cpp File Reference
#include "kgtheme.h"
#include <QtCore/QDir>
#include <QtCore/QFileInfo>
#include <KDE/KConfig>
#include <KDE/KConfigGroup>
#include <KDE/KDebug>
#include <KDE/KStandardDirs>
#include "kgtheme.moc"
Include dependency graph for kgtheme.cpp:
Go to the source code of this file.
Macros | |
#define | KGTHEME_STRING_PROPERTY(PROP, SETTER) |
Macro Definition Documentation
#define KGTHEME_STRING_PROPERTY | ( | PROP, | |
SETTER | |||
) |
Value:
void KgTheme::SETTER(const QString& val) { d->m_##PROP = val; }
Definition at line 58 of file kgtheme.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:18:42 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:18:42 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.