qtmobility/examples/sensors/panorama/orientationcontroller.h
changeset 14 6fbed849b4f4
parent 11 06b8e2af4411
equal deleted inserted replaced
11:06b8e2af4411 14:6fbed849b4f4
    14 {
    14 {
    15     Q_OBJECT
    15     Q_OBJECT
    16 
    16 
    17 public:
    17 public:
    18     OrientationController();
    18     OrientationController();
    19     virtual void startSensor();
    19     virtual ~OrientationController();
    20     virtual void stopSensor();
       
    21     virtual void updateCoordinates();
    20     virtual void updateCoordinates();
    22 
    21 
    23 private slots:
    22 private slots:
    24     void update();
    23     void update();
    25 
    24