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 'constraintlistpage.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_ZN18ConstraintListPageE = QtMocHelpers::stringData(
41 "slotNewUniqueConstraint",
43 "slotNewPrimaryKeyConstraint",
44 "slotNewForeignKeyConstraint",
45 "slotNewCheckConstraint",
47 "UMLClassifierListItemList"
50#error "qtmochelpers.h not found or too old."
67 1, 0, 44, 2, 0x08, 1 ,
68 3, 0, 45, 2, 0x08, 2 ,
69 4, 0, 46, 2, 0x08, 3 ,
70 5, 0, 47, 2, 0x08, 4 ,
71 6, 0, 48, 2, 0x08, 5 ,
83Q_CONSTINIT const QMetaObject ConstraintListPage::staticMetaObject = { {
84 QMetaObject::SuperData::link<ClassifierListPage::staticMetaObject>(),
85 qt_meta_stringdata_ZN18ConstraintListPageE.offsetsAndSizes,
89 qt_incomplete_metaTypeArray<qt_meta_tag_ZN18ConstraintListPageE_t,
91 QtPrivate::TypeAndForceComplete<ConstraintListPage, std::true_type>,
93 QtPrivate::TypeAndForceComplete<void, std::false_type>,
95 QtPrivate::TypeAndForceComplete<void, std::false_type>,
97 QtPrivate::TypeAndForceComplete<void, std::false_type>,
99 QtPrivate::TypeAndForceComplete<void, std::false_type>,
101 QtPrivate::TypeAndForceComplete<UMLClassifierListItemList, std::false_type>
106void ConstraintListPage::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
109 if (_c == QMetaObject::InvokeMetaMethod) {
111 case 0: _t->slotNewUniqueConstraint();
break;
112 case 1: _t->slotNewPrimaryKeyConstraint();
break;
113 case 2: _t->slotNewForeignKeyConstraint();
break;
114 case 3: _t->slotNewCheckConstraint();
break;
115 case 4: { UMLClassifierListItemList _r = _t->getItemList();
116 if (_a[0]) *
reinterpret_cast< UMLClassifierListItemList*
>(_a[0]) = std::move(_r); }
break;
122const QMetaObject *ConstraintListPage::metaObject()
const
124 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
127void *ConstraintListPage::qt_metacast(
const char *_clname)
129 if (!_clname)
return nullptr;
130 if (!strcmp(_clname, qt_meta_stringdata_ZN18ConstraintListPageE.stringdata0))
131 return static_cast<void*
>(
this);
132 return ClassifierListPage::qt_metacast(_clname);
135int ConstraintListPage::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
137 _id = ClassifierListPage::qt_metacall(_c, _id, _a);
140 if (_c == QMetaObject::InvokeMetaMethod) {
142 qt_static_metacall(
this, _c, _id, _a);
145 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
147 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();
ConstraintListPage(QWidget *parent, UMLClassifier *classifier, UMLDoc *doc, UMLObject::ObjectType type)
Definition constraintlistpage.cpp:38
static Q_CONSTINIT const uint qt_meta_data_ZN18ConstraintListPageE[]
Definition moc_constraintlistpage.cpp:53
#define Q_CONSTINIT
Definition moc_parser.cpp:27
Definition moc_parser.cpp:33
Definition moc_constraintlistpage.cpp:34