Solid
frontend/genericinterface.cpp
17 connect(backendObject, SIGNAL(propertyChanged(QMap<QString, int>)), this, SIGNAL(propertyChanged(QMap<QString, int>)));
18 connect(backendObject, SIGNAL(conditionRaised(QString, QString)), this, SIGNAL(conditionRaised(QString, QString)));
35 return_SOLID_CALL(Ifaces::GenericInterface *, d->backendObject(), QVariantMap(), allProperties());
Generic interface to deal with a device.
QVariant property(const QString &key) const
Retrieves a property of the device.
Definition frontend/genericinterface.cpp:26
bool propertyExists(const QString &key) const
Tests if a property exist in the device.
Definition frontend/genericinterface.cpp:38
QMap< QString, QVariant > allProperties() const
Retrieves a key/value map of all the known properties for the device.
Definition frontend/genericinterface.cpp:32
Generic interface to deal with a device.
Definition ifaces/genericinterface.h:29
QFuture< ArgsType< Signal > > connect(Sender *sender, Signal signal)
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.