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 'entityattribute.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_ZN18UMLEntityAttributeE = QtMocHelpers::stringData(
48#error "qtmochelpers.h not found or too old."
76Q_CONSTINIT const QMetaObject UMLEntityAttribute::staticMetaObject = { {
77 QMetaObject::SuperData::link<UMLAttribute::staticMetaObject>(),
78 qt_meta_stringdata_ZN18UMLEntityAttributeE.offsetsAndSizes,
82 qt_incomplete_metaTypeArray<qt_meta_tag_ZN18UMLEntityAttributeE_t,
84 QtPrivate::TypeAndForceComplete<UMLEntityAttribute::DBIndex_Type, std::true_type>,
86 QtPrivate::TypeAndForceComplete<UMLEntityAttribute, std::true_type>
91void UMLEntityAttribute::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
100const QMetaObject *UMLEntityAttribute::metaObject()
const
102 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
105void *UMLEntityAttribute::qt_metacast(
const char *_clname)
107 if (!_clname)
return nullptr;
108 if (!strcmp(_clname, qt_meta_stringdata_ZN18UMLEntityAttributeE.stringdata0))
109 return static_cast<void*
>(
this);
110 return UMLAttribute::qt_metacast(_clname);
113int UMLEntityAttribute::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
115 _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
UMLEntityAttribute(UMLObject *parent, const QString &name, Uml::ID::Type id=Uml::ID::None, Uml::Visibility::Enum s=Uml::Visibility::Private, UMLObject *type=nullptr, const QString &iv=QString())
Definition entityattribute.cpp:30
static Q_CONSTINIT const uint qt_meta_data_ZN18UMLEntityAttributeE[]
Definition moc_entityattribute.cpp:51
#define Q_CONSTINIT
Definition moc_parser.cpp:27
Definition moc_parser.cpp:33