umbrello 26.04.3
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
moc_classifierlistpage.cpp
Go to the documentation of this file.
1/****************************************************************************
2** Meta object code from reading C++ file 'classifierlistpage.h'
3**
4** Created by: The Qt Meta Object Compiler version 69 (Qt 6.11.1)
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 'classifierlistpage.h' doesn't include <QObject>."
20#elif Q_MOC_OUTPUT_REVISION != 69
21#error "This file was generated using the moc from 6.11.1. 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 ClassifierListPage::qt_create_metaobjectdata<qt_meta_tag_ZN18ClassifierListPageE_t>()
38{
39 namespace QMC = QtMocConstants;
40 QtMocHelpers::StringRefStorage qt_stringData {
41 "ClassifierListPage",
42 "slotActivateItem",
43 "",
44 "QListWidgetItem*",
45 "item",
46 "slotMenuSelection",
47 "QAction*",
48 "action",
49 "slotListItemCreated",
50 "UMLObject*",
51 "object",
52 "slotListItemModified",
53 "slotRightButtonPressed",
54 "QPoint",
55 "p",
56 "slotDoubleClick",
57 "slotTopClicked",
58 "slotUpClicked",
59 "slotDownClicked",
60 "slotBottomClicked",
61 "slotNewListItem",
62 "slotDelete",
63 "slotProperties"
64 };
65
66 QtMocHelpers::UintData qt_methods {
67 // Slot 'slotActivateItem'
68 QtMocHelpers::SlotData<void(QListWidgetItem *)>(1, 2, QMC::AccessProtected, QMetaType::Void, {{
69 { 0x80000000 | 3, 4 },
70 }}),
71 // Slot 'slotMenuSelection'
72 QtMocHelpers::SlotData<void(QAction *)>(5, 2, QMC::AccessProtected, QMetaType::Void, {{
73 { 0x80000000 | 6, 7 },
74 }}),
75 // Slot 'slotListItemCreated'
76 QtMocHelpers::SlotData<void(UMLObject *)>(8, 2, QMC::AccessProtected, QMetaType::Void, {{
77 { 0x80000000 | 9, 10 },
78 }}),
79 // Slot 'slotListItemModified'
80 QtMocHelpers::SlotData<void()>(11, 2, QMC::AccessProtected, QMetaType::Void),
81 // Slot 'slotRightButtonPressed'
82 QtMocHelpers::SlotData<void(const QPoint &)>(12, 2, QMC::AccessProtected, QMetaType::Void, {{
83 { 0x80000000 | 13, 14 },
84 }}),
85 // Slot 'slotDoubleClick'
86 QtMocHelpers::SlotData<void(QListWidgetItem *)>(15, 2, QMC::AccessProtected, QMetaType::Void, {{
87 { 0x80000000 | 3, 4 },
88 }}),
89 // Slot 'slotTopClicked'
90 QtMocHelpers::SlotData<void()>(16, 2, QMC::AccessProtected, QMetaType::Void),
91 // Slot 'slotUpClicked'
92 QtMocHelpers::SlotData<void()>(17, 2, QMC::AccessProtected, QMetaType::Void),
93 // Slot 'slotDownClicked'
94 QtMocHelpers::SlotData<void()>(18, 2, QMC::AccessProtected, QMetaType::Void),
95 // Slot 'slotBottomClicked'
96 QtMocHelpers::SlotData<void()>(19, 2, QMC::AccessProtected, QMetaType::Void),
97 // Slot 'slotNewListItem'
98 QtMocHelpers::SlotData<void()>(20, 2, QMC::AccessProtected, QMetaType::Void),
99 // Slot 'slotDelete'
100 QtMocHelpers::SlotData<void()>(21, 2, QMC::AccessProtected, QMetaType::Void),
101 // Slot 'slotProperties'
102 QtMocHelpers::SlotData<void()>(22, 2, QMC::AccessProtected, QMetaType::Void),
103 };
104 QtMocHelpers::UintData qt_properties {
105 };
106 QtMocHelpers::UintData qt_enums {
107 };
108 return QtMocHelpers::metaObjectData<ClassifierListPage, qt_meta_tag_ZN18ClassifierListPageE_t>(QMC::MetaObjectFlag{}, qt_stringData,
109 qt_methods, qt_properties, qt_enums);
110}
111Q_CONSTINIT const QMetaObject ClassifierListPage::staticMetaObject = { {
112 QMetaObject::SuperData::link<DialogPageBase::staticMetaObject>(),
113 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN18ClassifierListPageE_t>.stringdata,
114 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN18ClassifierListPageE_t>.data,
115 qt_static_metacall,
116 nullptr,
117 qt_staticMetaObjectRelocatingContent<qt_meta_tag_ZN18ClassifierListPageE_t>.metaTypes,
118 nullptr
119} };
120
121void ClassifierListPage::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
122{
123 auto *_t = static_cast<ClassifierListPage *>(_o);
124 if (_c == QMetaObject::InvokeMetaMethod) {
125 switch (_id) {
126 case 0: _t->slotActivateItem((*reinterpret_cast<std::add_pointer_t<QListWidgetItem*>>(_a[1]))); break;
127 case 1: _t->slotMenuSelection((*reinterpret_cast<std::add_pointer_t<QAction*>>(_a[1]))); break;
128 case 2: _t->slotListItemCreated((*reinterpret_cast<std::add_pointer_t<UMLObject*>>(_a[1]))); break;
129 case 3: _t->slotListItemModified(); break;
130 case 4: _t->slotRightButtonPressed((*reinterpret_cast<std::add_pointer_t<QPoint>>(_a[1]))); break;
131 case 5: _t->slotDoubleClick((*reinterpret_cast<std::add_pointer_t<QListWidgetItem*>>(_a[1]))); break;
132 case 6: _t->slotTopClicked(); break;
133 case 7: _t->slotUpClicked(); break;
134 case 8: _t->slotDownClicked(); break;
135 case 9: _t->slotBottomClicked(); break;
136 case 10: _t->slotNewListItem(); break;
137 case 11: _t->slotDelete(); break;
138 case 12: _t->slotProperties(); break;
139 default: ;
140 }
141 }
142 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
143 switch (_id) {
144 default: *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType(); break;
145 case 1:
146 switch (*reinterpret_cast<int*>(_a[1])) {
147 default: *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType(); break;
148 case 0:
149 *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType::fromType< QAction* >(); break;
150 }
151 break;
152 case 2:
153 switch (*reinterpret_cast<int*>(_a[1])) {
154 default: *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType(); break;
155 case 0:
156 *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType::fromType< UMLObject* >(); break;
157 }
158 break;
159 }
160 }
161}
162
163const QMetaObject *ClassifierListPage::metaObject() const
164{
165 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
166}
167
168void *ClassifierListPage::qt_metacast(const char *_clname)
169{
170 if (!_clname) return nullptr;
171 if (!strcmp(_clname, qt_staticMetaObjectStaticContent<qt_meta_tag_ZN18ClassifierListPageE_t>.strings))
172 return static_cast<void*>(this);
173 return DialogPageBase::qt_metacast(_clname);
174}
175
176int ClassifierListPage::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
177{
178 _id = DialogPageBase::qt_metacall(_c, _id, _a);
179 if (_id < 0)
180 return _id;
181 if (_c == QMetaObject::InvokeMetaMethod) {
182 if (_id < 13)
183 qt_static_metacall(this, _c, _id, _a);
184 _id -= 13;
185 }
186 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
187 if (_id < 13)
188 qt_static_metacall(this, _c, _id, _a);
189 _id -= 13;
190 }
191 return _id;
192}
193QT_WARNING_POP
ClassifierListPage(QWidget *parent, UMLClassifier *classifier, UMLDoc *doc, UMLObject::ObjectType type)
Definition classifierlistpage.cpp:47
#define Q_CONSTINIT
Definition moc_parser.cpp:27
Definition moc_parser.cpp:33