10#include "../../../../umbrello/dialogs/umluniqueconstraintdialog.h"
11#include <QtCore/qbytearray.h>
12#include <QtCore/qmetatype.h>
13#if !defined(Q_MOC_OUTPUT_REVISION)
14#error "The header file 'umluniqueconstraintdialog.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_UMLUniqueConstraintDialog_t, stringdata0) + ofs \
31 - idx * sizeof(QByteArrayData)) \
42 "UMLUniqueConstraintDialog\0"
43 "slotResetWidgetState\0\0slotAddAttribute\0"
74void UMLUniqueConstraintDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
76 if (_c == QMetaObject::InvokeMetaMethod) {
81 case 1: _t->slotAddAttribute();
break;
82 case 2: _t->slotDeleteAttribute();
break;
89QT_INIT_METAOBJECT
const QMetaObject UMLUniqueConstraintDialog::staticMetaObject = { {
90 QMetaObject::SuperData::link<SinglePageDialogBase::staticMetaObject>(),
99const QMetaObject *UMLUniqueConstraintDialog::metaObject()
const
101 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
104void *UMLUniqueConstraintDialog::qt_metacast(
const char *_clname)
106 if (!_clname)
return nullptr;
108 return static_cast<void*
>(
this);
109 return SinglePageDialogBase::qt_metacast(_clname);
112int UMLUniqueConstraintDialog::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
114 _id = SinglePageDialogBase::qt_metacall(_c, _id, _a);
117 if (_c == QMetaObject::InvokeMetaMethod) {
119 qt_static_metacall(
this, _c, _id, _a);
121 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
123 *
reinterpret_cast<int*
>(_a[0]) = -1;
A dialog page to display unique constraint properties.
Definition umluniqueconstraintdialog.h:31
void slotResetWidgetState()
Definition umluniqueconstraintdialog.cpp:245
static const qt_meta_stringdata_UMLUniqueConstraintDialog_t qt_meta_stringdata_UMLUniqueConstraintDialog
Definition moc_umluniqueconstraintdialog.cpp:33
static const uint qt_meta_data_UMLUniqueConstraintDialog[]
Definition moc_umluniqueconstraintdialog.cpp:48
#define QT_MOC_LITERAL(idx, ofs, len)
Definition moc_umluniqueconstraintdialog.cpp:28