summaryrefslogtreecommitdiffstats
path: root/doc/src/modules.qdoc
blob: 5d321bcb5b262780ccab6f82d95d80bed9cd3e73 (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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
/****************************************************************************
**
** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the documentation of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:FDL$
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance with the commercial license agreement provided with the
** Software or, alternatively, in accordance with the terms contained in
** a written agreement between you and Digia.  For licensing terms and
** conditions see http://qt.digia.com/licensing.  For further information
** use the contact form at http://qt.digia.com/contact-us.
**
** GNU Free Documentation License Usage
** 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.  Please review the following information to ensure
** the GNU Free Documentation License version 1.3 requirements
** will be met: http://www.gnu.org/copyleft/fdl.html.
** $QT_END_LICENSE$
**
****************************************************************************/


/*!
    \group modules
    \title All Modules
    \startpage index.html QtMobility Reference Documentation
    \nextpage QtServiceFramework

    \ingroup classlists

    \brief QtMobility comprises several modules.

    \table 80%
    \header \o {2,1} \bold{Modules for QtMobility software development}
    \row \o \l{QtNetwork} \o Network, including Bearer Management
    \row \o \l{QtServiceFramework} \o Classes for discovery and implementation of services.
    \row \o \l{QtLocation} \o Classes for geographical information support.
    \row \o \l{QtContacts} \o Classes for managing address books.
    \row \o \l{QtMessaging} \o Classes for managing messages and attachments.
    \row \o \l{QtMultimediaKit Module}{QtMultimediaKit} \o Classes to to play and record media, and manage a collection of media content.
    \row \o \l{QtSystemInfo} \o Provides system information.
    \row \o \l{QtPublishSubscribe} \o Classes that enables applications to read item values, navigate through and subscribe to change notifications.
    \row \o \l{QtSensors} \o Classes to provide access to sensors.
    \row \o \l{QtOrganizer} \o Classes for managing calendar and to-do entries.
    \row \o \l{QtFeedback} \o Classes to allow tactile feedback and vibration.
    \row \o \l{QtGallery} \o Classes for managing document galleries.
    \row \o \l{QtVersit}  \o Classes for managing Versit documents.
    \row \o \l{QtConnectivity} \o Classes for working with local devices.

    \endtable


    \sa {Class and Function Documentation}
*/


/*!
    \module QtNetwork
    \title QtNetwork Module
    \ingroup modules

    \brief The QtNetwork module controls the system's connectivity state.
*/

/*!
    \module QtContacts

    \title QtContacts Module
    \ingroup modules

    \brief The QtContacts module offers classes that allow
    you to manage addressbook contacts.

*/

/*!
    \module QtOrganizer

    \title QtOrganizer Module
    \ingroup modules

    \brief The QtOrganizer module offers classes that allow
    you to manage calendar, scheduling and personal data.

*/

/*!
    \module QtFeedback
    \title QtFeedback Module
    \ingroup modules
    \brief The QtFeedback module offers classes that allow
    you to manage tactile feedback and device vibration.
*/

/*!
    \module QtSensors
    \title QtSensors Module
    \ingroup modules
    \brief The QtSensors module offers classes that allow
    you to access sensor information like accelerometer and orientation.
*/

/*!
    \module QtGallery
    \title QtGallery Module
    \ingroup modules
    \brief The QtGallery module offers classes that allow
    you to access and manage documents within galleries.
*/

/*!
    \module QtLocation
    \title  QtLocation Module
    \ingroup modules
    \brief  The QtLocation module provides geographical support for position
    and map use.

*/


/*!
    \module QtMessaging
    \title  QtMessaging Module
    \ingroup modules
    \brief  The QtMessaging module provides access to messaging services.

    The module enables access to messaging services to  search and sort
    messages, send messages, retrieve message data, and launch the preferred
    messaging client on the system to either display an existing message,
    compose a new message, or respond to an existing message.
*/


/*!
    \page   qtmultimediakit-module.html
    \module QtMultimediaKit
    \title  QtMultimediaKit Module
    \ingroup modules
    \brief  The QtMultimediaKit module provides APIs to play and record media, and manage a collection of media content.

    This module delivers an easy to use interface to multimedia functions. The
    developer is able to render images, video and sound and record sound in a
    variety of formats.

    QtMultimediaKit contains both the low level APIs previously found in Qt 4.6
    and also the High level Multimedia APIs that were introduced earlier in QtMobility.

    \section2 Namespace
    \table 80%
        \row
            \o \l {QtMultimediaKit}
            \o APIs to play and record media, and manage a collection of media content.
    \endtable

    \section2 Classes
    \generatelist {classesbymodule QtMultimediaKit}


*/


/*!
    \module QtPublishSubscribe
    \title  QtPublishSubscribe Module
    \ingroup modules
    \brief  The Publish and Subscribe API, containing Value Space, enables
applications to read item values, navigate through and subscribe
to change notifications.

*/

/*!

    \module QtServiceFramework
    \title  QtServiceFramework Module
    \ingroup modules
    \brief  A set of Qt APIs to that allows clients to discover and instantiate
    arbitrary services.

*/

/*!
    \module QtSystemInfo
    \title System Information Classes
    \ingroup modules

    \brief A set of APIs that supplies that supplies system information.
 */

/*!
    \module QtGallery
    \title QtGallery Module
    \ingroup modules
    \brief The QtGallery module provides access to a gallery of documents.
*/

/*!
    \module QtVersit
    \title QtVersit Module
    \ingroup modules
    \brief The QtVersit module allows the management of Versit documents
    including as vCards.
*/

/*!
    \module QtConnectivity
    \title QtConnectivity Module
    \brief The QtConnectivity module provides APIs for working with local devices.
*/