1 | // Copyright (C) 2017 Klaralvdalens Datakonsult AB (KDAB). |
2 | // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause |
3 | |
4 | #ifndef QT3DEXTRAS_QEXTRUDEDTEXTGEOMETRY_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 <Qt3DCore/private/qgeometry_p.h> |
19 | #include <Qt3DExtras/qextrudedtextgeometry.h> |
20 | #include <QFont> |
21 | |
22 | QT_BEGIN_NAMESPACE |
23 | |
24 | namespace Qt3DCore { |
25 | |
26 | class QAttribute; |
27 | class QBuffer; |
28 | |
29 | } // namespace Qt3DCore |
30 | |
31 | namespace Qt3DExtras { |
32 | |
33 | class ; |
34 | |
35 | class : public Qt3DCore::QGeometryPrivate |
36 | { |
37 | public: |
38 | (); |
39 | void (); |
40 | void () override; |
41 | |
42 | QString ; |
43 | QFont ; |
44 | float ; |
45 | float ; |
46 | |
47 | Qt3DCore::QAttribute *; |
48 | Qt3DCore::QAttribute *; |
49 | Qt3DCore::QAttribute *; |
50 | Qt3DCore::QBuffer *; |
51 | Qt3DCore::QBuffer *; |
52 | |
53 | Q_DECLARE_PUBLIC(QExtrudedTextGeometry) |
54 | }; |
55 | |
56 | } // namespace Qt3DExtras |
57 | |
58 | QT_END_NAMESPACE |
59 | |
60 | #endif // QT3DEXTRAS_QEXTRUDEDTEXTGEOMETRY_P_H |
61 | |