QtMobility Reference Documentation

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.

X

Thank you for giving your feedback.

Make sure it is related to this specific page. For more general bugs and requests, please use the Qt Bug Tracker.