KCMUtils
kcmoduledata.cpp
void autoRegisterSkeletons()
Automatically register child skeletons Call it in your subclass constructor after skeleton creation.
Definition: kcmoduledata.cpp:68
virtual void revertToDefaults()
Revert module to default values and save them.
Definition: kcmoduledata.cpp:60
void registerSkeleton(KCoreConfigSkeleton *skeleton)
Allow to register manually skeleton class.
Definition: kcmoduledata.cpp:42
QMetaObject::Connection connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
QueuedConnection
A base class that offers information about a KCModule state.
Definition: kcmoduledata.h:26
virtual bool matchesQuery(const QString &query) const
Checks if this module matches a given query.
Definition: kcmoduledata.cpp:76
bool invokeMethod(QObject *obj, const char *member, Qt::ConnectionType type, QGenericReturnArgument ret, QGenericArgument val0, QGenericArgument val1, QGenericArgument val2, QGenericArgument val3, QGenericArgument val4, QGenericArgument val5, QGenericArgument val6, QGenericArgument val7, QGenericArgument val8, QGenericArgument val9)
virtual bool isDefaults() const
Checks if the configuration is identical to the default one.
Definition: kcmoduledata.cpp:51
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Jun 4 2023 04:04:06 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Jun 4 2023 04:04:06 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.