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 '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.)"
32QT_WARNING_DISABLE_GCC(
"-Wuseless-cast")
38#ifdef QT_MOC_HAS_STRINGDATA
39static constexpr auto qt_meta_stringdata_ZN21SelectOperationDialogE = QtMocHelpers::stringData(
40 "SelectOperationDialog",
41 "slotAutoIncrementChecked",
51#error "qtmochelpers.h not found or too old."
68 1, 1, 38, 2, 0x0a, 1 ,
69 4, 0, 41, 2, 0x0a, 3 ,
70 5, 1, 42, 2, 0x0a, 4 ,
71 7, 1, 45, 2, 0x0a, 6 ,
74 QMetaType::Void, QMetaType::Bool, 3,
76 QMetaType::Void, QMetaType::Int, 6,
77 QMetaType::Void, QMetaType::QString, 8,
82Q_CONSTINIT const QMetaObject SelectOperationDialog::staticMetaObject = { {
83 QMetaObject::SuperData::link<SinglePageDialogBase::staticMetaObject>(),
84 qt_meta_stringdata_ZN21SelectOperationDialogE.offsetsAndSizes,
88 qt_incomplete_metaTypeArray<qt_meta_tag_ZN21SelectOperationDialogE_t,
90 QtPrivate::TypeAndForceComplete<SelectOperationDialog, std::true_type>,
92 QtPrivate::TypeAndForceComplete<void, std::false_type>,
93 QtPrivate::TypeAndForceComplete<bool, std::false_type>,
95 QtPrivate::TypeAndForceComplete<void, std::false_type>,
97 QtPrivate::TypeAndForceComplete<void, std::false_type>,
98 QtPrivate::TypeAndForceComplete<int, std::false_type>,
100 QtPrivate::TypeAndForceComplete<void, std::false_type>,
101 QtPrivate::TypeAndForceComplete<const QString &, std::false_type>
106void SelectOperationDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
109 if (_c == QMetaObject::InvokeMetaMethod) {
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;
120const QMetaObject *SelectOperationDialog::metaObject()
const
122 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
125void *SelectOperationDialog::qt_metacast(
const char *_clname)
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);
133int SelectOperationDialog::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
135 _id = SinglePageDialogBase::qt_metacall(_c, _id, _a);
138 if (_c == QMetaObject::InvokeMetaMethod) {
140 qt_static_metacall(
this, _c, _id, _a);
143 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
145 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();
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