umbrello 25.11.70
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
moc_constraintlistpage.cpp
Go to the documentation of this file.
1/****************************************************************************
2** Meta object code from reading C++ file 'constraintlistpage.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 'constraintlistpage.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_ZN18ConstraintListPageE = QtMocHelpers::stringData(
40 "ConstraintListPage",
41 "slotNewUniqueConstraint",
42 "",
43 "slotNewPrimaryKeyConstraint",
44 "slotNewForeignKeyConstraint",
45 "slotNewCheckConstraint",
46 "getItemList",
47 "UMLClassifierListItemList"
48);
49#else // !QT_MOC_HAS_STRINGDATA
50#error "qtmochelpers.h not found or too old."
51#endif // !QT_MOC_HAS_STRINGDATA
52
54
55 // content:
56 12, // revision
57 0, // classname
58 0, 0, // classinfo
59 5, 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, initial metatype offsets
67 1, 0, 44, 2, 0x08, 1 /* Private */,
68 3, 0, 45, 2, 0x08, 2 /* Private */,
69 4, 0, 46, 2, 0x08, 3 /* Private */,
70 5, 0, 47, 2, 0x08, 4 /* Private */,
71 6, 0, 48, 2, 0x08, 5 /* Private */,
72
73 // slots: parameters
74 QMetaType::Void,
75 QMetaType::Void,
76 QMetaType::Void,
77 QMetaType::Void,
78 0x80000000 | 7,
79
80 0 // eod
81};
82
83Q_CONSTINIT const QMetaObject ConstraintListPage::staticMetaObject = { {
84 QMetaObject::SuperData::link<ClassifierListPage::staticMetaObject>(),
85 qt_meta_stringdata_ZN18ConstraintListPageE.offsetsAndSizes,
87 qt_static_metacall,
88 nullptr,
89 qt_incomplete_metaTypeArray<qt_meta_tag_ZN18ConstraintListPageE_t,
90 // Q_OBJECT / Q_GADGET
91 QtPrivate::TypeAndForceComplete<ConstraintListPage, std::true_type>,
92 // method 'slotNewUniqueConstraint'
93 QtPrivate::TypeAndForceComplete<void, std::false_type>,
94 // method 'slotNewPrimaryKeyConstraint'
95 QtPrivate::TypeAndForceComplete<void, std::false_type>,
96 // method 'slotNewForeignKeyConstraint'
97 QtPrivate::TypeAndForceComplete<void, std::false_type>,
98 // method 'slotNewCheckConstraint'
99 QtPrivate::TypeAndForceComplete<void, std::false_type>,
100 // method 'getItemList'
101 QtPrivate::TypeAndForceComplete<UMLClassifierListItemList, std::false_type>
102 >,
103 nullptr
104} };
105
106void ConstraintListPage::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
107{
108 auto *_t = static_cast<ConstraintListPage *>(_o);
109 if (_c == QMetaObject::InvokeMetaMethod) {
110 switch (_id) {
111 case 0: _t->slotNewUniqueConstraint(); break;
112 case 1: _t->slotNewPrimaryKeyConstraint(); break;
113 case 2: _t->slotNewForeignKeyConstraint(); break;
114 case 3: _t->slotNewCheckConstraint(); break;
115 case 4: { UMLClassifierListItemList _r = _t->getItemList();
116 if (_a[0]) *reinterpret_cast< UMLClassifierListItemList*>(_a[0]) = std::move(_r); } break;
117 default: ;
118 }
119 }
120}
121
122const QMetaObject *ConstraintListPage::metaObject() const
123{
124 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
125}
126
127void *ConstraintListPage::qt_metacast(const char *_clname)
128{
129 if (!_clname) return nullptr;
130 if (!strcmp(_clname, qt_meta_stringdata_ZN18ConstraintListPageE.stringdata0))
131 return static_cast<void*>(this);
132 return ClassifierListPage::qt_metacast(_clname);
133}
134
135int ConstraintListPage::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
136{
137 _id = ClassifierListPage::qt_metacall(_c, _id, _a);
138 if (_id < 0)
139 return _id;
140 if (_c == QMetaObject::InvokeMetaMethod) {
141 if (_id < 5)
142 qt_static_metacall(this, _c, _id, _a);
143 _id -= 5;
144 }
145 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
146 if (_id < 5)
147 *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType();
148 _id -= 5;
149 }
150 return _id;
151}
152QT_WARNING_POP
ConstraintListPage(QWidget *parent, UMLClassifier *classifier, UMLDoc *doc, UMLObject::ObjectType type)
Definition constraintlistpage.cpp:38
static Q_CONSTINIT const uint qt_meta_data_ZN18ConstraintListPageE[]
Definition moc_constraintlistpage.cpp:53
#define Q_CONSTINIT
Definition moc_parser.cpp:27
Definition moc_parser.cpp:33