10#include "../../../../umbrello/dialogs/widgets/umldatatypewidget.h"
11#include <QtCore/qbytearray.h>
12#include <QtCore/qmetatype.h>
13#if !defined(Q_MOC_OUTPUT_REVISION)
14#error "The header file 'umldatatypewidget.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_UMLDatatypeWidget_t, stringdata0) + ofs \
31 - idx * sizeof(QByteArrayData)) \
40 "UMLDatatypeWidget\0editTextChanged\0"
61 QMetaType::Void, QMetaType::QString, 2,
66void UMLDatatypeWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
68 if (_c == QMetaObject::InvokeMetaMethod) {
72 case 0: _t->
editTextChanged((*
reinterpret_cast< const QString(*)
>(_a[1])));
break;
75 }
else if (_c == QMetaObject::IndexOfMethod) {
76 int *result =
reinterpret_cast<int *
>(_a[0]);
87QT_INIT_METAOBJECT
const QMetaObject UMLDatatypeWidget::staticMetaObject = { {
88 QMetaObject::SuperData::link<ComboBoxWidgetBase::staticMetaObject>(),
97const QMetaObject *UMLDatatypeWidget::metaObject()
const
99 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
102void *UMLDatatypeWidget::qt_metacast(
const char *_clname)
104 if (!_clname)
return nullptr;
106 return static_cast<void*
>(
this);
107 return ComboBoxWidgetBase::qt_metacast(_clname);
110int UMLDatatypeWidget::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
112 _id = ComboBoxWidgetBase::qt_metacall(_c, _id, _a);
115 if (_c == QMetaObject::InvokeMetaMethod) {
117 qt_static_metacall(
this, _c, _id, _a);
119 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
121 *
reinterpret_cast<int*
>(_a[0]) = -1;
130 void *_a[] = {
nullptr,
const_cast<void*
>(
reinterpret_cast<const void*
>(std::addressof(_t1))) };
131 QMetaObject::activate(
this, &staticMetaObject, 0, _a);