10#include "../../../../umbrello/umlwidgets/messagewidget.h"
11#include <QtCore/qbytearray.h>
12#include <QtCore/qmetatype.h>
13#if !defined(Q_MOC_OUTPUT_REVISION)
14#error "The header file 'messagewidget.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_MessageWidget_t, stringdata0) + ofs \
31 - idx * sizeof(QByteArrayData)) \
46 "MessageWidget\0sigMessageMoved\0\0"
47 "slotWidgetMoved\0Uml::ID::Type\0id\0"
48 "slotMenuSelection\0QAction*\0action"
76 QMetaType::Void, 0x80000000 | 4, 5,
77 QMetaType::Void, 0x80000000 | 7, 8,
82void MessageWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
84 if (_c == QMetaObject::InvokeMetaMethod) {
89 case 1: _t->slotWidgetMoved((*
reinterpret_cast< Uml::ID::Type(*)
>(_a[1])));
break;
90 case 2: _t->slotMenuSelection((*
reinterpret_cast< QAction*(*)
>(_a[1])));
break;
93 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
95 default: *
reinterpret_cast<int*
>(_a[0]) = -1;
break;
97 switch (*
reinterpret_cast<int*
>(_a[1])) {
98 default: *
reinterpret_cast<int*
>(_a[0]) = -1;
break;
100 *
reinterpret_cast<int*
>(_a[0]) = qRegisterMetaType< QAction* >();
break;
104 }
else if (_c == QMetaObject::IndexOfMethod) {
105 int *result =
reinterpret_cast<int *
>(_a[0]);
116QT_INIT_METAOBJECT
const QMetaObject MessageWidget::staticMetaObject = { {
117 QMetaObject::SuperData::link<UMLWidget::staticMetaObject>(),
126const QMetaObject *MessageWidget::metaObject()
const
128 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
131void *MessageWidget::qt_metacast(
const char *_clname)
133 if (!_clname)
return nullptr;
135 return static_cast<void*
>(
this);
136 if (!strcmp(_clname,
"LinkWidget"))
138 return UMLWidget::qt_metacast(_clname);
141int MessageWidget::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
143 _id = UMLWidget::qt_metacall(_c, _id, _a);
146 if (_c == QMetaObject::InvokeMetaMethod) {
148 qt_static_metacall(
this, _c, _id, _a);
150 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
152 qt_static_metacall(
this, _c, _id, _a);
161 QMetaObject::activate(
this, &staticMetaObject, 0,
nullptr);
std::string Type
Definition basictypes.h:371