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