aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/doc/src/qtquicktypes.qdoc
blob: d064565714ae4b8ee06e575e4348d8d1a42a54fe (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
/****************************************************************************
**
** 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 qtquick-types.html
\title Qt Quick Types
\brief A listing of standard types in Qt Quick



These are the functionally grouped lists of Qt Quick types as part of
\l{Qt Quick}. You can also browse the module pages for \l{QtQuick 2} and \l{QtQuick.Particles 2}

\section1 Qt Quick Submodules

    \section2 Particle Effects

    The \l{QtQuick.Particles 2} module provides a set of Particle System types
    for QtQuick 2. The \l{Using the Qt Quick Particle System} article describes
    the particle system.

    \section2 Local Storage
    The \l{Local Storage}{SQL Local Storage} submodule contains a
    JavaScript interface for an SQLite database.

    \section2 XmlListModel

    The \l{QtQuick.XmlListModel 2.0} submodule contains contains the
    \l{XmlListModel} type, for using remote XML data as a model.

\section1 Visual Types
    These types are described in the \l{qtquick-visual-types}{Visual Types}
    overview.
    \annotatedlist qtquick-visual-types

\section1 Images
    These types are described in the
    \l{qtquick-images}{Images} overview.
    \annotatedlist qtquick-images

\section2 Sprites
    These types are described in the
    \l{qtquick-images-sprites}{Sprite Animations} overview.
    \annotatedlist qtquick-images-sprites

\section1 Item Graphics
    These types are described in the \l{qtquick-item-graphics}{Item Graphics}
    overview.
    \annotatedlist qtquick-item-graphics

\section1 Shader Effects

    These types are described in the \l{qtquick-shaders}{Shader Effects}
    overview.
    \annotatedlist qtquick-shaders

\section1 Canvas API

    These types are described in the \l{qtquick-canvas}{Canvas API} overview.
    \annotatedlist qtquick-canvas
\section1 Text Handling
    These types are described in the
    \l{Qt Quick Text Handling and Validators}{Text Handling and Validators}
    overview.
    \annotatedlist qtquick-text

\section2 Validators
    These types are described in the
    \l{Qt Quick Text Handling and Validators}{Text Handling and Validators}
    overview.
    \annotatedlist qtquick-text-validator

\section1 User Interaction

    These types are described in the
    \l{qtquick-interaction}{Interaction} overview.
    \annotatedlist qtquick-interaction

\section1 Transformations

    These types are described in the \l{qtquick-transformations}{Transformation Types} overview.
    \annotatedlist qtquick-transformations

\section1 States

    These types are described in the \l{qtquick-states}{States}
    overview.
    \annotatedlist qtquick-states

\section1 Animation and Transitions
    These types are described in the
    \l{qtquick-animation-define}{Animation and Transitions} overview.
    \annotatedlist qtquick-animation-define

    \section2 Property Animation

        These types animate property changes and are described in the
        \l{qtquick-animation-define}{Animation and Transitions} overview.
        \annotatedlist qtquick-animation-properties

    \section2 Animation Controls

        These types provide lower-level animation control. These types are
        described in the
        \l{qtquick-animation-define}{Animation and Transitions} overview.
        \annotatedlist qtquick-animation-control

    \section2 Animation Modifiers

        These types provide specialized changes during the animation. These
        types are described in the
        \l{qtquick-animation-define}{Animation and Transitions} overview.
        \annotatedlist qtquick-animation-modifiers

\section1 Models
        These types are described in the \l{qtquick-models}{Qt Quick Models}
        overview. The \l{Models and Views} overview has information about displaying
        data with views and delegates.
        \annotatedlist qtquick-models

\section1 Views, Positioners, and Specialized Containers

    \section2 Views
        These types are described in the \l{qtquick-views}{Views} overview.
        The \l{Models and Views} overview has information about displaying data with
        models and delegates.
        \annotatedlist qtquick-views

    \section2 Containers
        These types are described in the \l{qtquick-containters}{Containers}
        overview.
        \annotatedlist qtquick-containers

    \section1 Positioners
        These types are described in the \l{qtquick-positioners}{Positioners}
        overview.
        \annotatedlist qtquick-positioners

\section1 Paths

    These types are described in the \l{qtquick-paths}{Paths} overview.
    \annotatedlist qtquick-paths

\section1 Utility

    These types are described in the \l{qtquick-utility}{Object Utilities}
    overview.
    \annotatedlist qtquick-utility

*/