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 'componentwidget.h' doesn't include <QObject>."
20#elif Q_MOC_OUTPUT_REVISION != 68
21#error "This file was generated using the moc from 6.8.3. It"
22#error "cannot be used with the include files from this version of Qt."
23#error "(The moc has changed too much.)"
32QT_WARNING_DISABLE_GCC(
"-Wuseless-cast")
38#ifdef QT_MOC_HAS_STRINGDATA
39static constexpr auto qt_meta_stringdata_ZN15ComponentWidgetE = QtMocHelpers::stringData(
47#error "qtmochelpers.h not found or too old."
64 1, 2, 20, 2, 0x06, 1 ,
67 QMetaType::Void, QMetaType::QReal, QMetaType::QReal, 3, 4,
72Q_CONSTINIT const QMetaObject ComponentWidget::staticMetaObject = { {
73 QMetaObject::SuperData::link<UMLWidget::staticMetaObject>(),
74 qt_meta_stringdata_ZN15ComponentWidgetE.offsetsAndSizes,
78 qt_incomplete_metaTypeArray<qt_meta_tag_ZN15ComponentWidgetE_t,
80 QtPrivate::TypeAndForceComplete<ComponentWidget, std::true_type>,
82 QtPrivate::TypeAndForceComplete<void, std::false_type>,
83 QtPrivate::TypeAndForceComplete<qreal, std::false_type>,
84 QtPrivate::TypeAndForceComplete<qreal, std::false_type>
89void ComponentWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
92 if (_c == QMetaObject::InvokeMetaMethod) {
94 case 0: _t->sigCompMoved((*
reinterpret_cast< std::add_pointer_t<qreal>
>(_a[1])),(*
reinterpret_cast< std::add_pointer_t<qreal>
>(_a[2])));
break;
98 if (_c == QMetaObject::IndexOfMethod) {
99 int *result =
reinterpret_cast<int *
>(_a[0]);
110const QMetaObject *ComponentWidget::metaObject()
const
112 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
115void *ComponentWidget::qt_metacast(
const char *_clname)
117 if (!_clname)
return nullptr;
118 if (!strcmp(_clname, qt_meta_stringdata_ZN15ComponentWidgetE.stringdata0))
119 return static_cast<void*
>(
this);
120 return UMLWidget::qt_metacast(_clname);
123int ComponentWidget::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
125 _id = UMLWidget::qt_metacall(_c, _id, _a);
128 if (_c == QMetaObject::InvokeMetaMethod) {
130 qt_static_metacall(
this, _c, _id, _a);
133 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
135 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();
144 void *_a[] = {
nullptr,
const_cast<void*
>(
reinterpret_cast<const void*
>(std::addressof(_t1))),
const_cast<void*
>(
reinterpret_cast<const void*
>(std::addressof(_t2))) };
145 QMetaObject::activate(
this, &staticMetaObject, 0, _a);
#define Q_CONSTINIT
Definition moc_parser.cpp:27
Definition moc_parser.cpp:33