KCMUtils
kcmoduleinfo.cpp
122 return ((d->name == rhs.d->name) && (d->lib == rhs.d->lib) && (d->fileName == rhs.d->fileName));
144 if (!pluginInfo.isValid() && !service) { /* We have a bogus service. All get functions will return empty/zero values */
bool isValid() const const
QString libraryPath() const
bool operator!=(const KCModuleInfo &rhs) const
Definition: kcmoduleinfo.cpp:125
KCModuleInfo & operator=(const KCModuleInfo &rhs)
Assignment operator.
Definition: kcmoduleinfo.cpp:114
QString icon() const
bool operator==(const KCModuleInfo &rhs) const
Returns true if rhs describes the same KCModule as this object.
Definition: kcmoduleinfo.cpp:120
QString entryPath() const
int toInt(bool *ok) const const
QVariant property(const QString &key) const
bool isValid() const
QString name() const
QString name(StandardShortcut id)
QString comment() const
QStringList toStringList() const const
String
QString toString() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon May 8 2023 04:05:07 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon May 8 2023 04:05:07 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.