summaryrefslogtreecommitdiffstats
path: root/doc/src/qtsensors.qdoc
blob: 9a9a2b4bbcf072a6408814199f23f4ce2cef81f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of the documentation of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:FDL$
** GNU Free Documentation License
** Alternatively, this file may be used under the terms of the GNU Free
** Documentation License version 1.3 as published by the Free Software
** Foundation and appearing in the file included in the packaging of
** this file.
**
** Other Usage
** Alternatively, this file may be used in accordance with the terms
** and conditions contained in a signed written agreement between you
** and Nokia.
**
**
**
**
**
** $QT_END_LICENSE$
**
****************************************************************************/

/*!
    \page qtsensors.html
    \title Qt Sensors
    \brief The QtSensors API provides access to sensors via QML and C++ interfaces.
    \ingroup technology-apis

    The QtSensors API provides access to sensors via QML and C++ interfaces.

    \section1 Information for Application Writers

    Applications can access QtSensors using QML or C++.

    \table
        \row
            \o \l {QtSensors 5.x}{QML API}
            \o Information about the QtSensors QML API
        \row
            \o \l {QtSensors C++ API}{C++ API}
            \o Information about the QtSensors C++ API
        \row
            \o \l {QtSensors Examples}{Examples}
            \o Examples demonstrating use of the QtSensors APIs
    \endtable

    \section1 Information for Backend Implementors

    \table
        \row
            \o \l {QtSensors Backend}{Backend}
            \o Information about the QtSensors back end
        \row
            \o \l {Grue Sensor Example}
            \o The Grue Sensor Example demonstrates creation of a sensor backend
    \endtable

    \section1 Compatibility with QtMobility Sensors API

    QtSensors 5.0 (the initial release) is generally expected to be source compatible
    with QtMobility Sensors 1.2.

    \table
        \row
            \o \l {Porting Applications from QtMobility Sensors to QtSensors}{Porting Guide}
            \o Information about the steps needed to port applications to the QtSensors API.
        \row
            \o \l {QtMobility.sensors 1.x}{Legacy QML API}
            \o Information about the legacy QtMobility.sensors QML API
    \endtable


    \section1 Information for QtSensorGestures API

    QtSensorGestures provides a motion gesture recognition API for devices.

    \table
        \row
            \o \l {SensorGesture}{QML API}
            \o Information about the QtSensorGestures QML API
        \row
            \o \l {QtSensorGestures C++ API}{C++ API}
            \o Information about the QtSensorGestures C++ API
    \endtable

    \section1 Information for QtSensorGestures Recognizer Plugin Implementors.

    \table
        \row
            \o \l {QtSensorGestures Plugins}{Plugins}
            \o Information about the QtSensorGestures recognizer plugins.
        \row
            \o \l {QtSensorGestures Emulator}{Emulator}
            \o Information about QtSensorGestures use in the Emulator.
    \endtable

*/