umbrello 25.12.2
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 69 (Qt 6.9.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 != 69
21#error "This file was generated using the moc from 6.9.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
37template <> constexpr inline auto ConstraintListPage::qt_create_metaobjectdata<qt_meta_tag_ZN18ConstraintListPageE_t>()
38{
39 namespace QMC = QtMocConstants;
40 QtMocHelpers::StringRefStorage qt_stringData {
41 "ConstraintListPage",
42 "slotNewUniqueConstraint",
43 "",
44 "slotNewPrimaryKeyConstraint",
45 "slotNewForeignKeyConstraint",
46 "slotNewCheckConstraint",
47 "getItemList",
48 "UMLClassifierListItemList"
49 };
50
51 QtMocHelpers::UintData qt_methods {
52 // Slot 'slotNewUniqueConstraint'
53 QtMocHelpers::SlotData<void()>(1, 2, QMC::AccessPrivate, QMetaType::Void),
54 // Slot 'slotNewPrimaryKeyConstraint'
55 QtMocHelpers::SlotData<void()>(3, 2, QMC::AccessPrivate, QMetaType::Void),
56 // Slot 'slotNewForeignKeyConstraint'
57 QtMocHelpers::SlotData<void()>(4, 2, QMC::AccessPrivate, QMetaType::Void),
58 // Slot 'slotNewCheckConstraint'
59 QtMocHelpers::SlotData<void()>(5, 2, QMC::AccessPrivate, QMetaType::Void),
60 // Slot 'getItemList'
61 QtMocHelpers::SlotData<UMLClassifierListItemList()>(6, 2, QMC::AccessPrivate, 0x80000000 | 7),
62 };
63 QtMocHelpers::UintData qt_properties {
64 };
65 QtMocHelpers::UintData qt_enums {
66 };
67 return QtMocHelpers::metaObjectData<ConstraintListPage, qt_meta_tag_ZN18ConstraintListPageE_t>(QMC::MetaObjectFlag{}, qt_stringData,
68 qt_methods, qt_properties, qt_enums);
69}
70Q_CONSTINIT const QMetaObject ConstraintListPage::staticMetaObject = { {
71 QMetaObject::SuperData::link<ClassifierListPage::staticMetaObject>(),
72 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN18ConstraintListPageE_t>.stringdata,
73 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN18ConstraintListPageE_t>.data,
74 qt_static_metacall,
75 nullptr,
76 qt_staticMetaObjectRelocatingContent<qt_meta_tag_ZN18ConstraintListPageE_t>.metaTypes,
77 nullptr
78} };
79
80void ConstraintListPage::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
81{
82 auto *_t = static_cast<ConstraintListPage *>(_o);
83 if (_c == QMetaObject::InvokeMetaMethod) {
84 switch (_id) {
85 case 0: _t->slotNewUniqueConstraint(); break;
86 case 1: _t->slotNewPrimaryKeyConstraint(); break;
87 case 2: _t->slotNewForeignKeyConstraint(); break;
88 case 3: _t->slotNewCheckConstraint(); break;
89 case 4: { UMLClassifierListItemList _r = _t->getItemList();
90 if (_a[0]) *reinterpret_cast< UMLClassifierListItemList*>(_a[0]) = std::move(_r); } break;
91 default: ;
92 }
93 }
94}
95
96const QMetaObject *ConstraintListPage::metaObject() const
97{
98 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
99}
100
101void *ConstraintListPage::qt_metacast(const char *_clname)
102{
103 if (!_clname) return nullptr;
104 if (!strcmp(_clname, qt_staticMetaObjectStaticContent<qt_meta_tag_ZN18ConstraintListPageE_t>.strings))
105 return static_cast<void*>(this);
106 return ClassifierListPage::qt_metacast(_clname);
107}
108
109int ConstraintListPage::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
110{
111 _id = ClassifierListPage::qt_metacall(_c, _id, _a);
112 if (_id < 0)
113 return _id;
114 if (_c == QMetaObject::InvokeMetaMethod) {
115 if (_id < 5)
116 qt_static_metacall(this, _c, _id, _a);
117 _id -= 5;
118 }
119 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
120 if (_id < 5)
121 *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType();
122 _id -= 5;
123 }
124 return _id;
125}
126QT_WARNING_POP
ConstraintListPage(QWidget *parent, UMLClassifier *classifier, UMLDoc *doc, UMLObject::ObjectType type)
Definition constraintlistpage.cpp:38
#define Q_CONSTINIT
Definition moc_parser.cpp:27
Definition moc_parser.cpp:33