10#include "../../../../umbrello/dialogs/objectnodedialog.h"
11#include <QtCore/qbytearray.h>
12#include <QtCore/qmetatype.h>
13#if !defined(Q_MOC_OUTPUT_REVISION)
14#error "The header file 'objectnodedialog.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_ObjectNodeDialog_t, stringdata0) + ofs \
31 - idx * sizeof(QByteArrayData)) \
43 "ObjectNodeDialog\0slotOk\0\0slotApply\0"
44 "slotShowState\0slotHideState"
76void ObjectNodeDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
78 if (_c == QMetaObject::InvokeMetaMethod) {
82 case 0: _t->
slotOk();
break;
83 case 1: _t->slotApply();
break;
84 case 2: _t->slotShowState();
break;
85 case 3: _t->slotHideState();
break;
92QT_INIT_METAOBJECT
const QMetaObject ObjectNodeDialog::staticMetaObject = { {
93 QMetaObject::SuperData::link<MultiPageDialogBase::staticMetaObject>(),
102const QMetaObject *ObjectNodeDialog::metaObject()
const
104 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
107void *ObjectNodeDialog::qt_metacast(
const char *_clname)
109 if (!_clname)
return nullptr;
111 return static_cast<void*
>(
this);
112 return MultiPageDialogBase::qt_metacast(_clname);
115int ObjectNodeDialog::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
117 _id = MultiPageDialogBase::qt_metacall(_c, _id, _a);
120 if (_c == QMetaObject::InvokeMetaMethod) {
122 qt_static_metacall(
this, _c, _id, _a);
124 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
126 *
reinterpret_cast<int*
>(_a[0]) = -1;
Definition objectnodedialog.h:28
void slotOk()
Definition objectnodedialog.cpp:48
static const qt_meta_stringdata_ObjectNodeDialog_t qt_meta_stringdata_ObjectNodeDialog
Definition moc_objectnodedialog.cpp:33
static const uint qt_meta_data_ObjectNodeDialog[]
Definition moc_objectnodedialog.cpp:48
#define QT_MOC_LITERAL(idx, ofs, len)
Definition moc_objectnodedialog.cpp:28