KDeclarative
settingstateproxy.cpp
94 const auto itemHasSignals = dynamic_cast<KConfigCompilerSignallingItem*>(item) || dynamic_cast<KPropertySkeletonItem*>(item);
96 qWarning() << "Attempting to use SettingStateProxy with a non signalling item:" << m_settingName;
114 qWarning() << "Attempting to use SettingStateProxy with a non notifying property:" << propertyName;
QString name(const QVariant &location)
QMetaMethod notifySignal() const const
int indexOfMethod(const char *method) const const
virtual const QMetaObject * metaObject() const const
void configChanged()
QVariant property(const char *name) const const
bool isUpper() const const
KCoreConfigSkeleton configObject
The config object which will be monitored for setting state changes.
Definition: settingstateproxy.h:29
QString toLower() const const
int indexOfProperty(const char *name) const const
const QChar at(int position) const const
bool isValid() const const
QMetaObject::Connection connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
bool defaulted
Indicates if the setting differs from its default value.
Definition: settingstateproxy.h:44
QMetaMethod method(int index) const const
Q_EMITQ_EMIT
QMetaProperty property(int index) const const
QByteArray toUtf8() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Mon Jan 25 2021 22:44:28 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2021 The KDE developers.
Generated on Mon Jan 25 2021 22:44:28 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.