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 'preconditionwidget.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_ZN18PreconditionWidgetE = QtMocHelpers::stringData(
50#error "qtmochelpers.h not found or too old."
67 1, 1, 26, 2, 0x0a, 1 ,
68 5, 1, 29, 2, 0x0a, 3 ,
71 QMetaType::Void, 0x80000000 | 3, 4,
72 QMetaType::Void, 0x80000000 | 6, 7,
77Q_CONSTINIT const QMetaObject PreconditionWidget::staticMetaObject = { {
78 QMetaObject::SuperData::link<UMLWidget::staticMetaObject>(),
79 qt_meta_stringdata_ZN18PreconditionWidgetE.offsetsAndSizes,
83 qt_incomplete_metaTypeArray<qt_meta_tag_ZN18PreconditionWidgetE_t,
85 QtPrivate::TypeAndForceComplete<PreconditionWidget, std::true_type>,
87 QtPrivate::TypeAndForceComplete<void, std::false_type>,
88 QtPrivate::TypeAndForceComplete<QAction *, std::false_type>,
90 QtPrivate::TypeAndForceComplete<void, std::false_type>,
91 QtPrivate::TypeAndForceComplete<Uml::ID::Type, std::false_type>
96void PreconditionWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
99 if (_c == QMetaObject::InvokeMetaMethod) {
101 case 0: _t->slotMenuSelection((*
reinterpret_cast< std::add_pointer_t<QAction*>
>(_a[1])));
break;
102 case 1: _t->slotWidgetMoved((*
reinterpret_cast< std::add_pointer_t<Uml::ID::Type>
>(_a[1])));
break;
108const QMetaObject *PreconditionWidget::metaObject()
const
110 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
113void *PreconditionWidget::qt_metacast(
const char *_clname)
115 if (!_clname)
return nullptr;
116 if (!strcmp(_clname, qt_meta_stringdata_ZN18PreconditionWidgetE.stringdata0))
117 return static_cast<void*
>(
this);
118 return UMLWidget::qt_metacast(_clname);
121int PreconditionWidget::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
123 _id = UMLWidget::qt_metacall(_c, _id, _a);
126 if (_c == QMetaObject::InvokeMetaMethod) {
128 qt_static_metacall(
this, _c, _id, _a);
131 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
133 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();
#define Q_CONSTINIT
Definition moc_parser.cpp:27
Definition moc_parser.cpp:33