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 'associationwidget.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_ZN17AssociationWidgetE = QtMocHelpers::stringData(
45 "slotClassifierListItemRemoved",
46 "UMLClassifierListItem*",
48 "slotAttributeChanged",
52#error "qtmochelpers.h not found or too old."
69 1, 1, 38, 2, 0x0a, 1 ,
70 5, 1, 41, 2, 0x0a, 3 ,
71 8, 0, 44, 2, 0x0a, 5 ,
72 9, 0, 45, 2, 0x0a, 6 ,
75 QMetaType::Void, 0x80000000 | 3, 4,
76 QMetaType::Void, 0x80000000 | 6, 7,
83Q_CONSTINIT const QMetaObject AssociationWidget::staticMetaObject = { {
84 QMetaObject::SuperData::link<WidgetBase::staticMetaObject>(),
85 qt_meta_stringdata_ZN17AssociationWidgetE.offsetsAndSizes,
89 qt_incomplete_metaTypeArray<qt_meta_tag_ZN17AssociationWidgetE_t,
91 QtPrivate::TypeAndForceComplete<AssociationWidget, std::true_type>,
93 QtPrivate::TypeAndForceComplete<void, std::false_type>,
94 QtPrivate::TypeAndForceComplete<QAction *, std::false_type>,
96 QtPrivate::TypeAndForceComplete<void, std::false_type>,
97 QtPrivate::TypeAndForceComplete<UMLClassifierListItem *, std::false_type>,
99 QtPrivate::TypeAndForceComplete<void, std::false_type>,
101 QtPrivate::TypeAndForceComplete<void, std::false_type>
106void AssociationWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
109 if (_c == QMetaObject::InvokeMetaMethod) {
111 case 0: _t->slotMenuSelection((*
reinterpret_cast< std::add_pointer_t<QAction*>
>(_a[1])));
break;
112 case 1: _t->slotClassifierListItemRemoved((*
reinterpret_cast< std::add_pointer_t<UMLClassifierListItem*>
>(_a[1])));
break;
113 case 2: _t->slotAttributeChanged();
break;
114 case 3: _t->syncToModel();
break;
118 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
120 default: *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();
break;
122 switch (*
reinterpret_cast<int*
>(_a[1])) {
123 default: *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();
break;
125 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType::fromType< QAction* >();
break;
132const QMetaObject *AssociationWidget::metaObject()
const
134 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
137void *AssociationWidget::qt_metacast(
const char *_clname)
139 if (!_clname)
return nullptr;
140 if (!strcmp(_clname, qt_meta_stringdata_ZN17AssociationWidgetE.stringdata0))
141 return static_cast<void*
>(
this);
142 if (!strcmp(_clname,
"LinkWidget"))
144 return WidgetBase::qt_metacast(_clname);
147int AssociationWidget::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
149 _id = WidgetBase::qt_metacall(_c, _id, _a);
152 if (_c == QMetaObject::InvokeMetaMethod) {
154 qt_static_metacall(
this, _c, _id, _a);
157 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
159 qt_static_metacall(
this, _c, _id, _a);
#define Q_CONSTINIT
Definition moc_parser.cpp:27
Definition moc_parser.cpp:33