10#include "../../../../umbrello/dialogs/umloperationdialog.h"
11#include <QtCore/qbytearray.h>
12#include <QtCore/qmetatype.h>
13#if !defined(Q_MOC_OUTPUT_REVISION)
14#error "The header file 'umloperationdialog.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_UMLOperationDialog_t, stringdata0) + ofs \
31 - idx * sizeof(QByteArrayData)) \
56 "UMLOperationDialog\0slotParmRightButtonPressed\0"
57 "\0p\0slotParmDoubleClick\0QListWidgetItem*\0"
58 "item\0slotMenuSelection\0QAction*\0action\0"
59 "slotNewParameter\0slotDeleteParameter\0"
60 "slotParameterProperties\0slotParameterUp\0"
61 "slotParameterDown\0slotParamsBoxClicked\0"
62 "parameterItem\0slotStereoTextChanged\0"
94 QMetaType::Void, QMetaType::QPoint, 3,
95 QMetaType::Void, 0x80000000 | 5, 6,
96 QMetaType::Void, 0x80000000 | 8, 9,
102 QMetaType::Void, 0x80000000 | 5, 16,
103 QMetaType::Void, QMetaType::QString, 2,
104 QMetaType::Void, QMetaType::QString, 2,
109void UMLOperationDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
111 if (_c == QMetaObject::InvokeMetaMethod) {
116 case 1: _t->slotParmDoubleClick((*
reinterpret_cast< QListWidgetItem*(*)
>(_a[1])));
break;
117 case 2: _t->slotMenuSelection((*
reinterpret_cast< QAction*(*)
>(_a[1])));
break;
118 case 3: _t->slotNewParameter();
break;
119 case 4: _t->slotDeleteParameter();
break;
120 case 5: _t->slotParameterProperties();
break;
121 case 6: _t->slotParameterUp();
break;
122 case 7: _t->slotParameterDown();
break;
123 case 8: _t->slotParamsBoxClicked((*
reinterpret_cast< QListWidgetItem*(*)
>(_a[1])));
break;
124 case 9: _t->slotStereoTextChanged((*
reinterpret_cast< const QString(*)
>(_a[1])));
break;
125 case 10: _t->slotNameChanged((*
reinterpret_cast< const QString(*)
>(_a[1])));
break;
131QT_INIT_METAOBJECT
const QMetaObject UMLOperationDialog::staticMetaObject = { {
132 QMetaObject::SuperData::link<SinglePageDialogBase::staticMetaObject>(),
141const QMetaObject *UMLOperationDialog::metaObject()
const
143 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
146void *UMLOperationDialog::qt_metacast(
const char *_clname)
148 if (!_clname)
return nullptr;
150 return static_cast<void*
>(
this);
151 return SinglePageDialogBase::qt_metacast(_clname);
154int UMLOperationDialog::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
156 _id = SinglePageDialogBase::qt_metacall(_c, _id, _a);
159 if (_c == QMetaObject::InvokeMetaMethod) {
161 qt_static_metacall(
this, _c, _id, _a);
163 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
165 *
reinterpret_cast<int*
>(_a[0]) = -1;
Definition umloperationdialog.h:39
void slotParmRightButtonPressed(const QPoint &p)
Definition umloperationdialog.cpp:217
static const qt_meta_stringdata_UMLOperationDialog_t qt_meta_stringdata_UMLOperationDialog
Definition moc_umloperationdialog.cpp:33
static const uint qt_meta_data_UMLOperationDialog[]
Definition moc_umloperationdialog.cpp:67
#define QT_MOC_LITERAL(idx, ofs, len)
Definition moc_umloperationdialog.cpp:28