Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qquickitemsmodule_p.h
Go to the documentation of this file.
1// Copyright (C) 2016 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 QQUICKITEMSMODULE_P_H
5#define QQUICKITEMSMODULE_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 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 <private/qtquickglobal_p.h>
19#include <QtGui/qevent.h>
20#include <QtGui/qpointingdevice.h>
21#include <qqml.h>
22
24
26{
27public:
28 static void defineModule();
29};
30
32{
35 QML_NAMED_ELEMENT(InputDevice)
37 QML_UNCREATABLE("InputDevice is only available via read-only properties.")
38};
39
41{
44 QML_NAMED_ELEMENT(PointerDevice)
46 QML_UNCREATABLE("PointerDevice is only available via read-only properties.")
47};
48
50{
53 QML_VALUE_TYPE(pointingDeviceUniqueId)
55 QML_UNCREATABLE("pointingDeviceUniqueId cannot be created in QML.")
56};
57
58#if !QT_CONFIG(quick_animatedimage)
60{
63 QML_NAMED_ELEMENT(AnimatedImage)
65 QML_UNCREATABLE("Qt was built without support for QMovie.")
66};
67#endif
68
70
71#endif // QQUICKITEMSMODULE_P_H
72
The QInputDevice class describes a device from which a QInputEvent originates.
QPointingDeviceUniqueId identifies a unique object, such as a tagged token or stylus,...
The QPointingDevice class describes a device from which mouse, touch or tablet events originate.
Combined button and popup list for selecting options.
#define QML_UNCREATABLE(REASON)
#define QML_VALUE_TYPE(NAME)
#define QML_NAMED_ELEMENT(NAME)
#define QML_UNAVAILABLE
#define QML_FOREIGN(FOREIGN_TYPE)
#define QML_ADDED_IN_VERSION(MAJOR, MINOR)
#define Q_GADGET