summaryrefslogtreecommitdiffstats
path: root/doc/src/qtsensors.qdoc
blob: c9ca41b8f1cd294898c3c6077bfe9a35d6052c1a (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
104
105
106
107
108
109
110
111
112
/****************************************************************************
**
** 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 index-qtsensors.html
    \title Qt Sensors
    \brief The Qt Sensors API provides access to sensors via QML and C++ interfaces.
    \ingroup technology-apis

    The Qt Sensors API provides access to sensor hardware via QML and C++ interfaces.

    \section1 Information for Application Writers

    Applications can access Qt Sensors using QML or C++.

    \table
        \row
            \li \l {Qt Sensors QML API}{QML API}
            \li Information about the Qt Sensors QML API
        \row
            \li \l {Qt Sensors C++ API}{C++ API}
            \li Information about the Qt Sensors C++ API
        \row
            \li \l {Qt Sensors Examples}{Examples}
            \li Examples demonstrating use of the Qt Sensors APIs
    \endtable

    \section1 Information for Backend Implementors

    \table
        \row
            \li \l {Qt Sensors Backend}{Backend}
            \li Information about the Qt Sensors back end
        \row
            \li \l {Qt Sensors - Grue Sensor Example}
            \li The Qt Sensors - Grue Sensor Example demonstrates creation of a sensor backend
    \endtable

    \section1 Compatibility with QtMobility Sensors API

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

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


    \section1 Information for Qt SensorGestures API

    Qt SensorGestures provides a motion gesture recognition API for devices.

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

    \section1 Information for Qt SensorGestures Recognizer Plugin Implementors.

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

    \section1 Platform-specific Information
    \table
        \row
            \li \l {Compatibility Map}{Compatibility Map}
            \li Compatibility map of all supported platforms.
        \row
            \li \l {Generic Backend}{Generic Backend}
            \li Information about the generic sensor backend.
    \endtable
*/