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 != 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 ConstraintListPage::qt_create_metaobjectdata<qt_meta_tag_ZN18ConstraintListPageE_t>()
39 namespace QMC = QtMocConstants;
40 QtMocHelpers::StringRefStorage qt_stringData {
42 "slotNewUniqueConstraint",
44 "slotNewPrimaryKeyConstraint",
45 "slotNewForeignKeyConstraint",
46 "slotNewCheckConstraint",
48 "UMLClassifierListItemList"
51 QtMocHelpers::UintData qt_methods {
53 QtMocHelpers::SlotData<void()>(1, 2, QMC::AccessPrivate, QMetaType::Void),
55 QtMocHelpers::SlotData<void()>(3, 2, QMC::AccessPrivate, QMetaType::Void),
57 QtMocHelpers::SlotData<void()>(4, 2, QMC::AccessPrivate, QMetaType::Void),
59 QtMocHelpers::SlotData<void()>(5, 2, QMC::AccessPrivate, QMetaType::Void),
61 QtMocHelpers::SlotData<UMLClassifierListItemList()>(6, 2, QMC::AccessPrivate, 0x80000000 | 7),
63 QtMocHelpers::UintData qt_properties {
65 QtMocHelpers::UintData qt_enums {
67 return QtMocHelpers::metaObjectData<ConstraintListPage, qt_meta_tag_ZN18ConstraintListPageE_t>(QMC::MetaObjectFlag{}, qt_stringData,
68 qt_methods, qt_properties, qt_enums);
70Q_CONSTINIT const QMetaObject ConstraintListPage::staticMetaObject = { {
71 QMetaObject::SuperData::link<ClassifierListPage::staticMetaObject>(),
72 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN18ConstraintListPageE_t>.stringdata,
73 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN18ConstraintListPageE_t>.data,
76 qt_staticMetaObjectRelocatingContent<qt_meta_tag_ZN18ConstraintListPageE_t>.metaTypes,
80void ConstraintListPage::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
83 if (_c == QMetaObject::InvokeMetaMethod) {
85 case 0: _t->slotNewUniqueConstraint();
break;
86 case 1: _t->slotNewPrimaryKeyConstraint();
break;
87 case 2: _t->slotNewForeignKeyConstraint();
break;
88 case 3: _t->slotNewCheckConstraint();
break;
89 case 4: { UMLClassifierListItemList _r = _t->getItemList();
90 if (_a[0]) *
reinterpret_cast< UMLClassifierListItemList*
>(_a[0]) = std::move(_r); }
break;
96const QMetaObject *ConstraintListPage::metaObject()
const
98 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
101void *ConstraintListPage::qt_metacast(
const char *_clname)
103 if (!_clname)
return nullptr;
104 if (!strcmp(_clname, qt_staticMetaObjectStaticContent<qt_meta_tag_ZN18ConstraintListPageE_t>.strings))
105 return static_cast<void*
>(
this);
106 return ClassifierListPage::qt_metacast(_clname);
109int ConstraintListPage::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
111 _id = ClassifierListPage::qt_metacall(_c, _id, _a);
114 if (_c == QMetaObject::InvokeMetaMethod) {
116 qt_static_metacall(
this, _c, _id, _a);
119 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
121 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();
ConstraintListPage(QWidget *parent, UMLClassifier *classifier, UMLDoc *doc, UMLObject::ObjectType type)
Definition constraintlistpage.cpp:38
#define Q_CONSTINIT
Definition moc_parser.cpp:27
Definition moc_parser.cpp:33
Definition moc_constraintlistpage.cpp:34