umbrello 25.04.1
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 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/pages/constraintlistpage.h"
11#include <QtCore/qbytearray.h>
12#include <QtCore/qmetatype.h>
13#if !defined(Q_MOC_OUTPUT_REVISION)
14#error "The header file 'constraintlistpage.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[8];
26 char stringdata0[161];
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_ConstraintListPage_t, stringdata0) + ofs \
31 - idx * sizeof(QByteArrayData)) \
32 )
34 {
35QT_MOC_LITERAL(0, 0, 18), // "ConstraintListPage"
36QT_MOC_LITERAL(1, 19, 23), // "slotNewUniqueConstraint"
37QT_MOC_LITERAL(2, 43, 0), // ""
38QT_MOC_LITERAL(3, 44, 27), // "slotNewPrimaryKeyConstraint"
39QT_MOC_LITERAL(4, 72, 27), // "slotNewForeignKeyConstraint"
40QT_MOC_LITERAL(5, 100, 22), // "slotNewCheckConstraint"
41QT_MOC_LITERAL(6, 123, 11), // "getItemList"
42QT_MOC_LITERAL(7, 135, 25) // "UMLClassifierListItemList"
43
44 },
45 "ConstraintListPage\0slotNewUniqueConstraint\0"
46 "\0slotNewPrimaryKeyConstraint\0"
47 "slotNewForeignKeyConstraint\0"
48 "slotNewCheckConstraint\0getItemList\0"
49 "UMLClassifierListItemList"
50};
51#undef QT_MOC_LITERAL
52
53static const uint qt_meta_data_ConstraintListPage[] = {
54
55 // content:
56 8, // 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
67 1, 0, 39, 2, 0x08 /* Private */,
68 3, 0, 40, 2, 0x08 /* Private */,
69 4, 0, 41, 2, 0x08 /* Private */,
70 5, 0, 42, 2, 0x08 /* Private */,
71 6, 0, 43, 2, 0x08 /* 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
83void ConstraintListPage::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
84{
85 if (_c == QMetaObject::InvokeMetaMethod) {
86 auto *_t = static_cast<ConstraintListPage *>(_o);
87 (void)_t;
88 switch (_id) {
89 case 0: _t->slotNewUniqueConstraint(); break;
90 case 1: _t->slotNewPrimaryKeyConstraint(); break;
91 case 2: _t->slotNewForeignKeyConstraint(); break;
92 case 3: _t->slotNewCheckConstraint(); break;
93 case 4: { UMLClassifierListItemList _r = _t->getItemList();
94 if (_a[0]) *reinterpret_cast< UMLClassifierListItemList*>(_a[0]) = std::move(_r); } break;
95 default: ;
96 }
97 }
98}
99
100QT_INIT_METAOBJECT const QMetaObject ConstraintListPage::staticMetaObject = { {
101 QMetaObject::SuperData::link<ClassifierListPage::staticMetaObject>(),
104 qt_static_metacall,
105 nullptr,
106 nullptr
107} };
108
109
110const QMetaObject *ConstraintListPage::metaObject() const
111{
112 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
113}
114
115void *ConstraintListPage::qt_metacast(const char *_clname)
116{
117 if (!_clname) return nullptr;
119 return static_cast<void*>(this);
120 return ClassifierListPage::qt_metacast(_clname);
121}
122
123int ConstraintListPage::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
124{
125 _id = ClassifierListPage::qt_metacall(_c, _id, _a);
126 if (_id < 0)
127 return _id;
128 if (_c == QMetaObject::InvokeMetaMethod) {
129 if (_id < 5)
130 qt_static_metacall(this, _c, _id, _a);
131 _id -= 5;
132 } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
133 if (_id < 5)
134 *reinterpret_cast<int*>(_a[0]) = -1;
135 _id -= 5;
136 }
137 return _id;
138}
139QT_WARNING_POP
140QT_END_MOC_NAMESPACE
An extension to the classifier list dialog page to display constraint properties.
Definition constraintlistpage.h:27
void slotNewUniqueConstraint()
Definition constraintlistpage.cpp:82
Definition umlclassifierlistitemlist.h:22
static const uint qt_meta_data_ConstraintListPage[]
Definition moc_constraintlistpage.cpp:53
static const qt_meta_stringdata_ConstraintListPage_t qt_meta_stringdata_ConstraintListPage
Definition moc_constraintlistpage.cpp:33
#define QT_MOC_LITERAL(idx, ofs, len)
Definition moc_constraintlistpage.cpp:28
Definition moc_constraintlistpage.cpp:24
char stringdata0[161]
Definition moc_constraintlistpage.cpp:26
QByteArrayData data[8]
Definition moc_constraintlistpage.cpp:25