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_QCONEGEOMETRY_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 for the convenience |
12 | // of other Qt classes. 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 <Qt3DCore/private/qgeometry_p.h> |
19 | |
20 | QT_BEGIN_NAMESPACE |
21 | |
22 | namespace Qt3DCore { |
23 | |
24 | class QAttribute; |
25 | class QBuffer; |
26 | |
27 | } // namespace Qt3DCore |
28 | |
29 | namespace Qt3DExtras { |
30 | |
31 | class : public Qt3DCore::QGeometryPrivate |
32 | { |
33 | public: |
34 | (); |
35 | |
36 | void (); |
37 | |
38 | Q_DECLARE_PUBLIC(QConeGeometry) |
39 | |
40 | bool ; |
41 | bool ; |
42 | int ; |
43 | int ; |
44 | float ; |
45 | float ; |
46 | float ; |
47 | Qt3DCore::QAttribute *; |
48 | Qt3DCore::QAttribute *; |
49 | Qt3DCore::QAttribute *; |
50 | Qt3DCore::QAttribute *; |
51 | Qt3DCore::QBuffer *; |
52 | Qt3DCore::QBuffer *; |
53 | Qt3DCore::QBuffer *; |
54 | |
55 | QByteArray () const; |
56 | QByteArray () const; |
57 | }; |
58 | |
59 | } // Qt3DExtras |
60 | |
61 | QT_END_NAMESPACE |
62 | |
63 | #endif // QT3DEXTRAS_QCONEGEOMETRY_P_H |
64 | |
65 | |