umbrello 25.12.2
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
moc_selectoperationdialog.cpp
Go to the documentation of this file.
1/****************************************************************************
2** Meta object code from reading C++ file 'selectoperationdialog.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 'selectoperationdialog.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 SelectOperationDialog::qt_create_metaobjectdata<qt_meta_tag_ZN21SelectOperationDialogE_t>()
38{
39 namespace QMC = QtMocConstants;
40 QtMocHelpers::StringRefStorage qt_stringData {
41 "SelectOperationDialog",
42 "slotAutoIncrementChecked",
43 "",
44 "state",
45 "slotNewOperation",
46 "slotIndexChanged",
47 "index",
48 "slotTextChanged",
49 "text"
50 };
51
52 QtMocHelpers::UintData qt_methods {
53 // Slot 'slotAutoIncrementChecked'
54 QtMocHelpers::SlotData<void(bool)>(1, 2, QMC::AccessPublic, QMetaType::Void, {{
55 { QMetaType::Bool, 3 },
56 }}),
57 // Slot 'slotNewOperation'
58 QtMocHelpers::SlotData<void()>(4, 2, QMC::AccessPublic, QMetaType::Void),
59 // Slot 'slotIndexChanged'
60 QtMocHelpers::SlotData<void(int)>(5, 2, QMC::AccessPublic, QMetaType::Void, {{
61 { QMetaType::Int, 6 },
62 }}),
63 // Slot 'slotTextChanged'
64 QtMocHelpers::SlotData<void(const QString &)>(7, 2, QMC::AccessPublic, QMetaType::Void, {{
65 { QMetaType::QString, 8 },
66 }}),
67 };
68 QtMocHelpers::UintData qt_properties {
69 };
70 QtMocHelpers::UintData qt_enums {
71 };
72 return QtMocHelpers::metaObjectData<SelectOperationDialog, qt_meta_tag_ZN21SelectOperationDialogE_t>(QMC::MetaObjectFlag{}, qt_stringData,
73 qt_methods, qt_properties, qt_enums);
74}
75Q_CONSTINIT const QMetaObject SelectOperationDialog::staticMetaObject = { {
76 QMetaObject::SuperData::link<SinglePageDialogBase::staticMetaObject>(),
77 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN21SelectOperationDialogE_t>.stringdata,
78 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN21SelectOperationDialogE_t>.data,
79 qt_static_metacall,
80 nullptr,
81 qt_staticMetaObjectRelocatingContent<qt_meta_tag_ZN21SelectOperationDialogE_t>.metaTypes,
82 nullptr
83} };
84
85void SelectOperationDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
86{
87 auto *_t = static_cast<SelectOperationDialog *>(_o);
88 if (_c == QMetaObject::InvokeMetaMethod) {
89 switch (_id) {
90 case 0: _t->slotAutoIncrementChecked((*reinterpret_cast< std::add_pointer_t<bool>>(_a[1]))); break;
91 case 1: _t->slotNewOperation(); break;
92 case 2: _t->slotIndexChanged((*reinterpret_cast< std::add_pointer_t<int>>(_a[1]))); break;
93 case 3: _t->slotTextChanged((*reinterpret_cast< std::add_pointer_t<QString>>(_a[1]))); break;
94 default: ;
95 }
96 }
97}
98
99const QMetaObject *SelectOperationDialog::metaObject() const
100{
101 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
102}
103
104void *SelectOperationDialog::qt_metacast(const char *_clname)
105{
106 if (!_clname) return nullptr;
107 if (!strcmp(_clname, qt_staticMetaObjectStaticContent<qt_meta_tag_ZN21SelectOperationDialogE_t>.strings))
108 return static_cast<void*>(this);
109 return SinglePageDialogBase::qt_metacast(_clname);
110}
111
112int SelectOperationDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
113{
114 _id = SinglePageDialogBase::qt_metacall(_c, _id, _a);
115 if (_id < 0)
116 return _id;
117 if (_c == QMetaObject::InvokeMetaMethod) {
118 if (_id < 4)
119 qt_static_metacall(this, _c, _id, _a);
120 _id -= 4;
121 }
122 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
123 if (_id < 4)
124 *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType();
125 _id -= 4;
126 }
127 return _id;
128}
129QT_WARNING_POP
SelectOperationDialog(UMLView *parent, UMLClassifier *c, LinkWidget *widget, bool enableAutoIncrement=true)
Definition selectoperationdialog.cpp:50
#define Q_CONSTINIT
Definition moc_parser.cpp:27
Definition moc_parser.cpp:33