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 'umlforeignkeyconstraintdialog.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_ZN29UMLForeignKeyConstraintDialogE = QtMocHelpers::stringData(
40 "UMLForeignKeyConstraintDialog",
41 "slotResetWidgetState",
47 "slotReferencedEntityChanged",
51#error "qtmochelpers.h not found or too old."
68 1, 0, 50, 2, 0x0a, 1 ,
69 3, 0, 51, 2, 0x0a, 2 ,
70 4, 0, 52, 2, 0x0a, 3 ,
71 5, 0, 53, 2, 0x0a, 4 ,
72 6, 0, 54, 2, 0x0a, 5 ,
73 7, 1, 55, 2, 0x0a, 6 ,
81 QMetaType::Void, QMetaType::Int, 8,
86Q_CONSTINIT const QMetaObject UMLForeignKeyConstraintDialog::staticMetaObject = { {
87 QMetaObject::SuperData::link<MultiPageDialogBase::staticMetaObject>(),
88 qt_meta_stringdata_ZN29UMLForeignKeyConstraintDialogE.offsetsAndSizes,
92 qt_incomplete_metaTypeArray<qt_meta_tag_ZN29UMLForeignKeyConstraintDialogE_t,
94 QtPrivate::TypeAndForceComplete<UMLForeignKeyConstraintDialog, std::true_type>,
96 QtPrivate::TypeAndForceComplete<void, std::false_type>,
98 QtPrivate::TypeAndForceComplete<void, std::false_type>,
100 QtPrivate::TypeAndForceComplete<void, std::false_type>,
102 QtPrivate::TypeAndForceComplete<void, std::false_type>,
104 QtPrivate::TypeAndForceComplete<void, std::false_type>,
106 QtPrivate::TypeAndForceComplete<void, std::false_type>,
107 QtPrivate::TypeAndForceComplete<int, std::false_type>
112void UMLForeignKeyConstraintDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
115 if (_c == QMetaObject::InvokeMetaMethod) {
117 case 0: _t->slotResetWidgetState();
break;
118 case 1: _t->slotApply();
break;
119 case 2: _t->slotOk();
break;
120 case 3: _t->slotAddPair();
break;
121 case 4: _t->slotDeletePair();
break;
122 case 5: _t->slotReferencedEntityChanged((*
reinterpret_cast< std::add_pointer_t<int>
>(_a[1])));
break;
128const QMetaObject *UMLForeignKeyConstraintDialog::metaObject()
const
130 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
133void *UMLForeignKeyConstraintDialog::qt_metacast(
const char *_clname)
135 if (!_clname)
return nullptr;
136 if (!strcmp(_clname, qt_meta_stringdata_ZN29UMLForeignKeyConstraintDialogE.stringdata0))
137 return static_cast<void*
>(
this);
138 return MultiPageDialogBase::qt_metacast(_clname);
141int UMLForeignKeyConstraintDialog::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
143 _id = MultiPageDialogBase::qt_metacall(_c, _id, _a);
146 if (_c == QMetaObject::InvokeMetaMethod) {
148 qt_static_metacall(
this, _c, _id, _a);
151 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
153 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();
UMLForeignKeyConstraintDialog(QWidget *parent, UMLForeignKeyConstraint *pForeignKeyConstraint)
Definition umlforeignkeyconstraintdialog.cpp:49
#define Q_CONSTINIT
Definition moc_parser.cpp:27
static Q_CONSTINIT const uint qt_meta_data_ZN29UMLForeignKeyConstraintDialogE[]
Definition moc_umlforeignkeyconstraintdialog.cpp:54
Definition moc_parser.cpp:33