Go to the documentation of this file.
30 #ifndef SENSORMANAGER_I_H
31 #define SENSORMANAGER_I_H
33 #include <QtDBus/QtDBus>
virtual ~LocalSensorManagerInterface()
Destructor.
SensorManagerError errorCode()
Get error code of occured remote error.
DBus interface to SensorManager instance.
QDBusReply< bool > releaseSensor(const QString &id, int sessionId)
Request sensor deamon to release existing session.
static const char * staticInterfaceName
Get name of the D-Bus interface for this class.
SensorManagerError errorCode
SensorManagerError
Enumeration about SensorManager error states.
void errorSignal(int error)
Signal about occured errors.
LocalSensorManagerInterface(const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent=0)
Constructor.
QDBusReply< int > requestSensor(const QString &id)
Request sensor deamon to start new session for sensor.
QDBusReply< bool > loadPlugin(const QString &name)
Request sensor daemon to load plugin.
::LocalSensorManagerInterface SensorManager
QString errorString()
Get error description of occured remote error.
void releaseSensorFinished()
void loadPluginFinished()
void releaseSensorFinished(QDBusPendingCallWatcher *watch)
void requestSensorFinished()
void requestSensorFinished(QDBusPendingCallWatcher *watch)
void loadPluginFinished(QDBusPendingCallWatcher *watch)