umbrello 25.04.1
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
moc_umlforeignkeyconstraintdialog.cpp
Go to the documentation of this file.
1/****************************************************************************
2** Meta object code from reading C++ file 'umlforeignkeyconstraintdialog.h'
3**
4** Created by: The Qt Meta Object Compiler version 67 (Qt 5.15.13)
5**
6** WARNING! All changes made in this file will be lost!
7*****************************************************************************/
8
9#include <memory>
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.)"
19#endif
20
21QT_BEGIN_MOC_NAMESPACE
22QT_WARNING_PUSH
23QT_WARNING_DISABLE_DEPRECATED
25 QByteArrayData data[9];
26 char stringdata0[130];
27};
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)) \
32 )
34 {
35QT_MOC_LITERAL(0, 0, 29), // "UMLForeignKeyConstraintDialog"
36QT_MOC_LITERAL(1, 30, 20), // "slotResetWidgetState"
37QT_MOC_LITERAL(2, 51, 0), // ""
38QT_MOC_LITERAL(3, 52, 9), // "slotApply"
39QT_MOC_LITERAL(4, 62, 6), // "slotOk"
40QT_MOC_LITERAL(5, 69, 11), // "slotAddPair"
41QT_MOC_LITERAL(6, 81, 14), // "slotDeletePair"
42QT_MOC_LITERAL(7, 96, 27), // "slotReferencedEntityChanged"
43QT_MOC_LITERAL(8, 124, 5) // "index"
44
45 },
46 "UMLForeignKeyConstraintDialog\0"
47 "slotResetWidgetState\0\0slotApply\0slotOk\0"
48 "slotAddPair\0slotDeletePair\0"
49 "slotReferencedEntityChanged\0index"
50};
51#undef QT_MOC_LITERAL
52
54
55 // content:
56 8, // revision
57 0, // classname
58 0, 0, // classinfo
59 6, 14, // methods
60 0, 0, // properties
61 0, 0, // enums/sets
62 0, 0, // constructors
63 0, // flags
64 0, // signalCount
65
66 // slots: name, argc, parameters, tag, flags
67 1, 0, 44, 2, 0x0a /* Public */,
68 3, 0, 45, 2, 0x0a /* Public */,
69 4, 0, 46, 2, 0x0a /* Public */,
70 5, 0, 47, 2, 0x0a /* Public */,
71 6, 0, 48, 2, 0x0a /* Public */,
72 7, 1, 49, 2, 0x0a /* Public */,
73
74 // slots: parameters
75 QMetaType::Void,
76 QMetaType::Void,
77 QMetaType::Void,
78 QMetaType::Void,
79 QMetaType::Void,
80 QMetaType::Void, QMetaType::Int, 8,
81
82 0 // eod
83};
84
85void UMLForeignKeyConstraintDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
86{
87 if (_c == QMetaObject::InvokeMetaMethod) {
88 auto *_t = static_cast<UMLForeignKeyConstraintDialog *>(_o);
89 (void)_t;
90 switch (_id) {
91 case 0: _t->slotResetWidgetState(); break;
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;
97 default: ;
98 }
99 }
100}
101
102QT_INIT_METAOBJECT const QMetaObject UMLForeignKeyConstraintDialog::staticMetaObject = { {
103 QMetaObject::SuperData::link<MultiPageDialogBase::staticMetaObject>(),
106 qt_static_metacall,
107 nullptr,
108 nullptr
109} };
110
111
112const QMetaObject *UMLForeignKeyConstraintDialog::metaObject() const
113{
114 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
115}
116
117void *UMLForeignKeyConstraintDialog::qt_metacast(const char *_clname)
118{
119 if (!_clname) return nullptr;
121 return static_cast<void*>(this);
122 return MultiPageDialogBase::qt_metacast(_clname);
123}
124
125int UMLForeignKeyConstraintDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
126{
127 _id = MultiPageDialogBase::qt_metacall(_c, _id, _a);
128 if (_id < 0)
129 return _id;
130 if (_c == QMetaObject::InvokeMetaMethod) {
131 if (_id < 6)
132 qt_static_metacall(this, _c, _id, _a);
133 _id -= 6;
134 } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
135 if (_id < 6)
136 *reinterpret_cast<int*>(_a[0]) = -1;
137 _id -= 6;
138 }
139 return _id;
140}
141QT_WARNING_POP
142QT_END_MOC_NAMESPACE
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
Definition moc_umlforeignkeyconstraintdialog.cpp:24
char stringdata0[130]
Definition moc_umlforeignkeyconstraintdialog.cpp:26
QByteArrayData data[9]
Definition moc_umlforeignkeyconstraintdialog.cpp:25