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_QPLANEGEOMETRY_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/qplanegeometry.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 | float ; |
41 | float ; |
42 | QSize ; |
43 | bool ; |
44 | Qt3DCore::QAttribute *; |
45 | Qt3DCore::QAttribute *; |
46 | Qt3DCore::QAttribute *; |
47 | Qt3DCore::QAttribute *; |
48 | Qt3DCore::QAttribute *; |
49 | Qt3DCore::QBuffer *; |
50 | Qt3DCore::QBuffer *; |
51 | |
52 | Q_DECLARE_PUBLIC(QPlaneGeometry) |
53 | |
54 | QByteArray () const; |
55 | QByteArray () const; |
56 | }; |
57 | |
58 | } // Qt3DExtras |
59 | |
60 | QT_END_NAMESPACE |
61 | |
62 | #endif // QT3DEXTRAS_QPLANEGEOMETRY_P_H |
63 | |
64 | |