1 | // Copyright (C) 2015 Klaralvdalens Datakonsult AB (KDAB). |
2 | // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only |
3 | |
4 | #ifndef QT3DEXTRAS_QCUBOIDGEOMETRY_P_H |
5 | #define |
6 | |
7 | // |
8 | // W A R N I N G |
9 | // ------------- |
10 | // |
11 | // This file is not part of the Qt API. It exists purely as an |
12 | // implementation detail. This header file may change from version to |
13 | // version without notice, or even be removed. |
14 | // |
15 | // We mean it. |
16 | // |
17 | |
18 | #include <QtCore/QSize> |
19 | |
20 | #include <Qt3DCore/private/qgeometry_p.h> |
21 | #include <Qt3DExtras/qcuboidgeometry.h> |
22 | |
23 | QT_BEGIN_NAMESPACE |
24 | |
25 | namespace Qt3DCore { |
26 | |
27 | class QAttribute; |
28 | class QBuffer; |
29 | |
30 | } // Qt3DCore |
31 | |
32 | namespace Qt3DExtras { |
33 | |
34 | class : public Qt3DCore::QGeometryPrivate |
35 | { |
36 | public: |
37 | (); |
38 | void (); |
39 | |
40 | // Dimensions |
41 | float ; |
42 | float ; |
43 | float ; |
44 | |
45 | // Resolutions of faces with normal x, y, and z |
46 | QSize ; |
47 | QSize ; |
48 | QSize ; |
49 | |
50 | Qt3DCore::QAttribute *; |
51 | Qt3DCore::QAttribute *; |
52 | Qt3DCore::QAttribute *; |
53 | Qt3DCore::QAttribute *; |
54 | Qt3DCore::QAttribute *; |
55 | Qt3DCore::QBuffer *; |
56 | Qt3DCore::QBuffer *; |
57 | |
58 | Q_DECLARE_PUBLIC(QCuboidGeometry) |
59 | |
60 | QByteArray () const; |
61 | QByteArray () const; |
62 | }; |
63 | |
64 | } // Qt3DExtras |
65 | |
66 | QT_END_NAMESPACE |
67 | |
68 | #endif // QT3DEXTRAS_QCUBOIDGEOMETRY_P_H |
69 | |
70 | |