1 | // Copyright (C) 2016 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_DISTANCEFIELDTEXTRENDERER_P_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/qentity_p.h> |
19 | #include <Qt3DExtras/private/distancefieldtextrenderer_p.h> |
20 | |
21 | QT_BEGIN_NAMESPACE |
22 | |
23 | namespace Qt3DCore { |
24 | class QGeometry; |
25 | class QMaterial; |
26 | class QAttribute; |
27 | class QBuffer; |
28 | } |
29 | |
30 | namespace Qt3DRender { |
31 | class QGeometryRenderer; |
32 | } |
33 | |
34 | namespace Qt3DExtras { |
35 | |
36 | class ; |
37 | |
38 | class : public Qt3DCore::QEntityPrivate |
39 | { |
40 | public: |
41 | (); |
42 | (); |
43 | |
44 | Q_DECLARE_PUBLIC(DistanceFieldTextRenderer) |
45 | |
46 | void (); |
47 | |
48 | Qt3DRender::QGeometryRenderer *; |
49 | Qt3DCore::QGeometry *; |
50 | Qt3DCore::QAttribute *; |
51 | Qt3DCore::QAttribute *; |
52 | Qt3DCore::QAttribute *; |
53 | Qt3DCore::QBuffer *; |
54 | Qt3DCore::QBuffer *; |
55 | QText2DMaterial *; |
56 | }; |
57 | |
58 | } // namespace Qt3DExtras |
59 | |
60 | QT_END_NAMESPACE |
61 | |
62 | #endif // QT3DEXTRAS_DISTANCEFIELDTEXTRENDERER_P_P_H |
63 | |