10#include "../../../../umbrello/umlmodel/entityattribute.h"
11#include <QtCore/qbytearray.h>
12#include <QtCore/qmetatype.h>
13#if !defined(Q_MOC_OUTPUT_REVISION)
14#error "The header file 'entityattribute.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_UMLEntityAttribute_t, stringdata0) + ofs \
31 - idx * sizeof(QByteArrayData)) \
43 "UMLEntityAttribute\0DBIndex_Type\0None\0"
44 "Primary\0Index\0Unique"
73void UMLEntityAttribute::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
81QT_INIT_METAOBJECT
const QMetaObject UMLEntityAttribute::staticMetaObject = { {
82 QMetaObject::SuperData::link<UMLAttribute::staticMetaObject>(),
91const QMetaObject *UMLEntityAttribute::metaObject()
const
93 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
96void *UMLEntityAttribute::qt_metacast(
const char *_clname)
98 if (!_clname)
return nullptr;
100 return static_cast<void*
>(
this);
101 return UMLAttribute::qt_metacast(_clname);
104int UMLEntityAttribute::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
106 _id = UMLAttribute::qt_metacall(_c, _id, _a);
@ Index
Definition entityattribute.h:29
@ None
Definition entityattribute.h:27
@ Unique
Definition entityattribute.h:30
@ Primary
Definition entityattribute.h:28
static const uint qt_meta_data_UMLEntityAttribute[]
Definition moc_entityattribute.cpp:48
static const qt_meta_stringdata_UMLEntityAttribute_t qt_meta_stringdata_UMLEntityAttribute
Definition moc_entityattribute.cpp:33
#define QT_MOC_LITERAL(idx, ofs, len)
Definition moc_entityattribute.cpp:28