umbrello 25.11.70
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 68 (Qt 6.8.3)
5**
6** WARNING! All changes made in this file will be lost!
7*****************************************************************************/
8
10#include <QtCore/qmetatype.h>
11
12#include <QtCore/qtmochelpers.h>
13
14#include <memory>
15
16
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.)"
24#endif
25
26#ifndef Q_CONSTINIT
27#define Q_CONSTINIT
28#endif
29
30QT_WARNING_PUSH
32QT_WARNING_DISABLE_GCC("-Wuseless-cast")
33namespace {
35} // unnamed namespace
36
37
38#ifdef QT_MOC_HAS_STRINGDATA
39static constexpr auto qt_meta_stringdata_ZN29UMLForeignKeyConstraintDialogE = QtMocHelpers::stringData(
40 "UMLForeignKeyConstraintDialog",
41 "slotResetWidgetState",
42 "",
43 "slotApply",
44 "slotOk",
45 "slotAddPair",
46 "slotDeletePair",
47 "slotReferencedEntityChanged",
48 "index"
49);
50#else // !QT_MOC_HAS_STRINGDATA
51#error "qtmochelpers.h not found or too old."
52#endif // !QT_MOC_HAS_STRINGDATA
53
55
56 // content:
57 12, // revision
58 0, // classname
59 0, 0, // classinfo
60 6, 14, // methods
61 0, 0, // properties
62 0, 0, // enums/sets
63 0, 0, // constructors
64 0, // flags
65 0, // signalCount
66
67 // slots: name, argc, parameters, tag, flags, initial metatype offsets
68 1, 0, 50, 2, 0x0a, 1 /* Public */,
69 3, 0, 51, 2, 0x0a, 2 /* Public */,
70 4, 0, 52, 2, 0x0a, 3 /* Public */,
71 5, 0, 53, 2, 0x0a, 4 /* Public */,
72 6, 0, 54, 2, 0x0a, 5 /* Public */,
73 7, 1, 55, 2, 0x0a, 6 /* Public */,
74
75 // slots: parameters
76 QMetaType::Void,
77 QMetaType::Void,
78 QMetaType::Void,
79 QMetaType::Void,
80 QMetaType::Void,
81 QMetaType::Void, QMetaType::Int, 8,
82
83 0 // eod
84};
85
86Q_CONSTINIT const QMetaObject UMLForeignKeyConstraintDialog::staticMetaObject = { {
87 QMetaObject::SuperData::link<MultiPageDialogBase::staticMetaObject>(),
88 qt_meta_stringdata_ZN29UMLForeignKeyConstraintDialogE.offsetsAndSizes,
90 qt_static_metacall,
91 nullptr,
92 qt_incomplete_metaTypeArray<qt_meta_tag_ZN29UMLForeignKeyConstraintDialogE_t,
93 // Q_OBJECT / Q_GADGET
94 QtPrivate::TypeAndForceComplete<UMLForeignKeyConstraintDialog, std::true_type>,
95 // method 'slotResetWidgetState'
96 QtPrivate::TypeAndForceComplete<void, std::false_type>,
97 // method 'slotApply'
98 QtPrivate::TypeAndForceComplete<void, std::false_type>,
99 // method 'slotOk'
100 QtPrivate::TypeAndForceComplete<void, std::false_type>,
101 // method 'slotAddPair'
102 QtPrivate::TypeAndForceComplete<void, std::false_type>,
103 // method 'slotDeletePair'
104 QtPrivate::TypeAndForceComplete<void, std::false_type>,
105 // method 'slotReferencedEntityChanged'
106 QtPrivate::TypeAndForceComplete<void, std::false_type>,
107 QtPrivate::TypeAndForceComplete<int, std::false_type>
108 >,
109 nullptr
110} };
111
112void UMLForeignKeyConstraintDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
113{
114 auto *_t = static_cast<UMLForeignKeyConstraintDialog *>(_o);
115 if (_c == QMetaObject::InvokeMetaMethod) {
116 switch (_id) {
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;
123 default: ;
124 }
125 }
126}
127
128const QMetaObject *UMLForeignKeyConstraintDialog::metaObject() const
129{
130 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
131}
132
133void *UMLForeignKeyConstraintDialog::qt_metacast(const char *_clname)
134{
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);
139}
140
141int UMLForeignKeyConstraintDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
142{
143 _id = MultiPageDialogBase::qt_metacall(_c, _id, _a);
144 if (_id < 0)
145 return _id;
146 if (_c == QMetaObject::InvokeMetaMethod) {
147 if (_id < 6)
148 qt_static_metacall(this, _c, _id, _a);
149 _id -= 6;
150 }
151 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
152 if (_id < 6)
153 *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType();
154 _id -= 6;
155 }
156 return _id;
157}
158QT_WARNING_POP
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