umbrello 25.11.70
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 68 (Qt 6.8.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 != 68
21#error "This file was generated using the moc from 6.8.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
37
38#ifdef QT_MOC_HAS_STRINGDATA
39static constexpr auto qt_meta_stringdata_ZN21SelectOperationDialogE = QtMocHelpers::stringData(
40 "SelectOperationDialog",
41 "slotAutoIncrementChecked",
42 "",
43 "state",
44 "slotNewOperation",
45 "slotIndexChanged",
46 "index",
47 "slotTextChanged",
48 "text"
49);
50#else // !QT_MOC_HAS_STRINGDATA
51#error "qtmochelpers.h not found or too old."
52#endif // !QT_MOC_HAS_STRINGDATA
53
55
56 // content:
57 12, // revision
58 0, // classname
59 0, 0, // classinfo
60 4, 14, // methods
61 0, 0, // properties
62 0, 0, // enums/sets
63 0, 0, // constructors
64 0, // flags
65 0, // signalCount
66
67 // slots: name, argc, parameters, tag, flags, initial metatype offsets
68 1, 1, 38, 2, 0x0a, 1 /* Public */,
69 4, 0, 41, 2, 0x0a, 3 /* Public */,
70 5, 1, 42, 2, 0x0a, 4 /* Public */,
71 7, 1, 45, 2, 0x0a, 6 /* Public */,
72
73 // slots: parameters
74 QMetaType::Void, QMetaType::Bool, 3,
75 QMetaType::Void,
76 QMetaType::Void, QMetaType::Int, 6,
77 QMetaType::Void, QMetaType::QString, 8,
78
79 0 // eod
80};
81
82Q_CONSTINIT const QMetaObject SelectOperationDialog::staticMetaObject = { {
83 QMetaObject::SuperData::link<SinglePageDialogBase::staticMetaObject>(),
84 qt_meta_stringdata_ZN21SelectOperationDialogE.offsetsAndSizes,
86 qt_static_metacall,
87 nullptr,
88 qt_incomplete_metaTypeArray<qt_meta_tag_ZN21SelectOperationDialogE_t,
89 // Q_OBJECT / Q_GADGET
90 QtPrivate::TypeAndForceComplete<SelectOperationDialog, std::true_type>,
91 // method 'slotAutoIncrementChecked'
92 QtPrivate::TypeAndForceComplete<void, std::false_type>,
93 QtPrivate::TypeAndForceComplete<bool, std::false_type>,
94 // method 'slotNewOperation'
95 QtPrivate::TypeAndForceComplete<void, std::false_type>,
96 // method 'slotIndexChanged'
97 QtPrivate::TypeAndForceComplete<void, std::false_type>,
98 QtPrivate::TypeAndForceComplete<int, std::false_type>,
99 // method 'slotTextChanged'
100 QtPrivate::TypeAndForceComplete<void, std::false_type>,
101 QtPrivate::TypeAndForceComplete<const QString &, std::false_type>
102 >,
103 nullptr
104} };
105
106void SelectOperationDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
107{
108 auto *_t = static_cast<SelectOperationDialog *>(_o);
109 if (_c == QMetaObject::InvokeMetaMethod) {
110 switch (_id) {
111 case 0: _t->slotAutoIncrementChecked((*reinterpret_cast< std::add_pointer_t<bool>>(_a[1]))); break;
112 case 1: _t->slotNewOperation(); break;
113 case 2: _t->slotIndexChanged((*reinterpret_cast< std::add_pointer_t<int>>(_a[1]))); break;
114 case 3: _t->slotTextChanged((*reinterpret_cast< std::add_pointer_t<QString>>(_a[1]))); break;
115 default: ;
116 }
117 }
118}
119
120const QMetaObject *SelectOperationDialog::metaObject() const
121{
122 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
123}
124
125void *SelectOperationDialog::qt_metacast(const char *_clname)
126{
127 if (!_clname) return nullptr;
128 if (!strcmp(_clname, qt_meta_stringdata_ZN21SelectOperationDialogE.stringdata0))
129 return static_cast<void*>(this);
130 return SinglePageDialogBase::qt_metacast(_clname);
131}
132
133int SelectOperationDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
134{
135 _id = SinglePageDialogBase::qt_metacall(_c, _id, _a);
136 if (_id < 0)
137 return _id;
138 if (_c == QMetaObject::InvokeMetaMethod) {
139 if (_id < 4)
140 qt_static_metacall(this, _c, _id, _a);
141 _id -= 4;
142 }
143 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
144 if (_id < 4)
145 *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType();
146 _id -= 4;
147 }
148 return _id;
149}
150QT_WARNING_POP
SelectOperationDialog(UMLView *parent, UMLClassifier *c, LinkWidget *widget, bool enableAutoIncrement=true)
Definition selectoperationdialog.cpp:50
#define Q_CONSTINIT
Definition moc_parser.cpp:27
static Q_CONSTINIT const uint qt_meta_data_ZN21SelectOperationDialogE[]
Definition moc_selectoperationdialog.cpp:54
Definition moc_parser.cpp:33