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 != 68
21#error "This file was generated using the moc from 6.7.2. 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")
35#ifdef QT_MOC_HAS_STRINGDATA
36struct qt_meta_stringdata_CLASSQmlViewENDCLASS_t {};
37constexpr auto qt_meta_stringdata_CLASSQmlViewENDCLASS = QtMocHelpers::stringData(
43#error "qtmochelpers.h not found or too old."
47Q_CONSTINIT
static const uint qt_meta_data_CLASSQmlViewENDCLASS[] = {
61 1, 0, 20, 2, 0x02, 1 ,
69Q_CONSTINIT
const QMetaObject QmlView::staticMetaObject = { {
70 QMetaObject::SuperData::link<QObject::staticMetaObject>(),
71 qt_meta_stringdata_CLASSQmlViewENDCLASS.offsetsAndSizes,
72 qt_meta_data_CLASSQmlViewENDCLASS,
75 qt_incomplete_metaTypeArray<qt_meta_stringdata_CLASSQmlViewENDCLASS_t,
77 QtPrivate::TypeAndForceComplete<QmlView, std::true_type>,
79 QtPrivate::TypeAndForceComplete<QPoint, std::false_type>
84void QmlView::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
86 if (_c == QMetaObject::InvokeMetaMethod) {
87 auto *_t =
static_cast<QmlView *
>(_o);
90 case 0: { QPoint _r = _t->pos();
91 if (_a[0]) *
reinterpret_cast< QPoint*
>(_a[0]) = std::move(_r); }
break;
97const QMetaObject *QmlView::metaObject()
const
99 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
102void *QmlView::qt_metacast(
const char *_clname)
104 if (!_clname)
return nullptr;
105 if (!strcmp(_clname, qt_meta_stringdata_CLASSQmlViewENDCLASS.stringdata0))
106 return static_cast<void*
>(
this);
107 return QObject::qt_metacast(_clname);
110int QmlView::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
112 _id = QObject::qt_metacall(_c, _id, _a);
115 if (_c == QMetaObject::InvokeMetaMethod) {
117 qt_static_metacall(
this, _c, _id, _a);
119 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
121 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();