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 != 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_ZN9UMLObjectE = QtMocHelpers::stringData(
68 "ot_EntityConstraint",
69 "ot_UniqueConstraint",
70 "ot_ForeignKeyConstraint",
74 "ot_InstanceAttribute",
78#error "qtmochelpers.h not found or too old."
95 1, 0, 26, 2, 0x06, 2 ,
98 3, 0, 27, 2, 0x0a, 3 ,
145Q_CONSTINIT const QMetaObject UMLObject::staticMetaObject = { {
146 QMetaObject::SuperData::link<QObject::staticMetaObject>(),
147 qt_meta_stringdata_ZN9UMLObjectE.offsetsAndSizes,
151 qt_incomplete_metaTypeArray<qt_meta_tag_ZN9UMLObjectE_t,
153 QtPrivate::TypeAndForceComplete<UMLObject::ObjectType, std::true_type>,
155 QtPrivate::TypeAndForceComplete<UMLObject, std::true_type>,
157 QtPrivate::TypeAndForceComplete<void, std::false_type>,
159 QtPrivate::TypeAndForceComplete<void, std::false_type>
164void UMLObject::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
167 if (_c == QMetaObject::InvokeMetaMethod) {
169 case 0: _t->modified();
break;
170 case 1: _t->emitModified();
break;
174 if (_c == QMetaObject::IndexOfMethod) {
175 int *result =
reinterpret_cast<int *
>(_a[0]);
177 using _q_method_type = void (
UMLObject::*)();
178 if (_q_method_type _q_method = &
UMLObject::modified; *
reinterpret_cast<_q_method_type *
>(_a[1]) == _q_method) {
186const QMetaObject *UMLObject::metaObject()
const
188 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
191void *UMLObject::qt_metacast(
const char *_clname)
193 if (!_clname)
return nullptr;
194 if (!strcmp(_clname, qt_meta_stringdata_ZN9UMLObjectE.stringdata0))
195 return static_cast<void*
>(
this);
196 return QObject::qt_metacast(_clname);
199int UMLObject::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
201 _id = QObject::qt_metacall(_c, _id, _a);
204 if (_c == QMetaObject::InvokeMetaMethod) {
206 qt_static_metacall(
this, _c, _id, _a);
209 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
211 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();
220 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:218
#define Q_CONSTINIT
Definition moc_parser.cpp:27
static Q_CONSTINIT const uint qt_meta_data_ZN9UMLObjectE[]
Definition moc_umlobject.cpp:81
Definition moc_parser.cpp:33