umbrello 25.12.2
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.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 'classifierlistpage.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 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 "p",
55 "slotDoubleClick",
56 "slotTopClicked",
57 "slotUpClicked",
58 "slotDownClicked",
59 "slotBottomClicked",
60 "slotNewListItem",
61 "slotDelete",
62 "slotProperties"
63 };
64
65 QtMocHelpers::UintData qt_methods {
66 // Slot 'slotActivateItem'
67 QtMocHelpers::SlotData<void(QListWidgetItem *)>(1, 2, QMC::AccessProtected, QMetaType::Void, {{
68 { 0x80000000 | 3, 4 },
69 }}),
70 // Slot 'slotMenuSelection'
71 QtMocHelpers::SlotData<void(QAction *)>(5, 2, QMC::AccessProtected, QMetaType::Void, {{
72 { 0x80000000 | 6, 7 },
73 }}),
74 // Slot 'slotListItemCreated'
75 QtMocHelpers::SlotData<void(UMLObject *)>(8, 2, QMC::AccessProtected, QMetaType::Void, {{
76 { 0x80000000 | 9, 10 },
77 }}),
78 // Slot 'slotListItemModified'
79 QtMocHelpers::SlotData<void()>(11, 2, QMC::AccessProtected, QMetaType::Void),
80 // Slot 'slotRightButtonPressed'
81 QtMocHelpers::SlotData<void(const QPoint &)>(12, 2, QMC::AccessProtected, QMetaType::Void, {{
82 { QMetaType::QPoint, 13 },
83 }}),
84 // Slot 'slotDoubleClick'
85 QtMocHelpers::SlotData<void(QListWidgetItem *)>(14, 2, QMC::AccessProtected, QMetaType::Void, {{
86 { 0x80000000 | 3, 4 },
87 }}),
88 // Slot 'slotTopClicked'
89 QtMocHelpers::SlotData<void()>(15, 2, QMC::AccessProtected, QMetaType::Void),
90 // Slot 'slotUpClicked'
91 QtMocHelpers::SlotData<void()>(16, 2, QMC::AccessProtected, QMetaType::Void),
92 // Slot 'slotDownClicked'
93 QtMocHelpers::SlotData<void()>(17, 2, QMC::AccessProtected, QMetaType::Void),
94 // Slot 'slotBottomClicked'
95 QtMocHelpers::SlotData<void()>(18, 2, QMC::AccessProtected, QMetaType::Void),
96 // Slot 'slotNewListItem'
97 QtMocHelpers::SlotData<void()>(19, 2, QMC::AccessProtected, QMetaType::Void),
98 // Slot 'slotDelete'
99 QtMocHelpers::SlotData<void()>(20, 2, QMC::AccessProtected, QMetaType::Void),
100 // Slot 'slotProperties'
101 QtMocHelpers::SlotData<void()>(21, 2, QMC::AccessProtected, QMetaType::Void),
102 };
103 QtMocHelpers::UintData qt_properties {
104 };
105 QtMocHelpers::UintData qt_enums {
106 };
107 return QtMocHelpers::metaObjectData<ClassifierListPage, qt_meta_tag_ZN18ClassifierListPageE_t>(QMC::MetaObjectFlag{}, qt_stringData,
108 qt_methods, qt_properties, qt_enums);
109}
110Q_CONSTINIT const QMetaObject ClassifierListPage::staticMetaObject = { {
111 QMetaObject::SuperData::link<DialogPageBase::staticMetaObject>(),
112 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN18ClassifierListPageE_t>.stringdata,
113 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN18ClassifierListPageE_t>.data,
114 qt_static_metacall,
115 nullptr,
116 qt_staticMetaObjectRelocatingContent<qt_meta_tag_ZN18ClassifierListPageE_t>.metaTypes,
117 nullptr
118} };
119
120void ClassifierListPage::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
121{
122 auto *_t = static_cast<ClassifierListPage *>(_o);
123 if (_c == QMetaObject::InvokeMetaMethod) {
124 switch (_id) {
125 case 0: _t->slotActivateItem((*reinterpret_cast< std::add_pointer_t<QListWidgetItem*>>(_a[1]))); break;
126 case 1: _t->slotMenuSelection((*reinterpret_cast< std::add_pointer_t<QAction*>>(_a[1]))); break;
127 case 2: _t->slotListItemCreated((*reinterpret_cast< std::add_pointer_t<UMLObject*>>(_a[1]))); break;
128 case 3: _t->slotListItemModified(); break;
129 case 4: _t->slotRightButtonPressed((*reinterpret_cast< std::add_pointer_t<QPoint>>(_a[1]))); break;
130 case 5: _t->slotDoubleClick((*reinterpret_cast< std::add_pointer_t<QListWidgetItem*>>(_a[1]))); break;
131 case 6: _t->slotTopClicked(); break;
132 case 7: _t->slotUpClicked(); break;
133 case 8: _t->slotDownClicked(); break;
134 case 9: _t->slotBottomClicked(); break;
135 case 10: _t->slotNewListItem(); break;
136 case 11: _t->slotDelete(); break;
137 case 12: _t->slotProperties(); break;
138 default: ;
139 }
140 }
141 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
142 switch (_id) {
143 default: *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType(); break;
144 case 1:
145 switch (*reinterpret_cast<int*>(_a[1])) {
146 default: *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType(); break;
147 case 0:
148 *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType::fromType< QAction* >(); break;
149 }
150 break;
151 case 2:
152 switch (*reinterpret_cast<int*>(_a[1])) {
153 default: *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType(); break;
154 case 0:
155 *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType::fromType< UMLObject* >(); break;
156 }
157 break;
158 }
159 }
160}
161
162const QMetaObject *ClassifierListPage::metaObject() const
163{
164 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
165}
166
167void *ClassifierListPage::qt_metacast(const char *_clname)
168{
169 if (!_clname) return nullptr;
170 if (!strcmp(_clname, qt_staticMetaObjectStaticContent<qt_meta_tag_ZN18ClassifierListPageE_t>.strings))
171 return static_cast<void*>(this);
172 return DialogPageBase::qt_metacast(_clname);
173}
174
175int ClassifierListPage::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
176{
177 _id = DialogPageBase::qt_metacall(_c, _id, _a);
178 if (_id < 0)
179 return _id;
180 if (_c == QMetaObject::InvokeMetaMethod) {
181 if (_id < 13)
182 qt_static_metacall(this, _c, _id, _a);
183 _id -= 13;
184 }
185 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
186 if (_id < 13)
187 qt_static_metacall(this, _c, _id, _a);
188 _id -= 13;
189 }
190 return _id;
191}
192QT_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