Solid
frontend/deviceinterface.cpp
This device interface is available on block devices.
This device interface is available on digital camera devices.
Base class of all the device interfaces.
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
Generic interface to deal with a device.
This device interface is available on optical discs.
This device interface is available on CD-R*,DVD*,Blu-Ray,HD-DVD drives.
This class implements Portable Media Player device interface and represents a portable media player a...
This device interface is available on processors.
This device interface is available on volume devices to access them (i.e.
This device interface is available on storage devices.
This device interface is available on volume devices.
int keyToValue(const char *key, bool *ok) const const
const char * valueToKey(int value) const const
QString fromLatin1(QByteArrayView str)
Q_D(Todo)
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:14:22 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:14:22 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.