10#include <QtCore/qmetatype.h>
12#include <QtCore/qtmochelpers.h>
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.)"
32QT_WARNING_DISABLE_GCC(
"-Wuseless-cast")
38#ifdef QT_MOC_HAS_STRINGDATA
39static constexpr auto qt_meta_stringdata_ZN19SelectOperationPageE = QtMocHelpers::stringData(
40 "SelectOperationPage",
44 "slotAutoIncrementChecked",
52#error "qtmochelpers.h not found or too old."
69 1, 1, 44, 2, 0x06, 1 ,
72 4, 1, 47, 2, 0x0a, 3 ,
73 5, 0, 50, 2, 0x0a, 5 ,
74 6, 1, 51, 2, 0x0a, 6 ,
75 8, 1, 54, 2, 0x0a, 8 ,
78 QMetaType::Void, QMetaType::Bool, 3,
81 QMetaType::Void, QMetaType::Bool, 3,
83 QMetaType::Void, QMetaType::Int, 7,
84 QMetaType::Void, QMetaType::QString, 9,
89Q_CONSTINIT const QMetaObject SelectOperationPage::staticMetaObject = { {
90 QMetaObject::SuperData::link<DialogPageBase::staticMetaObject>(),
91 qt_meta_stringdata_ZN19SelectOperationPageE.offsetsAndSizes,
95 qt_incomplete_metaTypeArray<qt_meta_tag_ZN19SelectOperationPageE_t,
97 QtPrivate::TypeAndForceComplete<SelectOperationPage, std::true_type>,
99 QtPrivate::TypeAndForceComplete<void, std::false_type>,
100 QtPrivate::TypeAndForceComplete<bool, std::false_type>,
102 QtPrivate::TypeAndForceComplete<void, std::false_type>,
103 QtPrivate::TypeAndForceComplete<bool, std::false_type>,
105 QtPrivate::TypeAndForceComplete<void, std::false_type>,
107 QtPrivate::TypeAndForceComplete<void, std::false_type>,
108 QtPrivate::TypeAndForceComplete<int, std::false_type>,
110 QtPrivate::TypeAndForceComplete<void, std::false_type>,
111 QtPrivate::TypeAndForceComplete<const QString &, std::false_type>
116void SelectOperationPage::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
119 if (_c == QMetaObject::InvokeMetaMethod) {
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;
129 if (_c == QMetaObject::IndexOfMethod) {
130 int *result =
reinterpret_cast<int *
>(_a[0]);
141const QMetaObject *SelectOperationPage::metaObject()
const
143 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
146void *SelectOperationPage::qt_metacast(
const char *_clname)
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);
154int SelectOperationPage::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
156 _id = DialogPageBase::qt_metacall(_c, _id, _a);
159 if (_c == QMetaObject::InvokeMetaMethod) {
161 qt_static_metacall(
this, _c, _id, _a);
164 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
166 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();
175 void *_a[] = {
nullptr,
const_cast<void*
>(
reinterpret_cast<const void*
>(std::addressof(_t1))) };
176 QMetaObject::activate(
this, &staticMetaObject, 0, _a);
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
Definition moc_selectoperationpage.cpp:34