KCMUtils
kcmoduledata.cpp
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:75
void registerSkeleton(KCoreConfigSkeleton *skeleton)
Allow to register manually skeleton class.
Definition kcmoduledata.cpp:41
void autoRegisterSkeletons()
Automatically register child skeletons Call it in your subclass constructor after skeleton creation.
Definition kcmoduledata.cpp:67
virtual bool isDefaults() const
Checks if the configuration is identical to the default one.
Definition kcmoduledata.cpp:50
virtual void revertToDefaults()
Revert module to default values and save them.
Definition kcmoduledata.cpp:59
bool invokeMethod(QObject *context, Functor &&function, FunctorReturnType *ret)
QList< T > findChildren(Qt::FindChildOptions options) const const
QueuedConnection
QFuture< ArgsType< Signal > > connect(Sender *sender, Signal signal)
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:15:20 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:15:20 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.