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 'attribute.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_ZN12UMLAttributeE = QtMocHelpers::stringData(
45#error "qtmochelpers.h not found or too old."
62 1, 0, 20, 2, 0x06, 1 ,
70Q_CONSTINIT const QMetaObject UMLAttribute::staticMetaObject = { {
71 QMetaObject::SuperData::link<UMLClassifierListItem::staticMetaObject>(),
72 qt_meta_stringdata_ZN12UMLAttributeE.offsetsAndSizes,
76 qt_incomplete_metaTypeArray<qt_meta_tag_ZN12UMLAttributeE_t,
78 QtPrivate::TypeAndForceComplete<UMLAttribute, std::true_type>,
80 QtPrivate::TypeAndForceComplete<void, std::false_type>
85void UMLAttribute::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
88 if (_c == QMetaObject::InvokeMetaMethod) {
90 case 0: _t->attributeChanged();
break;
94 if (_c == QMetaObject::IndexOfMethod) {
95 int *result =
reinterpret_cast<int *
>(_a[0]);
106const QMetaObject *UMLAttribute::metaObject()
const
108 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
111void *UMLAttribute::qt_metacast(
const char *_clname)
113 if (!_clname)
return nullptr;
114 if (!strcmp(_clname, qt_meta_stringdata_ZN12UMLAttributeE.stringdata0))
115 return static_cast<void*
>(
this);
116 return UMLClassifierListItem::qt_metacast(_clname);
119int UMLAttribute::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
121 _id = UMLClassifierListItem::qt_metacall(_c, _id, _a);
124 if (_c == QMetaObject::InvokeMetaMethod) {
126 qt_static_metacall(
this, _c, _id, _a);
129 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
131 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();
140 QMetaObject::activate(
this, &staticMetaObject, 0,
nullptr);
UMLAttribute(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 attribute.cpp:36
void attributeChanged()
Definition moc_attribute.cpp:138
static Q_CONSTINIT const uint qt_meta_data_ZN12UMLAttributeE[]
Definition moc_attribute.cpp:48
#define Q_CONSTINIT
Definition moc_parser.cpp:27
Definition moc_parser.cpp:33