Solid
frontend/genericinterface.h
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.
Generic interface to deal with a device.
void conditionRaised(const QString &condition, const QString &reason)
This signal is emitted when an event occurred in the device.
static Type deviceInterfaceType()
Get the Solid::DeviceInterface::Type of the GenericInterface device interface.
Definition frontend/genericinterface.h:77
void propertyChanged(const QMap< QString, int > &changes)
This signal is emitted when a property is changed in the device.
PropertyChange
This enum type defines the type of change that can occur to a GenericInterface property.
Definition frontend/genericinterface.h:47
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.