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 'umlobject.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 UMLObject::qt_create_metaobjectdata<qt_meta_tag_ZN9UMLObjectE_t>()
39 namespace QMC = QtMocConstants;
40 QtMocHelpers::StringRefStorage qt_stringData {
69 "ot_EntityConstraint",
70 "ot_UniqueConstraint",
71 "ot_ForeignKeyConstraint",
75 "ot_InstanceAttribute",
79 QtMocHelpers::UintData qt_methods {
81 QtMocHelpers::SignalData<void()>(1, 2, QMC::AccessPublic, QMetaType::Void),
83 QtMocHelpers::SlotData<void()>(3, 2, QMC::AccessPublic, QMetaType::Void),
85 QtMocHelpers::UintData qt_properties {
87 QtMocHelpers::UintData qt_enums {
89 QtMocHelpers::EnumData<enum ObjectType>(4, 4, QMC::EnumFlags{}).add({
123 return QtMocHelpers::metaObjectData<UMLObject, qt_meta_tag_ZN9UMLObjectE_t>(QMC::MetaObjectFlag{}, qt_stringData,
124 qt_methods, qt_properties, qt_enums);
126Q_CONSTINIT const QMetaObject UMLObject::staticMetaObject = { {
127 QMetaObject::SuperData::link<QObject::staticMetaObject>(),
128 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN9UMLObjectE_t>.stringdata,
129 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN9UMLObjectE_t>.data,
132 qt_staticMetaObjectRelocatingContent<qt_meta_tag_ZN9UMLObjectE_t>.metaTypes,
136void UMLObject::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
139 if (_c == QMetaObject::InvokeMetaMethod) {
141 case 0: _t->modified();
break;
142 case 1: _t->emitModified();
break;
146 if (_c == QMetaObject::IndexOfMethod) {
152const QMetaObject *UMLObject::metaObject()
const
154 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
157void *UMLObject::qt_metacast(
const char *_clname)
159 if (!_clname)
return nullptr;
160 if (!strcmp(_clname, qt_staticMetaObjectStaticContent<qt_meta_tag_ZN9UMLObjectE_t>.strings))
161 return static_cast<void*
>(
this);
162 return QObject::qt_metacast(_clname);
165int UMLObject::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
167 _id = QObject::qt_metacall(_c, _id, _a);
170 if (_c == QMetaObject::InvokeMetaMethod) {
172 qt_static_metacall(
this, _c, _id, _a);
175 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
177 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();
186 QMetaObject::activate(
this, &staticMetaObject, 0,
nullptr);
@ ot_Interface
Definition umlobject.h:82
@ ot_Port
Definition umlobject.h:105
@ ot_Category
Definition umlobject.h:104
@ ot_Association
Definition umlobject.h:87
@ ot_UMLObject
Definition umlobject.h:78
@ ot_Stereotype
Definition umlobject.h:95
@ ot_Attribute
Definition umlobject.h:88
@ ot_Enum
Definition umlobject.h:84
@ ot_Package
Definition umlobject.h:81
@ ot_Unknown
Definition umlobject.h:77
@ ot_ForeignKeyConstraint
Definition umlobject.h:102
@ ot_EnumLiteral
Definition umlobject.h:90
@ ot_Operation
Definition umlobject.h:89
@ ot_Actor
Definition umlobject.h:79
@ ot_Template
Definition umlobject.h:91
@ ot_EntityConstraint
Definition umlobject.h:100
@ ot_CheckConstraint
Definition umlobject.h:103
@ ot_Node
Definition umlobject.h:94
@ ot_Role
Definition umlobject.h:96
@ ot_Class
Definition umlobject.h:85
@ ot_Datatype
Definition umlobject.h:83
@ ot_SubSystem
no real object type
Definition umlobject.h:107
@ ot_Instance
Definition umlobject.h:86
@ ot_Component
Definition umlobject.h:92
@ ot_Folder
Definition umlobject.h:99
@ ot_EntityAttribute
Definition umlobject.h:98
@ ot_UseCase
Definition umlobject.h:80
@ ot_InstanceAttribute
Definition umlobject.h:106
@ ot_Artifact
Definition umlobject.h:93
@ ot_UniqueConstraint
Definition umlobject.h:101
@ ot_Entity
Definition umlobject.h:97
UMLObject(const UMLObject &other)
Definition umlobject.cpp:44
void modified()
Definition moc_umlobject.cpp:184
#define Q_CONSTINIT
Definition moc_parser.cpp:27
Definition moc_parser.cpp:33