Viadeo Twitter Google Bookmarks ! Facebook Digg del.icio.us MySpace Yahoo MyWeb Blinklist Netvouz Reddit Simpy StumbleUpon Bookmarks Windows Live Favorites 
Logo Documentation Qt ·  Page d'accueil  ·  Toutes les classes  ·  Classes principales  ·  Annotées  ·  Classes groupées  ·  Modules  ·  Fonctions  · 

QSensorFilter Class

The QSensorFilter class provides an efficient callback facility for asynchronous notifications of sensor changes. More...

 #include <QSensorFilter>

Inherited by: QAccelerometerFilter, QAmbientLightFilter, QCompassFilter, QGyroscopeFilter, QIRProximityFilter, QLightFilter, QMagnetometerFilter, QOrientationFilter, QProximityFilter, QRotationFilter, and QTapFilter.

Public Functions

virtual bool filter(QSensorReading * reading) = 0

Protected Functions

virtual ~QSensorFilter()

Detailed Description

The QSensorFilter class provides an efficient callback facility for asynchronous notifications of sensor changes.

Some sensors (eg. the accelerometer) are often accessed very frequently. This may be slowed down by the use of signals and slots. The QSensorFilter interface provides a more efficient way for the sensor to notify your class that the sensor has changed.

Additionally, multiple filters can be added to a sensor. They are called in order and each filter has the option to modify the values in the reading or to suppress the reading altogether.

Note that the values in the class returned by QSensor::reading() will not be updated until after the filters have been run.

See also filter().

Member Function Documentation

QSensorFilter::~QSensorFilter() [virtual protected]

Notifies the attached sensor (if any) that the filter is being destroyed.

bool QSensorFilter::filter(QSensorReading * reading) [pure virtual]

This function is called when the sensor reading changes.

The filter can modify the reading.

Returns true to allow the next filter to receive the value. If this is the last filter, returning true causes the signal to be emitted and the value is stored in the sensor.

Returns false to drop the reading.

Cette page est une traduction d'une page de la documentation de Qt, écrite par Nokia Corporation and/or its subsidiary(-ies). Les éventuels problèmes résultant d'une mauvaise traduction ne sont pas imputables à Nokia. Qt 5.0-snapshot
Copyright © 2012 Developpez LLC. Tous droits réservés Developpez LLC. Aucune reproduction, même partielle, ne peut être faite de ce site et de l'ensemble de son contenu : textes, documents et images sans l'autorisation expresse de Developpez LLC. Sinon, vous encourez selon la loi jusqu'à 3 ans de prison et jusqu'à 300 000 E de dommages et intérêts. Cette page est déposée à la SACD.
Vous avez déniché une erreur ? Un bug ? Une redirection cassée ? Ou tout autre problème, quel qu'il soit ? Ou bien vous désirez participer à ce projet de traduction ? N'hésitez pas à nous contacter ou par MP !
 
 
 
 
Partenaires

Hébergement Web