1 | // Copyright (C) 2017 The Qt Company Ltd. |
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 QT3DQUICKWINDOW_P_H |
5 | #define QT3DQUICKWINDOW_P_H |
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 <QtGui/private/qwindow_p.h> |
19 | |
20 | QT_BEGIN_NAMESPACE |
21 | |
22 | namespace Qt3DExtras { |
23 | |
24 | namespace Quick { |
25 | |
26 | class : public QWindowPrivate |
27 | { |
28 | public: |
29 | (); |
30 | |
31 | Qt3DCore::Quick::QQmlAspectEngine *; |
32 | |
33 | // Aspects |
34 | Qt3DRender::QRenderAspect *; |
35 | Qt3DInput::QInputAspect *; |
36 | Qt3DLogic::QLogicAspect *; |
37 | |
38 | QUrl ; |
39 | bool ; |
40 | QPointer<Qt3DRender::QCamera> ; |
41 | Qt3DQuickWindow::CameraAspectRatioMode ; |
42 | QQmlIncubationController *; |
43 | |
44 | Q_DECLARE_PUBLIC(Qt3DQuickWindow) |
45 | }; |
46 | |
47 | } // Quick |
48 | |
49 | } // Qt3DExtras |
50 | |
51 | QT_END_NAMESPACE |
52 | |
53 | #endif // QT3DQUICKWINDOW_P_H |
54 | |