Solid
Solid::DeviceNotifier Class Reference
#include <devicenotifier.h>
Inheritance diagram for Solid::DeviceNotifier:
Signals | |
void | deviceAdded (const QString &udi) |
void | deviceRemoved (const QString &udi) |
Static Public Member Functions | |
static DeviceNotifier * | instance () |
Detailed Description
This class allow to query the underlying system to obtain information about the hardware available.
It's the unique entry point for hardware discovery. Applications should use it to find devices, or to be notified about hardware changes.
Note that it's implemented as a singleton and encapsulates the backend logic.
Definition at line 42 of file devicenotifier.h.
Member Function Documentation
|
signal |
This signal is emitted when a new device appear in the underlying system.
- Parameters
-
udi the new device UDI
|
signal |
This signal is emitted when a device disappear from the underlying system.
- Parameters
-
udi the old device UDI
|
static |
Definition at line 170 of file devicemanager.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:48:48 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:48:48 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.