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_QSPRITESHEET_P_H |
5 | #define |
6 | #include <QList> |
7 | |
8 | // |
9 | // W A R N I N G |
10 | // ------------- |
11 | // |
12 | // This file is not part of the Qt API. It exists for the convenience |
13 | // of other Qt classes. This header file may change from version to |
14 | // version without notice, or even be removed. |
15 | // |
16 | // We mean it. |
17 | // |
18 | |
19 | #include <Qt3DExtras/private/qabstractspritesheet_p.h> |
20 | |
21 | QT_BEGIN_NAMESPACE |
22 | |
23 | namespace Qt3DExtras { |
24 | |
25 | class ; |
26 | class ; |
27 | |
28 | class : public QAbstractSpriteSheetPrivate |
29 | { |
30 | (); |
31 | |
32 | int () const override; |
33 | void () override; |
34 | void () override; |
35 | |
36 | QList<QSpriteSheetItem *> ; |
37 | |
38 | Q_DECLARE_PUBLIC(QSpriteSheet) |
39 | }; |
40 | |
41 | } // Qt3DExtras |
42 | |
43 | QT_END_NAMESPACE |
44 | |
45 | #endif // QT3DEXTRAS_QSPRITESHEET_P_H |
46 | |
47 | |