Warning: That file was not part of the compilation database. It may have many parsing errors.
1 | /**************************************************************************** |
---|---|
2 | ** |
3 | ** Copyright (C) 2014 Klaralvdalens Datakonsult AB (KDAB). |
4 | ** Contact: https://www.qt.io/licensing/ |
5 | ** |
6 | ** This file is part of the documentation of the Qt Toolkit. |
7 | ** |
8 | ** $QT_BEGIN_LICENSE:FDL$ |
9 | ** Commercial License Usage |
10 | ** Licensees holding valid commercial Qt licenses may use this file in |
11 | ** accordance with the commercial license agreement provided with the |
12 | ** Software or, alternatively, in accordance with the terms contained in |
13 | ** a written agreement between you and The Qt Company. For licensing terms |
14 | ** and conditions see https://www.qt.io/terms-conditions. For further |
15 | ** information use the contact form at https://www.qt.io/contact-us. |
16 | ** |
17 | ** GNU Free Documentation License Usage |
18 | ** Alternatively, this file may be used under the terms of the GNU Free |
19 | ** Documentation License version 1.3 as published by the Free Software |
20 | ** Foundation and appearing in the file included in the packaging of |
21 | ** this file. Please review the following information to ensure |
22 | ** the GNU Free Documentation License version 1.3 requirements |
23 | ** will be met: https://www.gnu.org/licenses/fdl-1.3.html. |
24 | ** $QT_END_LICENSE$ |
25 | ** |
26 | ****************************************************************************/ |
27 | |
28 | /*! |
29 | \page qt3d-cpp.html |
30 | \title Qt 3D C++ Classes |
31 | \brief The Qt 3D module contains functionality to support near-realtime simulation systems. |
32 | \since 5.7 |
33 | |
34 | The Qt 3D module provides the foundations and core types used for near-realtime |
35 | simulations built on the Qt 3D framework. |
36 | |
37 | \section1 Namespaces |
38 | \annotatedlist qt3d-namespaces |
39 | |
40 | \section1 Classes |
41 | |
42 | \section2 Qt 3D Core Module |
43 | \generatelist {classesbymodule Qt3DCore} |
44 | |
45 | \section2 Qt 3D Input Module |
46 | \generatelist {classesbymodule Qt3DInput} |
47 | |
48 | \section2 Qt 3D Logic Module |
49 | \generatelist {classesbymodule Qt3DLogic} |
50 | |
51 | \section2 Qt 3D Render Module |
52 | \generatelist {classesbymodule Qt3DRender} |
53 | |
54 | \section2 Qt 3D Extras Module |
55 | \generatelist {classesbymodule Qt3DExtras} |
56 | |
57 | \section2 Qt 3D Animation Module |
58 | \generatelist {classesbymodule Qt3DAnimation} |
59 | |
60 | \section2 Qt 3D Scene2D Module |
61 | \generatelist {classesbymodule Qt3DScene2D} |
62 | */ |
63 | |
64 | /*! |
65 | \page qt3d-qml.html |
66 | \title Qt 3D QML Types |
67 | \brief QML Types for the Qt 3D module. |
68 | \since 5.7 |
69 | |
70 | The Qt 3D core QML types are imported with |
71 | |
72 | \qml \QtMinorVersion |
73 | import Qt3D.Core 2.\1 |
74 | \endqml |
75 | |
76 | Other modules import functionality for collision detection, rendering, input, |
77 | and animation. The complete list of Qt 3D import statements: |
78 | |
79 | \qml \QtMinorVersion |
80 | import Qt3D.Core 2.\1 |
81 | import Qt3D.Render 2.\1 |
82 | import Qt3D.Input 2.\1 |
83 | import Qt3D.Logic 2.\1 |
84 | import Qt3D.Extras 2.\1 |
85 | import Qt3D.Animation 2.\1 |
86 | import QtQuick.Scene2D 2.\1 |
87 | import QtQuick.Scene3D 2.\1 |
88 | \endqml |
89 | |
90 | \section1 QML Types |
91 | |
92 | \section2 Qt 3D Core Module |
93 | \generatelist {qmltypesbymodule Qt3D.Core} |
94 | |
95 | \section2 Qt 3D Input Module |
96 | \generatelist {qmltypesbymodule Qt3D.Input} |
97 | |
98 | \section2 Qt 3D Logic Module |
99 | \generatelist {qmltypesbymodule Qt3D.Logic} |
100 | |
101 | \section2 Qt 3D Render Module |
102 | \generatelist {qmltypesbymodule Qt3D.Render} |
103 | \noautolist |
104 | |
105 | \section2 Qt 3D Extras Module |
106 | \generatelist {qmltypesbymodule Qt3D.Extras} |
107 | \noautolist |
108 | |
109 | \section2 Qt 3D Animation Module |
110 | \generatelist {qmltypesbymodule Qt3D.Animation} |
111 | \noautolist |
112 | |
113 | \section2 Qt 3D Scene2D Module |
114 | \generatelist {qmltypesbymodule QtQuick.Scene2D} |
115 | \noautolist |
116 | |
117 | \section2 Qt 3D Scene3D Module |
118 | \generatelist {qmltypesbymodule QtQuick.Scene3D} |
119 | */ |
120 |
Warning: That file was not part of the compilation database. It may have many parsing errors.