Solid
Go to the documentation of this file.
21 #ifndef SOLID_DEVICEMANAGER_P_H
22 #define SOLID_DEVICEMANAGER_P_H
28 #include <QtCore/QMap>
29 #include <QtCore/QWeakPointer>
30 #include <QtCore/QSharedData>
31 #include <QtCore/QThreadStorage>
52 void _k_deviceAdded(
const QString &udi);
53 void _k_deviceRemoved(
const QString &udi);
54 void _k_destroyed(
QObject *
object);
57 Ifaces::Device *createBackendObject(
const QString &udi);
59 QExplicitlySharedDataPointer<DevicePrivate> m_nullDevice;
60 QMap<QString, QWeakPointer<DevicePrivate> > m_devicesMap;
61 QMap<QObject *, QString> m_reverseMap;
73 void ensureManagerCreated();
75 QThreadStorage<DeviceManagerPrivate*> m_storage;
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Apr 16 2013 19:13:05 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.