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 'foreignkeyconstraint.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_ZN23UMLForeignKeyConstraintE = QtMocHelpers::stringData(
40 "UMLForeignKeyConstraint",
41 "sigReferencedEntityChanged",
43 "slotReferencedEntityChanged"
46#error "qtmochelpers.h not found or too old."
63 1, 0, 26, 2, 0x06, 1 ,
66 3, 0, 27, 2, 0x08, 2 ,
77Q_CONSTINIT const QMetaObject UMLForeignKeyConstraint::staticMetaObject = { {
78 QMetaObject::SuperData::link<UMLEntityConstraint::staticMetaObject>(),
79 qt_meta_stringdata_ZN23UMLForeignKeyConstraintE.offsetsAndSizes,
83 qt_incomplete_metaTypeArray<qt_meta_tag_ZN23UMLForeignKeyConstraintE_t,
85 QtPrivate::TypeAndForceComplete<UMLForeignKeyConstraint, std::true_type>,
87 QtPrivate::TypeAndForceComplete<void, std::false_type>,
89 QtPrivate::TypeAndForceComplete<void, std::false_type>
94void UMLForeignKeyConstraint::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
97 if (_c == QMetaObject::InvokeMetaMethod) {
99 case 0: _t->sigReferencedEntityChanged();
break;
100 case 1: _t->slotReferencedEntityChanged();
break;
104 if (_c == QMetaObject::IndexOfMethod) {
105 int *result =
reinterpret_cast<int *
>(_a[0]);
116const QMetaObject *UMLForeignKeyConstraint::metaObject()
const
118 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
121void *UMLForeignKeyConstraint::qt_metacast(
const char *_clname)
123 if (!_clname)
return nullptr;
124 if (!strcmp(_clname, qt_meta_stringdata_ZN23UMLForeignKeyConstraintE.stringdata0))
125 return static_cast<void*
>(
this);
126 return UMLEntityConstraint::qt_metacast(_clname);
129int UMLForeignKeyConstraint::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
131 _id = UMLEntityConstraint::qt_metacall(_c, _id, _a);
134 if (_c == QMetaObject::InvokeMetaMethod) {
136 qt_static_metacall(
this, _c, _id, _a);
139 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
141 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();
150 QMetaObject::activate(
this, &staticMetaObject, 0,
nullptr);
void sigReferencedEntityChanged()
Definition moc_foreignkeyconstraint.cpp:148
UMLForeignKeyConstraint(UMLObject *parent, const QString &name, Uml::ID::Type id=Uml::ID::None)
Definition foreignkeyconstraint.cpp:27
static Q_CONSTINIT const uint qt_meta_data_ZN23UMLForeignKeyConstraintE[]
Definition moc_foreignkeyconstraint.cpp:49
#define Q_CONSTINIT
Definition moc_parser.cpp:27
Definition moc_parser.cpp:33