10#include "../../../../umbrello/dialogs/pages/selectoperationpage.h"
11#include <QtCore/qbytearray.h>
12#include <QtCore/qmetatype.h>
13#if !defined(Q_MOC_OUTPUT_REVISION)
14#error "The header file 'selectoperationpage.h' doesn't include <QObject>."
15#elif Q_MOC_OUTPUT_REVISION != 67
16#error "This file was generated using the moc from 5.15.13. It"
17#error "cannot be used with the include files from this version of Qt."
18#error "(The moc has changed too much.)"
23QT_WARNING_DISABLE_DEPRECATED
28#define QT_MOC_LITERAL(idx, ofs, len) \
29 Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
30 qptrdiff(offsetof(qt_meta_stringdata_SelectOperationPage_t, stringdata0) + ofs \
31 - idx * sizeof(QByteArrayData)) \
47 "SelectOperationPage\0enableButtonOk\0\0"
48 "state\0slotAutoIncrementChecked\0"
49 "slotNewOperation\0slotIndexChanged\0"
50 "index\0slotTextChanged\0text"
77 QMetaType::Void, QMetaType::Bool, 3,
80 QMetaType::Void, QMetaType::Bool, 3,
82 QMetaType::Void, QMetaType::Int, 7,
83 QMetaType::Void, QMetaType::QString, 9,
88void SelectOperationPage::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
90 if (_c == QMetaObject::InvokeMetaMethod) {
94 case 0: _t->
enableButtonOk((*
reinterpret_cast< bool(*)
>(_a[1])));
break;
95 case 1: _t->slotAutoIncrementChecked((*
reinterpret_cast< bool(*)
>(_a[1])));
break;
96 case 2: _t->slotNewOperation();
break;
97 case 3: _t->slotIndexChanged((*
reinterpret_cast< int(*)
>(_a[1])));
break;
98 case 4: _t->slotTextChanged((*
reinterpret_cast< const QString(*)
>(_a[1])));
break;
101 }
else if (_c == QMetaObject::IndexOfMethod) {
102 int *result =
reinterpret_cast<int *
>(_a[0]);
113QT_INIT_METAOBJECT
const QMetaObject SelectOperationPage::staticMetaObject = { {
114 QMetaObject::SuperData::link<DialogPageBase::staticMetaObject>(),
123const QMetaObject *SelectOperationPage::metaObject()
const
125 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
128void *SelectOperationPage::qt_metacast(
const char *_clname)
130 if (!_clname)
return nullptr;
132 return static_cast<void*
>(
this);
133 return DialogPageBase::qt_metacast(_clname);
136int SelectOperationPage::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
138 _id = DialogPageBase::qt_metacall(_c, _id, _a);
141 if (_c == QMetaObject::InvokeMetaMethod) {
143 qt_static_metacall(
this, _c, _id, _a);
145 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
147 *
reinterpret_cast<int*
>(_a[0]) = -1;
156 void *_a[] = {
nullptr,
const_cast<void*
>(
reinterpret_cast<const void*
>(std::addressof(_t1))) };
157 QMetaObject::activate(
this, &staticMetaObject, 0, _a);
A dialog page to select an operation.
Definition selectoperationpage.h:31
void enableButtonOk(bool state)
Definition moc_selectoperationpage.cpp:154
static const qt_meta_stringdata_SelectOperationPage_t qt_meta_stringdata_SelectOperationPage
Definition moc_selectoperationpage.cpp:33
static const uint qt_meta_data_SelectOperationPage[]
Definition moc_selectoperationpage.cpp:54
#define QT_MOC_LITERAL(idx, ofs, len)
Definition moc_selectoperationpage.cpp:28
Definition moc_selectoperationpage.cpp:24
QByteArrayData data[10]
Definition moc_selectoperationpage.cpp:25
char stringdata0[128]
Definition moc_selectoperationpage.cpp:26