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 QQUICKPOPUPPOSITIONER_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 purely as an |
12 | // implementation detail. 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 <QtQuick/private/qquickitemchangelistener_p.h> |
19 | #include <QtQuickTemplates2/private/qtquicktemplates2global_p.h> |
20 | |
21 | QT_BEGIN_NAMESPACE |
22 | |
23 | class QQuickItem; |
24 | class ; |
25 | |
26 | class Q_QUICKTEMPLATES2_PRIVATE_EXPORT : public QQuickItemChangeListener |
27 | { |
28 | public: |
29 | explicit (QQuickPopup *); |
30 | (); |
31 | |
32 | QQuickPopup *() const; |
33 | |
34 | QQuickItem *() const; |
35 | void (QQuickItem *parent); |
36 | |
37 | virtual void (); |
38 | |
39 | protected: |
40 | void (QQuickItem *, QQuickGeometryChange, const QRectF &) override; |
41 | void (QQuickItem *, QQuickItem *parent) override; |
42 | void (QQuickItem *, QQuickItem *child) override; |
43 | |
44 | void (QQuickItem *item); |
45 | void (QQuickItem *item); |
46 | |
47 | bool = false; |
48 | QQuickItem * = nullptr; |
49 | QQuickPopup * = nullptr; |
50 | qreal = 1.0; |
51 | }; |
52 | |
53 | QT_END_NAMESPACE |
54 | |
55 | #endif // QQUICKPOPUPPOSITIONER_P_P_H |
56 | |