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 != 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 UMLForeignKeyConstraintDialog::qt_create_metaobjectdata<qt_meta_tag_ZN29UMLForeignKeyConstraintDialogE_t>()
39 namespace QMC = QtMocConstants;
40 QtMocHelpers::StringRefStorage qt_stringData {
41 "UMLForeignKeyConstraintDialog",
42 "slotResetWidgetState",
48 "slotReferencedEntityChanged",
52 QtMocHelpers::UintData qt_methods {
54 QtMocHelpers::SlotData<void()>(1, 2, QMC::AccessPublic, QMetaType::Void),
56 QtMocHelpers::SlotData<void()>(3, 2, QMC::AccessPublic, QMetaType::Void),
58 QtMocHelpers::SlotData<void()>(4, 2, QMC::AccessPublic, QMetaType::Void),
60 QtMocHelpers::SlotData<void()>(5, 2, QMC::AccessPublic, QMetaType::Void),
62 QtMocHelpers::SlotData<void()>(6, 2, QMC::AccessPublic, QMetaType::Void),
64 QtMocHelpers::SlotData<void(int)>(7, 2, QMC::AccessPublic, QMetaType::Void, {{
65 { QMetaType::Int, 8 },
68 QtMocHelpers::UintData qt_properties {
70 QtMocHelpers::UintData qt_enums {
72 return QtMocHelpers::metaObjectData<UMLForeignKeyConstraintDialog, qt_meta_tag_ZN29UMLForeignKeyConstraintDialogE_t>(QMC::MetaObjectFlag{}, qt_stringData,
73 qt_methods, qt_properties, qt_enums);
75Q_CONSTINIT const QMetaObject UMLForeignKeyConstraintDialog::staticMetaObject = { {
76 QMetaObject::SuperData::link<MultiPageDialogBase::staticMetaObject>(),
77 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN29UMLForeignKeyConstraintDialogE_t>.stringdata,
78 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN29UMLForeignKeyConstraintDialogE_t>.data,
81 qt_staticMetaObjectRelocatingContent<qt_meta_tag_ZN29UMLForeignKeyConstraintDialogE_t>.metaTypes,
85void UMLForeignKeyConstraintDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
88 if (_c == QMetaObject::InvokeMetaMethod) {
90 case 0: _t->slotResetWidgetState();
break;
91 case 1: _t->slotApply();
break;
92 case 2: _t->slotOk();
break;
93 case 3: _t->slotAddPair();
break;
94 case 4: _t->slotDeletePair();
break;
95 case 5: _t->slotReferencedEntityChanged((*
reinterpret_cast< std::add_pointer_t<int>
>(_a[1])));
break;
101const QMetaObject *UMLForeignKeyConstraintDialog::metaObject()
const
103 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
106void *UMLForeignKeyConstraintDialog::qt_metacast(
const char *_clname)
108 if (!_clname)
return nullptr;
109 if (!strcmp(_clname, qt_staticMetaObjectStaticContent<qt_meta_tag_ZN29UMLForeignKeyConstraintDialogE_t>.strings))
110 return static_cast<void*
>(
this);
111 return MultiPageDialogBase::qt_metacast(_clname);
114int UMLForeignKeyConstraintDialog::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
116 _id = MultiPageDialogBase::qt_metacall(_c, _id, _a);
119 if (_c == QMetaObject::InvokeMetaMethod) {
121 qt_static_metacall(
this, _c, _id, _a);
124 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
126 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();
UMLForeignKeyConstraintDialog(QWidget *parent, UMLForeignKeyConstraint *pForeignKeyConstraint)
Definition umlforeignkeyconstraintdialog.cpp:49
#define Q_CONSTINIT
Definition moc_parser.cpp:27
Definition moc_parser.cpp:33