10#include "../../../../umbrello/umlmodel/entity.h"
11#include <QtCore/qbytearray.h>
12#include <QtCore/qmetatype.h>
13#if !defined(Q_MOC_OUTPUT_REVISION)
14#error "The header file 'entity.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_UMLEntity_t, stringdata0) + ofs \
31 - idx * sizeof(QByteArrayData)) \
45 "UMLEntity\0entityAttributeAdded\0\0"
46 "UMLClassifierListItem*\0entityAttributeRemoved\0"
47 "entityConstraintAdded\0entityConstraintRemoved\0"
48 "slotEntityAttributeRemoved"
75 QMetaType::Void, 0x80000000 | 3, 2,
76 QMetaType::Void, 0x80000000 | 3, 2,
77 QMetaType::Void, 0x80000000 | 3, 2,
78 QMetaType::Void, 0x80000000 | 3, 2,
81 QMetaType::Void, 0x80000000 | 3, 2,
86void UMLEntity::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
88 if (_c == QMetaObject::InvokeMetaMethod) {
96 case 4: _t->slotEntityAttributeRemoved((*
reinterpret_cast< UMLClassifierListItem*(*)
>(_a[1])));
break;
99 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
101 default: *
reinterpret_cast<int*
>(_a[0]) = -1;
break;
103 switch (*
reinterpret_cast<int*
>(_a[1])) {
104 default: *
reinterpret_cast<int*
>(_a[0]) = -1;
break;
106 *
reinterpret_cast<int*
>(_a[0]) = qRegisterMetaType< UMLClassifierListItem* >();
break;
110 switch (*
reinterpret_cast<int*
>(_a[1])) {
111 default: *
reinterpret_cast<int*
>(_a[0]) = -1;
break;
113 *
reinterpret_cast<int*
>(_a[0]) = qRegisterMetaType< UMLClassifierListItem* >();
break;
117 switch (*
reinterpret_cast<int*
>(_a[1])) {
118 default: *
reinterpret_cast<int*
>(_a[0]) = -1;
break;
120 *
reinterpret_cast<int*
>(_a[0]) = qRegisterMetaType< UMLClassifierListItem* >();
break;
124 switch (*
reinterpret_cast<int*
>(_a[1])) {
125 default: *
reinterpret_cast<int*
>(_a[0]) = -1;
break;
127 *
reinterpret_cast<int*
>(_a[0]) = qRegisterMetaType< UMLClassifierListItem* >();
break;
131 switch (*
reinterpret_cast<int*
>(_a[1])) {
132 default: *
reinterpret_cast<int*
>(_a[0]) = -1;
break;
134 *
reinterpret_cast<int*
>(_a[0]) = qRegisterMetaType< UMLClassifierListItem* >();
break;
138 }
else if (_c == QMetaObject::IndexOfMethod) {
139 int *result =
reinterpret_cast<int *
>(_a[0]);
171QT_INIT_METAOBJECT
const QMetaObject UMLEntity::staticMetaObject = { {
172 QMetaObject::SuperData::link<UMLClassifier::staticMetaObject>(),
181const QMetaObject *UMLEntity::metaObject()
const
183 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
186void *UMLEntity::qt_metacast(
const char *_clname)
188 if (!_clname)
return nullptr;
190 return static_cast<void*
>(
this);
191 return UMLClassifier::qt_metacast(_clname);
194int UMLEntity::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
196 _id = UMLClassifier::qt_metacall(_c, _id, _a);
199 if (_c == QMetaObject::InvokeMetaMethod) {
201 qt_static_metacall(
this, _c, _id, _a);
203 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
205 qt_static_metacall(
this, _c, _id, _a);
214 void *_a[] = {
nullptr,
const_cast<void*
>(
reinterpret_cast<const void*
>(std::addressof(_t1))) };
215 QMetaObject::activate(
this, &staticMetaObject, 0, _a);
221 void *_a[] = {
nullptr,
const_cast<void*
>(
reinterpret_cast<const void*
>(std::addressof(_t1))) };
222 QMetaObject::activate(
this, &staticMetaObject, 1, _a);
228 void *_a[] = {
nullptr,
const_cast<void*
>(
reinterpret_cast<const void*
>(std::addressof(_t1))) };
229 QMetaObject::activate(
this, &staticMetaObject, 2, _a);
235 void *_a[] = {
nullptr,
const_cast<void*
>(
reinterpret_cast<const void*
>(std::addressof(_t1))) };
236 QMetaObject::activate(
this, &staticMetaObject, 3, _a);
A base class for classifier list items (e.g. attributes)
Definition classifierlistitem.h:25
Non-graphical Information for an Entity.
Definition entity.h:30
void entityAttributeRemoved(UMLClassifierListItem *)
Definition moc_entity.cpp:219
void entityAttributeAdded(UMLClassifierListItem *)
Definition moc_entity.cpp:212
void entityConstraintAdded(UMLClassifierListItem *)
Definition moc_entity.cpp:226
void entityConstraintRemoved(UMLClassifierListItem *)
Definition moc_entity.cpp:233
#define QT_MOC_LITERAL(idx, ofs, len)
Definition moc_entity.cpp:28
static const uint qt_meta_data_UMLEntity[]
Definition moc_entity.cpp:52
static const qt_meta_stringdata_UMLEntity_t qt_meta_stringdata_UMLEntity
Definition moc_entity.cpp:33