9#include "../../../../src/qmltypes/qmlview.h"
10#include <QtCore/qmetatype.h>
12#if __has_include(<QtCore/qtmochelpers.h>)
13#include <QtCore/qtmochelpers.h>
21#if !defined(Q_MOC_OUTPUT_REVISION)
22#error "The header file 'qmlview.h' doesn't include <QObject>."
23#elif Q_MOC_OUTPUT_REVISION != 68
24#error "This file was generated using the moc from 6.6.2. It"
25#error "cannot be used with the include files from this version of Qt."
26#error "(The moc has changed too much.)"
34QT_WARNING_DISABLE_DEPRECATED
35QT_WARNING_DISABLE_GCC(
"-Wuseless-cast")
38#ifdef QT_MOC_HAS_STRINGDATA
39struct qt_meta_stringdata_CLASSQmlViewENDCLASS_t {};
40constexpr auto qt_meta_stringdata_CLASSQmlViewENDCLASS = QtMocHelpers::stringData(
46struct qt_meta_stringdata_CLASSQmlViewENDCLASS_t {
47 uint offsetsAndSizes[6];
52#define QT_MOC_LITERAL(ofs, len) \
53 uint(sizeof(qt_meta_stringdata_CLASSQmlViewENDCLASS_t::offsetsAndSizes) + ofs), len
54Q_CONSTINIT
static const qt_meta_stringdata_CLASSQmlViewENDCLASS_t qt_meta_stringdata_CLASSQmlViewENDCLASS = {
68Q_CONSTINIT
static const uint qt_meta_data_CLASSQmlViewENDCLASS[] = {
82 1, 0, 20, 2, 0x02, 1 ,
90Q_CONSTINIT
const QMetaObject QmlView::staticMetaObject = { {
91 QMetaObject::SuperData::link<QObject::staticMetaObject>(),
92 qt_meta_stringdata_CLASSQmlViewENDCLASS.offsetsAndSizes,
93 qt_meta_data_CLASSQmlViewENDCLASS,
96 qt_incomplete_metaTypeArray<qt_meta_stringdata_CLASSQmlViewENDCLASS_t,
98 QtPrivate::TypeAndForceComplete<QmlView, std::true_type>,
100 QtPrivate::TypeAndForceComplete<QPoint, std::false_type>
105void QmlView::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
107 if (_c == QMetaObject::InvokeMetaMethod) {
108 auto *_t =
static_cast<QmlView *
>(_o);
111 case 0: { QPoint _r = _t->pos();
112 if (_a[0]) *
reinterpret_cast< QPoint*
>(_a[0]) = std::move(_r); }
break;
118const QMetaObject *QmlView::metaObject()
const
120 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
123void *QmlView::qt_metacast(
const char *_clname)
125 if (!_clname)
return nullptr;
126 if (!strcmp(_clname, qt_meta_stringdata_CLASSQmlViewENDCLASS.stringdata0))
127 return static_cast<void*
>(
this);
128 return QObject::qt_metacast(_clname);
131int QmlView::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
133 _id = QObject::qt_metacall(_c, _id, _a);
136 if (_c == QMetaObject::InvokeMetaMethod) {
138 qt_static_metacall(
this, _c, _id, _a);
140 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
142 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();