1 | // Copyright (C) 2017 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_QABSTRACTSPRITESHEET_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/qnode_p.h> |
19 | #include <QMatrix3x3> |
20 | #include <QSize> |
21 | |
22 | QT_BEGIN_NAMESPACE |
23 | |
24 | namespace Qt3DRender { |
25 | |
26 | class QFilterKey; |
27 | class QEffect; |
28 | class QAbstractTexture; |
29 | class QTechnique; |
30 | class QParameter; |
31 | class QShaderProgram; |
32 | class QRenderPass; |
33 | |
34 | } // namespace Qt3DRender |
35 | |
36 | namespace Qt3DExtras { |
37 | |
38 | class ; |
39 | |
40 | class : public Qt3DCore::QNodePrivate |
41 | { |
42 | public: |
43 | (); |
44 | |
45 | virtual void (); |
46 | void (Qt3DRender::QAbstractTexture *texture); |
47 | void (int newIndex); |
48 | virtual int () const = 0; |
49 | virtual void () = 0; |
50 | virtual void () = 0; |
51 | |
52 | Qt3DRender::QAbstractTexture *; |
53 | QMatrix3x3 ; |
54 | QSize ; |
55 | int ; |
56 | |
57 | Q_DECLARE_PUBLIC(QAbstractSpriteSheet) |
58 | }; |
59 | |
60 | } // Qt3DExtras |
61 | |
62 | QT_END_NAMESPACE |
63 | |
64 | #endif // QT3DEXTRAS_QABSTRACTSPRITESHEET_P_H |
65 | |
66 | |