10#include "../../../../umbrello/umlwidgets/associationwidget.h"
11#include <QtCore/qbytearray.h>
12#include <QtCore/qmetatype.h>
13#if !defined(Q_MOC_OUTPUT_REVISION)
14#error "The header file 'associationwidget.h' doesn't include <QObject>."
15#elif Q_MOC_OUTPUT_REVISION != 67
16#error "This file was generated using the moc from 5.15.13. It"
17#error "cannot be used with the include files from this version of Qt."
18#error "(The moc has changed too much.)"
23QT_WARNING_DISABLE_DEPRECATED
28#define QT_MOC_LITERAL(idx, ofs, len) \
29 Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
30 qptrdiff(offsetof(qt_meta_stringdata_AssociationWidget_t, stringdata0) + ofs \
31 - idx * sizeof(QByteArrayData)) \
47 "AssociationWidget\0slotMenuSelection\0"
48 "\0QAction*\0action\0slotClassifierListItemRemoved\0"
49 "UMLClassifierListItem*\0obj\0"
50 "slotAttributeChanged\0syncToModel"
74 QMetaType::Void, 0x80000000 | 3, 4,
75 QMetaType::Void, 0x80000000 | 6, 7,
82void AssociationWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
84 if (_c == QMetaObject::InvokeMetaMethod) {
89 case 1: _t->slotClassifierListItemRemoved((*
reinterpret_cast< UMLClassifierListItem*(*)
>(_a[1])));
break;
90 case 2: _t->slotAttributeChanged();
break;
91 case 3: _t->syncToModel();
break;
94 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
96 default: *
reinterpret_cast<int*
>(_a[0]) = -1;
break;
98 switch (*
reinterpret_cast<int*
>(_a[1])) {
99 default: *
reinterpret_cast<int*
>(_a[0]) = -1;
break;
101 *
reinterpret_cast<int*
>(_a[0]) = qRegisterMetaType< QAction* >();
break;
108QT_INIT_METAOBJECT
const QMetaObject AssociationWidget::staticMetaObject = { {
109 QMetaObject::SuperData::link<WidgetBase::staticMetaObject>(),
118const QMetaObject *AssociationWidget::metaObject()
const
120 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
123void *AssociationWidget::qt_metacast(
const char *_clname)
125 if (!_clname)
return nullptr;
127 return static_cast<void*
>(
this);
128 if (!strcmp(_clname,
"LinkWidget"))
130 return WidgetBase::qt_metacast(_clname);
133int AssociationWidget::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
135 _id = WidgetBase::qt_metacall(_c, _id, _a);
138 if (_c == QMetaObject::InvokeMetaMethod) {
140 qt_static_metacall(
this, _c, _id, _a);
142 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
144 qt_static_metacall(
this, _c, _id, _a);
A base class for classifier list items (e.g. attributes)
Definition classifierlistitem.h:25