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 'umlentityattribute.h' doesn't include <QObject>."
20#elif Q_MOC_OUTPUT_REVISION != 69
21#error "This file was generated using the moc from 6.9.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")
37template <>
constexpr inline auto UMLEntityAttribute::qt_create_metaobjectdata<qt_meta_tag_ZN18UMLEntityAttributeE_t>()
39 namespace QMC = QtMocConstants;
40 QtMocHelpers::StringRefStorage qt_stringData {
49 QtMocHelpers::UintData qt_methods {
51 QtMocHelpers::UintData qt_properties {
53 QtMocHelpers::UintData qt_enums {
55 QtMocHelpers::EnumData<enum DBIndex_Type>(1, 1, QMC::EnumFlags{}).add({
62 return QtMocHelpers::metaObjectData<UMLEntityAttribute, qt_meta_tag_ZN18UMLEntityAttributeE_t>(QMC::MetaObjectFlag{}, qt_stringData,
63 qt_methods, qt_properties, qt_enums);
65Q_CONSTINIT const QMetaObject UMLEntityAttribute::staticMetaObject = { {
66 QMetaObject::SuperData::link<UMLAttribute::staticMetaObject>(),
67 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN18UMLEntityAttributeE_t>.stringdata,
68 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN18UMLEntityAttributeE_t>.data,
71 qt_staticMetaObjectRelocatingContent<qt_meta_tag_ZN18UMLEntityAttributeE_t>.metaTypes,
75void UMLEntityAttribute::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
84const QMetaObject *UMLEntityAttribute::metaObject()
const
86 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
89void *UMLEntityAttribute::qt_metacast(
const char *_clname)
91 if (!_clname)
return nullptr;
92 if (!strcmp(_clname, qt_staticMetaObjectStaticContent<qt_meta_tag_ZN18UMLEntityAttributeE_t>.strings))
93 return static_cast<void*
>(
this);
94 return UMLAttribute::qt_metacast(_clname);
97int UMLEntityAttribute::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
99 _id = UMLAttribute::qt_metacall(_c, _id, _a);
@ Index
Definition umlentityattribute.h:29
@ None
Definition umlentityattribute.h:27
@ Unique
Definition umlentityattribute.h:30
@ Primary
Definition umlentityattribute.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 umlentityattribute.cpp:30
#define Q_CONSTINIT
Definition moc_parser.cpp:27
Definition moc_parser.cpp:33