liblancelot
#include <Global_p.h>
Public Member Functions | |
GroupPrivate () | |
~GroupPrivate () | |
KConfigGroup | confGroupTheme () |
void | copyFrom (GroupPrivate *d) |
void | reset () |
void | setObjectProperty (QObject *object, const QString &property, const QVariant &value) |
Public Attributes | |
Group::ColorScheme | backgroundColor |
Plasma::FrameSvg * | backgroundSvg |
Group::ColorScheme | foregroundColor |
bool | loaded: 1 |
QString | name |
QSet< QObject * > | objects |
bool | ownsBackgroundSvg: 1 |
QSet< QString > | persistentProperties |
QMap< QString, QVariant > | properties |
Detailed Description
Definition at line 36 of file Global_p.h.
Constructor & Destructor Documentation
Lancelot::GroupPrivate::GroupPrivate | ( | ) |
Definition at line 42 of file Global.cpp.
Lancelot::GroupPrivate::~GroupPrivate | ( | ) |
Definition at line 51 of file Global.cpp.
Member Function Documentation
KConfigGroup Lancelot::GroupPrivate::confGroupTheme | ( | ) |
Definition at line 125 of file Global.cpp.
void Lancelot::GroupPrivate::copyFrom | ( | GroupPrivate * | d | ) |
Definition at line 95 of file Global.cpp.
void Lancelot::GroupPrivate::reset | ( | ) |
Definition at line 68 of file Global.cpp.
void Lancelot::GroupPrivate::setObjectProperty | ( | QObject * | object, |
const QString & | property, | ||
const QVariant & | value | ||
) |
Definition at line 61 of file Global.cpp.
Member Data Documentation
Group::ColorScheme Lancelot::GroupPrivate::backgroundColor |
Definition at line 53 of file Global_p.h.
Plasma::FrameSvg* Lancelot::GroupPrivate::backgroundSvg |
Definition at line 54 of file Global_p.h.
Group::ColorScheme Lancelot::GroupPrivate::foregroundColor |
Definition at line 52 of file Global_p.h.
bool Lancelot::GroupPrivate::loaded |
Definition at line 57 of file Global_p.h.
QString Lancelot::GroupPrivate::name |
Definition at line 46 of file Global_p.h.
Definition at line 50 of file Global_p.h.
bool Lancelot::GroupPrivate::ownsBackgroundSvg |
Definition at line 56 of file Global_p.h.
Definition at line 48 of file Global_p.h.
Definition at line 47 of file Global_p.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:43:01 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.