umbrello 25.11.70
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
moc_selectoperationpage.cpp
Go to the documentation of this file.
1/****************************************************************************
2** Meta object code from reading C++ file 'selectoperationpage.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 'selectoperationpage.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_ZN19SelectOperationPageE = QtMocHelpers::stringData(
40 "SelectOperationPage",
41 "enableButtonOk",
42 "",
43 "state",
44 "slotAutoIncrementChecked",
45 "slotNewOperation",
46 "slotIndexChanged",
47 "index",
48 "slotTextChanged",
49 "text"
50);
51#else // !QT_MOC_HAS_STRINGDATA
52#error "qtmochelpers.h not found or too old."
53#endif // !QT_MOC_HAS_STRINGDATA
54
56
57 // content:
58 12, // revision
59 0, // classname
60 0, 0, // classinfo
61 5, 14, // methods
62 0, 0, // properties
63 0, 0, // enums/sets
64 0, 0, // constructors
65 0, // flags
66 1, // signalCount
67
68 // signals: name, argc, parameters, tag, flags, initial metatype offsets
69 1, 1, 44, 2, 0x06, 1 /* Public */,
70
71 // slots: name, argc, parameters, tag, flags, initial metatype offsets
72 4, 1, 47, 2, 0x0a, 3 /* Public */,
73 5, 0, 50, 2, 0x0a, 5 /* Public */,
74 6, 1, 51, 2, 0x0a, 6 /* Public */,
75 8, 1, 54, 2, 0x0a, 8 /* Public */,
76
77 // signals: parameters
78 QMetaType::Void, QMetaType::Bool, 3,
79
80 // slots: parameters
81 QMetaType::Void, QMetaType::Bool, 3,
82 QMetaType::Void,
83 QMetaType::Void, QMetaType::Int, 7,
84 QMetaType::Void, QMetaType::QString, 9,
85
86 0 // eod
87};
88
89Q_CONSTINIT const QMetaObject SelectOperationPage::staticMetaObject = { {
90 QMetaObject::SuperData::link<DialogPageBase::staticMetaObject>(),
91 qt_meta_stringdata_ZN19SelectOperationPageE.offsetsAndSizes,
93 qt_static_metacall,
94 nullptr,
95 qt_incomplete_metaTypeArray<qt_meta_tag_ZN19SelectOperationPageE_t,
96 // Q_OBJECT / Q_GADGET
97 QtPrivate::TypeAndForceComplete<SelectOperationPage, std::true_type>,
98 // method 'enableButtonOk'
99 QtPrivate::TypeAndForceComplete<void, std::false_type>,
100 QtPrivate::TypeAndForceComplete<bool, std::false_type>,
101 // method 'slotAutoIncrementChecked'
102 QtPrivate::TypeAndForceComplete<void, std::false_type>,
103 QtPrivate::TypeAndForceComplete<bool, std::false_type>,
104 // method 'slotNewOperation'
105 QtPrivate::TypeAndForceComplete<void, std::false_type>,
106 // method 'slotIndexChanged'
107 QtPrivate::TypeAndForceComplete<void, std::false_type>,
108 QtPrivate::TypeAndForceComplete<int, std::false_type>,
109 // method 'slotTextChanged'
110 QtPrivate::TypeAndForceComplete<void, std::false_type>,
111 QtPrivate::TypeAndForceComplete<const QString &, std::false_type>
112 >,
113 nullptr
114} };
115
116void SelectOperationPage::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
117{
118 auto *_t = static_cast<SelectOperationPage *>(_o);
119 if (_c == QMetaObject::InvokeMetaMethod) {
120 switch (_id) {
121 case 0: _t->enableButtonOk((*reinterpret_cast< std::add_pointer_t<bool>>(_a[1]))); break;
122 case 1: _t->slotAutoIncrementChecked((*reinterpret_cast< std::add_pointer_t<bool>>(_a[1]))); break;
123 case 2: _t->slotNewOperation(); break;
124 case 3: _t->slotIndexChanged((*reinterpret_cast< std::add_pointer_t<int>>(_a[1]))); break;
125 case 4: _t->slotTextChanged((*reinterpret_cast< std::add_pointer_t<QString>>(_a[1]))); break;
126 default: ;
127 }
128 }
129 if (_c == QMetaObject::IndexOfMethod) {
130 int *result = reinterpret_cast<int *>(_a[0]);
131 {
132 using _q_method_type = void (SelectOperationPage::*)(bool );
133 if (_q_method_type _q_method = &SelectOperationPage::enableButtonOk; *reinterpret_cast<_q_method_type *>(_a[1]) == _q_method) {
134 *result = 0;
135 return;
136 }
137 }
138 }
139}
140
141const QMetaObject *SelectOperationPage::metaObject() const
142{
143 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
144}
145
146void *SelectOperationPage::qt_metacast(const char *_clname)
147{
148 if (!_clname) return nullptr;
149 if (!strcmp(_clname, qt_meta_stringdata_ZN19SelectOperationPageE.stringdata0))
150 return static_cast<void*>(this);
151 return DialogPageBase::qt_metacast(_clname);
152}
153
154int SelectOperationPage::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
155{
156 _id = DialogPageBase::qt_metacall(_c, _id, _a);
157 if (_id < 0)
158 return _id;
159 if (_c == QMetaObject::InvokeMetaMethod) {
160 if (_id < 5)
161 qt_static_metacall(this, _c, _id, _a);
162 _id -= 5;
163 }
164 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
165 if (_id < 5)
166 *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType();
167 _id -= 5;
168 }
169 return _id;
170}
171
172// SIGNAL 0
174{
175 void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))) };
176 QMetaObject::activate(this, &staticMetaObject, 0, _a);
177}
178QT_WARNING_POP
void enableButtonOk(bool state)
Definition moc_selectoperationpage.cpp:173
SelectOperationPage(UMLView *parent, UMLClassifier *c, LinkWidget *widget, bool enableAutoIncrement=true)
Definition selectoperationpage.cpp:48
#define Q_CONSTINIT
Definition moc_parser.cpp:27
static Q_CONSTINIT const uint qt_meta_data_ZN19SelectOperationPageE[]
Definition moc_selectoperationpage.cpp:55
Definition moc_parser.cpp:33