Solid
fakemanager.h
45 QStringList devicesFromQuery(const QString &parentUdi, Solid::DeviceInterface::Type type) override;
a Fake manager that read a device list from a XML file.
Definition fakemanager.h:31
QStringList devicesFromQuery(const QString &parentUdi, Solid::DeviceInterface::Type type) override
Retrieves the Universal Device Identifier (UDI) of all the devices matching the given constraints (pa...
Definition fakemanager.cpp:91
QObject * createDevice(const QString &udi) override
Instantiates a new Device object from this backend given its UDI.
Definition fakemanager.cpp:121
QStringList allDevices() override
Return the list of UDI of all available devices.
Definition fakemanager.cpp:80
QString udiPrefix() const override
Retrieves the prefix used for the UDIs off all the devices reported by the device manager.
Definition fakemanager.cpp:70
QSet< Solid::DeviceInterface::Type > supportedInterfaces() const override
Retrieves a set of interfaces the backend supports.
Definition fakemanager.cpp:75
Type
This enum type defines the type of device interface that a Device can have.
Definition frontend/deviceinterface.h:50
This class specifies the interface a backend will have to implement in order to be used in the system...
Definition devicemanager.h:29
Q_OBJECTQ_OBJECT
Q_SLOTSQ_SLOTS
QObject * parent() const const
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.