MeeGo 1.2 Harmattan Developer Documentation Develop for the Nokia N9

QSensorChangesInterface Class Reference

The QSensorChangesInterface class is the pure virtual interface to sensor plugins. More...

 #include <QSensorChangesInterface>

This class was introduced in Qt Mobility 1.2.

Public Functions

virtual void sensorsChanged () = 0

Detailed Description

The QSensorChangesInterface class is the pure virtual interface to sensor plugins.

The QSensorChangesInterface class is implemented in sensor plugins to receive notification that registered sensor backends have changed.

See also Creating a sensor plugin.

Member Function Documentation

void QSensorChangesInterface::sensorsChanged () [pure virtual]

This function is called when the registered backends have changed. Any backends that depend on the presence of other sensors should be registered or unregistered in here.

This function was introduced in Qt Mobility 1.2.

See also Creating a sensor plugin.