Solid
frontend/deviceinterface.cpp
static QString typeToString(Type type)
Definition frontend/deviceinterface.cpp:35
Type
This enum type defines the type of device interface that a Device can have.
Definition frontend/deviceinterface.h:50
bool isValid() const
Indicates if this device interface is valid.
Definition frontend/deviceinterface.cpp:29
~DeviceInterface() override
Destroys a DeviceInterface object.
Definition frontend/deviceinterface.cpp:22
static Type stringToType(const QString &type)
Definition frontend/deviceinterface.cpp:42
SOLID_NO_EXPORT DeviceInterface(DeviceInterfacePrivate &dd, QObject *backendObject)
Definition frontend/deviceinterface.cpp:14
static QString typeDescription(Type type)
Definition frontend/deviceinterface.cpp:49
int keyToValue(const char *key, bool *ok) const const
const char * valueToKey(int value) const const
QObject(QObject *parent)
QString tr(const char *sourceText, const char *disambiguation, int n)
QString fromLatin1(QByteArrayView str)
Q_D(Todo)
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:47:11 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:47:11 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.