10#include "../../../../umbrello/dialogs/umlforeignkeyconstraintdialog.h"
11#include <QtCore/qbytearray.h>
12#include <QtCore/qmetatype.h>
13#if !defined(Q_MOC_OUTPUT_REVISION)
14#error "The header file 'umlforeignkeyconstraintdialog.h' doesn't include <QObject>."
15#elif Q_MOC_OUTPUT_REVISION != 67
16#error "This file was generated using the moc from 5.15.13. It"
17#error "cannot be used with the include files from this version of Qt."
18#error "(The moc has changed too much.)"
23QT_WARNING_DISABLE_DEPRECATED
28#define QT_MOC_LITERAL(idx, ofs, len) \
29 Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
30 qptrdiff(offsetof(qt_meta_stringdata_UMLForeignKeyConstraintDialog_t, stringdata0) + ofs \
31 - idx * sizeof(QByteArrayData)) \
46 "UMLForeignKeyConstraintDialog\0"
47 "slotResetWidgetState\0\0slotApply\0slotOk\0"
48 "slotAddPair\0slotDeletePair\0"
49 "slotReferencedEntityChanged\0index"
80 QMetaType::Void, QMetaType::Int, 8,
85void UMLForeignKeyConstraintDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
87 if (_c == QMetaObject::InvokeMetaMethod) {
92 case 1: _t->slotApply();
break;
93 case 2: _t->slotOk();
break;
94 case 3: _t->slotAddPair();
break;
95 case 4: _t->slotDeletePair();
break;
96 case 5: _t->slotReferencedEntityChanged((*
reinterpret_cast< int(*)
>(_a[1])));
break;
102QT_INIT_METAOBJECT
const QMetaObject UMLForeignKeyConstraintDialog::staticMetaObject = { {
103 QMetaObject::SuperData::link<MultiPageDialogBase::staticMetaObject>(),
112const QMetaObject *UMLForeignKeyConstraintDialog::metaObject()
const
114 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
117void *UMLForeignKeyConstraintDialog::qt_metacast(
const char *_clname)
119 if (!_clname)
return nullptr;
121 return static_cast<void*
>(
this);
122 return MultiPageDialogBase::qt_metacast(_clname);
125int UMLForeignKeyConstraintDialog::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
127 _id = MultiPageDialogBase::qt_metacall(_c, _id, _a);
130 if (_c == QMetaObject::InvokeMetaMethod) {
132 qt_static_metacall(
this, _c, _id, _a);
134 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
136 *
reinterpret_cast<int*
>(_a[0]) = -1;
A dialog page to display foreignkey constraint properties.
Definition umlforeignkeyconstraintdialog.h:38
void slotResetWidgetState()
Definition umlforeignkeyconstraintdialog.cpp:451
static const qt_meta_stringdata_UMLForeignKeyConstraintDialog_t qt_meta_stringdata_UMLForeignKeyConstraintDialog
Definition moc_umlforeignkeyconstraintdialog.cpp:33
static const uint qt_meta_data_UMLForeignKeyConstraintDialog[]
Definition moc_umlforeignkeyconstraintdialog.cpp:53
#define QT_MOC_LITERAL(idx, ofs, len)
Definition moc_umlforeignkeyconstraintdialog.cpp:28