umbrello 25.04.1
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 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/activitypage.h"
11#include <QtCore/qbytearray.h>
12#include <QtCore/qmetatype.h>
13#if !defined(Q_MOC_OUTPUT_REVISION)
14#error "The header file 'activitypage.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[18];
26 char stringdata0[226];
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_ActivityPage_t, stringdata0) + ofs \
31 - idx * sizeof(QByteArrayData)) \
32 )
34 {
35QT_MOC_LITERAL(0, 0, 12), // "ActivityPage"
36QT_MOC_LITERAL(1, 13, 17), // "slotMenuSelection"
37QT_MOC_LITERAL(2, 31, 0), // ""
38QT_MOC_LITERAL(3, 32, 8), // "QAction*"
39QT_MOC_LITERAL(4, 41, 6), // "action"
40QT_MOC_LITERAL(5, 48, 11), // "slotClicked"
41QT_MOC_LITERAL(6, 60, 16), // "QListWidgetItem*"
42QT_MOC_LITERAL(7, 77, 4), // "item"
43QT_MOC_LITERAL(8, 82, 17), // "slotDoubleClicked"
44QT_MOC_LITERAL(9, 100, 22), // "slotRightButtonPressed"
45QT_MOC_LITERAL(10, 123, 1), // "p"
46QT_MOC_LITERAL(11, 125, 14), // "slotTopClicked"
47QT_MOC_LITERAL(12, 140, 13), // "slotUpClicked"
48QT_MOC_LITERAL(13, 154, 15), // "slotDownClicked"
49QT_MOC_LITERAL(14, 170, 17), // "slotBottomClicked"
50QT_MOC_LITERAL(15, 188, 15), // "slotNewActivity"
51QT_MOC_LITERAL(16, 204, 10), // "slotDelete"
52QT_MOC_LITERAL(17, 215, 10) // "slotRename"
53
54 },
55 "ActivityPage\0slotMenuSelection\0\0"
56 "QAction*\0action\0slotClicked\0"
57 "QListWidgetItem*\0item\0slotDoubleClicked\0"
58 "slotRightButtonPressed\0p\0slotTopClicked\0"
59 "slotUpClicked\0slotDownClicked\0"
60 "slotBottomClicked\0slotNewActivity\0"
61 "slotDelete\0slotRename"
62};
63#undef QT_MOC_LITERAL
64
65static const uint qt_meta_data_ActivityPage[] = {
66
67 // content:
68 8, // revision
69 0, // classname
70 0, 0, // classinfo
71 11, 14, // methods
72 0, 0, // properties
73 0, 0, // enums/sets
74 0, 0, // constructors
75 0, // flags
76 0, // signalCount
77
78 // slots: name, argc, parameters, tag, flags
79 1, 1, 69, 2, 0x0a /* Public */,
80 5, 1, 72, 2, 0x0a /* Public */,
81 8, 1, 75, 2, 0x0a /* Public */,
82 9, 1, 78, 2, 0x0a /* Public */,
83 11, 0, 81, 2, 0x0a /* Public */,
84 12, 0, 82, 2, 0x0a /* Public */,
85 13, 0, 83, 2, 0x0a /* Public */,
86 14, 0, 84, 2, 0x0a /* Public */,
87 15, 0, 85, 2, 0x0a /* Public */,
88 16, 0, 86, 2, 0x0a /* Public */,
89 17, 0, 87, 2, 0x0a /* Public */,
90
91 // slots: parameters
92 QMetaType::Void, 0x80000000 | 3, 4,
93 QMetaType::Void, 0x80000000 | 6, 7,
94 QMetaType::Void, 0x80000000 | 6, 7,
95 QMetaType::Void, QMetaType::QPoint, 10,
96 QMetaType::Void,
97 QMetaType::Void,
98 QMetaType::Void,
99 QMetaType::Void,
100 QMetaType::Void,
101 QMetaType::Void,
102 QMetaType::Void,
103
104 0 // eod
105};
106
107void ActivityPage::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
108{
109 if (_c == QMetaObject::InvokeMetaMethod) {
110 auto *_t = static_cast<ActivityPage *>(_o);
111 (void)_t;
112 switch (_id) {
113 case 0: _t->slotMenuSelection((*reinterpret_cast< QAction*(*)>(_a[1]))); break;
114 case 1: _t->slotClicked((*reinterpret_cast< QListWidgetItem*(*)>(_a[1]))); break;
115 case 2: _t->slotDoubleClicked((*reinterpret_cast< QListWidgetItem*(*)>(_a[1]))); break;
116 case 3: _t->slotRightButtonPressed((*reinterpret_cast< const QPoint(*)>(_a[1]))); break;
117 case 4: _t->slotTopClicked(); break;
118 case 5: _t->slotUpClicked(); break;
119 case 6: _t->slotDownClicked(); break;
120 case 7: _t->slotBottomClicked(); break;
121 case 8: _t->slotNewActivity(); break;
122 case 9: _t->slotDelete(); break;
123 case 10: _t->slotRename(); break;
124 default: ;
125 }
126 }
127}
128
129QT_INIT_METAOBJECT const QMetaObject ActivityPage::staticMetaObject = { {
130 QMetaObject::SuperData::link<DialogPageBase::staticMetaObject>(),
133 qt_static_metacall,
134 nullptr,
135 nullptr
136} };
137
138
139const QMetaObject *ActivityPage::metaObject() const
140{
141 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
142}
143
144void *ActivityPage::qt_metacast(const char *_clname)
145{
146 if (!_clname) return nullptr;
147 if (!strcmp(_clname, qt_meta_stringdata_ActivityPage.stringdata0))
148 return static_cast<void*>(this);
149 return DialogPageBase::qt_metacast(_clname);
150}
151
152int ActivityPage::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
153{
154 _id = DialogPageBase::qt_metacall(_c, _id, _a);
155 if (_id < 0)
156 return _id;
157 if (_c == QMetaObject::InvokeMetaMethod) {
158 if (_id < 11)
159 qt_static_metacall(this, _c, _id, _a);
160 _id -= 11;
161 } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
162 if (_id < 11)
163 *reinterpret_cast<int*>(_a[0]) = -1;
164 _id -= 11;
165 }
166 return _id;
167}
168QT_WARNING_POP
169QT_END_MOC_NAMESPACE
Definition activitypage.h:26
void slotMenuSelection(QAction *action)
Definition activitypage.cpp:148
#define QT_MOC_LITERAL(idx, ofs, len)
Definition moc_activitypage.cpp:28
static const qt_meta_stringdata_ActivityPage_t qt_meta_stringdata_ActivityPage
Definition moc_activitypage.cpp:33
static const uint qt_meta_data_ActivityPage[]
Definition moc_activitypage.cpp:65
Definition moc_activitypage.cpp:24
char stringdata0[226]
Definition moc_activitypage.cpp:26
QByteArrayData data[18]
Definition moc_activitypage.cpp:25