9#include "../../../../src/qmltypes/qmlview.h"
10#include <QtCore/qmetatype.h>
12#include <QtCore/qtmochelpers.h>
17#include <QtCore/qxptype_traits.h>
18#if !defined(Q_MOC_OUTPUT_REVISION)
19#error "The header file 'qmlview.h' doesn't include <QObject>."
20#elif Q_MOC_OUTPUT_REVISION != 69
21#error "This file was generated using the moc from 6.11.0. It"
22#error "cannot be used with the include files from this version of Qt."
23#error "(The moc has changed too much.)"
31QT_WARNING_DISABLE_DEPRECATED
32QT_WARNING_DISABLE_GCC(
"-Wuseless-cast")
34struct qt_meta_tag_ZN7QmlViewE_t {};
37template <>
constexpr inline auto QmlView::qt_create_metaobjectdata<qt_meta_tag_ZN7QmlViewE_t>()
39 namespace QMC = QtMocConstants;
40 QtMocHelpers::StringRefStorage qt_stringData {
47 QtMocHelpers::UintData qt_methods {
49 QtMocHelpers::MethodData<QPoint()>(1, 3, QMC::AccessPublic, 0x80000000 | 2),
51 QtMocHelpers::UintData qt_properties {
53 QtMocHelpers::UintData qt_enums {
55 return QtMocHelpers::metaObjectData<QmlView, qt_meta_tag_ZN7QmlViewE_t>(QMC::MetaObjectFlag{}, qt_stringData,
56 qt_methods, qt_properties, qt_enums);
58Q_CONSTINIT
const QMetaObject QmlView::staticMetaObject = { {
59 QMetaObject::SuperData::link<QObject::staticMetaObject>(),
60 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN7QmlViewE_t>.stringdata,
61 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN7QmlViewE_t>.data,
64 qt_staticMetaObjectRelocatingContent<qt_meta_tag_ZN7QmlViewE_t>.metaTypes,
68void QmlView::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
70 auto *_t =
static_cast<QmlView *
>(_o);
71 if (_c == QMetaObject::InvokeMetaMethod) {
73 case 0: { QPoint _r = _t->pos();
74 if (_a[0]) *
reinterpret_cast<QPoint*
>(_a[0]) = std::move(_r); }
break;
80const QMetaObject *QmlView::metaObject()
const
82 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
85void *QmlView::qt_metacast(
const char *_clname)
87 if (!_clname)
return nullptr;
88 if (!strcmp(_clname, qt_staticMetaObjectStaticContent<qt_meta_tag_ZN7QmlViewE_t>.strings))
89 return static_cast<void*
>(
this);
90 return QObject::qt_metacast(_clname);
93int QmlView::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
95 _id = QObject::qt_metacall(_c, _id, _a);
98 if (_c == QMetaObject::InvokeMetaMethod) {
100 qt_static_metacall(
this, _c, _id, _a);
103 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
105 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();