umbrello 26.04.3
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
moc_activitypage.cpp
Go to the documentation of this file.
1/****************************************************************************
2** Meta object code from reading C++ file 'activitypage.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 'activitypage.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 ActivityPage::qt_create_metaobjectdata<qt_meta_tag_ZN12ActivityPageE_t>()
38{
39 namespace QMC = QtMocConstants;
40 QtMocHelpers::StringRefStorage qt_stringData {
41 "ActivityPage",
42 "slotMenuSelection",
43 "",
44 "QAction*",
45 "action",
46 "slotClicked",
47 "QListWidgetItem*",
48 "item",
49 "slotDoubleClicked",
50 "slotRightButtonPressed",
51 "QPoint",
52 "p",
53 "slotTopClicked",
54 "slotUpClicked",
55 "slotDownClicked",
56 "slotBottomClicked",
57 "slotNewActivity",
58 "slotDelete",
59 "slotRename"
60 };
61
62 QtMocHelpers::UintData qt_methods {
63 // Slot 'slotMenuSelection'
64 QtMocHelpers::SlotData<void(QAction *)>(1, 2, QMC::AccessPublic, QMetaType::Void, {{
65 { 0x80000000 | 3, 4 },
66 }}),
67 // Slot 'slotClicked'
68 QtMocHelpers::SlotData<void(QListWidgetItem *)>(5, 2, QMC::AccessPublic, QMetaType::Void, {{
69 { 0x80000000 | 6, 7 },
70 }}),
71 // Slot 'slotDoubleClicked'
72 QtMocHelpers::SlotData<void(QListWidgetItem *)>(8, 2, QMC::AccessPublic, QMetaType::Void, {{
73 { 0x80000000 | 6, 7 },
74 }}),
75 // Slot 'slotRightButtonPressed'
76 QtMocHelpers::SlotData<void(const QPoint &)>(9, 2, QMC::AccessPublic, QMetaType::Void, {{
77 { 0x80000000 | 10, 11 },
78 }}),
79 // Slot 'slotTopClicked'
80 QtMocHelpers::SlotData<void()>(12, 2, QMC::AccessPublic, QMetaType::Void),
81 // Slot 'slotUpClicked'
82 QtMocHelpers::SlotData<void()>(13, 2, QMC::AccessPublic, QMetaType::Void),
83 // Slot 'slotDownClicked'
84 QtMocHelpers::SlotData<void()>(14, 2, QMC::AccessPublic, QMetaType::Void),
85 // Slot 'slotBottomClicked'
86 QtMocHelpers::SlotData<void()>(15, 2, QMC::AccessPublic, QMetaType::Void),
87 // Slot 'slotNewActivity'
88 QtMocHelpers::SlotData<void()>(16, 2, QMC::AccessPublic, QMetaType::Void),
89 // Slot 'slotDelete'
90 QtMocHelpers::SlotData<void()>(17, 2, QMC::AccessPublic, QMetaType::Void),
91 // Slot 'slotRename'
92 QtMocHelpers::SlotData<void()>(18, 2, QMC::AccessPublic, QMetaType::Void),
93 };
94 QtMocHelpers::UintData qt_properties {
95 };
96 QtMocHelpers::UintData qt_enums {
97 };
98 return QtMocHelpers::metaObjectData<ActivityPage, qt_meta_tag_ZN12ActivityPageE_t>(QMC::MetaObjectFlag{}, qt_stringData,
99 qt_methods, qt_properties, qt_enums);
100}
101Q_CONSTINIT const QMetaObject ActivityPage::staticMetaObject = { {
102 QMetaObject::SuperData::link<DialogPageBase::staticMetaObject>(),
103 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN12ActivityPageE_t>.stringdata,
104 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN12ActivityPageE_t>.data,
105 qt_static_metacall,
106 nullptr,
107 qt_staticMetaObjectRelocatingContent<qt_meta_tag_ZN12ActivityPageE_t>.metaTypes,
108 nullptr
109} };
110
111void ActivityPage::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
112{
113 auto *_t = static_cast<ActivityPage *>(_o);
114 if (_c == QMetaObject::InvokeMetaMethod) {
115 switch (_id) {
116 case 0: _t->slotMenuSelection((*reinterpret_cast<std::add_pointer_t<QAction*>>(_a[1]))); break;
117 case 1: _t->slotClicked((*reinterpret_cast<std::add_pointer_t<QListWidgetItem*>>(_a[1]))); break;
118 case 2: _t->slotDoubleClicked((*reinterpret_cast<std::add_pointer_t<QListWidgetItem*>>(_a[1]))); break;
119 case 3: _t->slotRightButtonPressed((*reinterpret_cast<std::add_pointer_t<QPoint>>(_a[1]))); break;
120 case 4: _t->slotTopClicked(); break;
121 case 5: _t->slotUpClicked(); break;
122 case 6: _t->slotDownClicked(); break;
123 case 7: _t->slotBottomClicked(); break;
124 case 8: _t->slotNewActivity(); break;
125 case 9: _t->slotDelete(); break;
126 case 10: _t->slotRename(); break;
127 default: ;
128 }
129 }
130 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
131 switch (_id) {
132 default: *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType(); break;
133 case 0:
134 switch (*reinterpret_cast<int*>(_a[1])) {
135 default: *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType(); break;
136 case 0:
137 *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType::fromType< QAction* >(); break;
138 }
139 break;
140 }
141 }
142}
143
144const QMetaObject *ActivityPage::metaObject() const
145{
146 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
147}
148
149void *ActivityPage::qt_metacast(const char *_clname)
150{
151 if (!_clname) return nullptr;
152 if (!strcmp(_clname, qt_staticMetaObjectStaticContent<qt_meta_tag_ZN12ActivityPageE_t>.strings))
153 return static_cast<void*>(this);
154 return DialogPageBase::qt_metacast(_clname);
155}
156
157int ActivityPage::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
158{
159 _id = DialogPageBase::qt_metacall(_c, _id, _a);
160 if (_id < 0)
161 return _id;
162 if (_c == QMetaObject::InvokeMetaMethod) {
163 if (_id < 11)
164 qt_static_metacall(this, _c, _id, _a);
165 _id -= 11;
166 }
167 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
168 if (_id < 11)
169 qt_static_metacall(this, _c, _id, _a);
170 _id -= 11;
171 }
172 return _id;
173}
174QT_WARNING_POP
ActivityPage(QWidget *pParent, StateWidget *pWidget)
Definition activitypage.cpp:31
#define Q_CONSTINIT
Definition moc_parser.cpp:27
Definition moc_parser.cpp:33