Solid
frontend/device.h
47 * @param type device interface type available on the devices we're looking for, or DeviceInterface::Unknown
54 static QList<Device> listFromType(const DeviceInterface::Type &type, const QString &parentUdi = QString());
66 static QList<Device> listFromQuery(const Predicate &predicate, const QString &parentUdi = QString());
75 static QList<Device> listFromQuery(const QString &predicate, const QString &parentUdi = QString());
Base class of all the device interfaces.
Type
This enum type defines the type of device interface that a Device can have.
Definition frontend/deviceinterface.h:50
This class allows applications to deal with devices available in the underlying system.
const DevIface * as() const
Retrieves a specialized interface to interact with the device corresponding to a given device interfa...
Definition frontend/device.h:249
DevIface * as()
Retrieves a specialized interface to interact with the device corresponding to a given device interfa...
Definition frontend/device.h:235
This class implements predicates for devices.
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.