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