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_QTEXT2DMATERIAL_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 <Qt3DExtras/qt3dextras_global.h> |
19 | #include <Qt3DRender/qmaterial.h> |
20 | #include <QColor> |
21 | #include <private/qglobal_p.h> |
22 | |
23 | QT_BEGIN_NAMESPACE |
24 | |
25 | namespace Qt3DExtras { |
26 | |
27 | class ; |
28 | |
29 | class : public Qt3DRender::QMaterial |
30 | { |
31 | Q_OBJECT |
32 | |
33 | public: |
34 | explicit (Qt3DCore::QNode *parent = nullptr); |
35 | (); |
36 | |
37 | void (const QColor &color); |
38 | void (Qt3DRender::QAbstractTexture *tex); |
39 | |
40 | private: |
41 | Q_DECLARE_PRIVATE(QText2DMaterial) |
42 | }; |
43 | |
44 | } // namespace Qt3DExtras |
45 | |
46 | QT_END_NAMESPACE |
47 | |
48 | #endif // QT3DEXTRAS_QTEXT2DMATERIAL_P_H |
49 | |