Solid
ifaces/genericinterface.h
Generic interface to deal with a device.
Definition ifaces/genericinterface.h:29
virtual QVariant property(const QString &key) const =0
Retrieves the value of a property.
virtual void propertyChanged(const QMap< QString, int > &changes)=0
This signal is emitted when a property is changed in the device.
virtual void conditionRaised(const QString &condition, const QString &reason)=0
This signal is emitted when an event occurred in the device.
virtual QMap< QString, QVariant > allProperties() const =0
Retrieves all the properties of this device.
virtual bool propertyExists(const QString &key) const =0
Tests if a property exist.
virtual ~GenericInterface()
Destroys a GenericInterface object.
Definition ifaces/genericinterface.cpp:9
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.