10#include "../../../../umbrello/umlwidgets/activitywidget.h"
11#include <QtCore/qbytearray.h>
12#include <QtCore/qmetatype.h>
13#if !defined(Q_MOC_OUTPUT_REVISION)
14#error "The header file 'activitywidget.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_ActivityWidget_t, stringdata0) + ofs \
31 - idx * sizeof(QByteArrayData)) \
53 "ActivityWidget\0sigActMoved\0\0diffX\0"
54 "diffY\0slotMenuSelection\0QAction*\0"
55 "action\0ActivityType\0Initial\0Normal\0"
56 "End\0Final\0Branch\0Invok\0Param"
80 QMetaType::Void, QMetaType::QReal, QMetaType::QReal, 3, 4,
83 QMetaType::Void, 0x80000000 | 6, 7,
100void ActivityWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
102 if (_c == QMetaObject::InvokeMetaMethod) {
106 case 0: _t->
sigActMoved((*
reinterpret_cast< qreal(*)
>(_a[1])),(*
reinterpret_cast< qreal(*)
>(_a[2])));
break;
107 case 1: _t->slotMenuSelection((*
reinterpret_cast< QAction*(*)
>(_a[1])));
break;
110 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
112 default: *
reinterpret_cast<int*
>(_a[0]) = -1;
break;
114 switch (*
reinterpret_cast<int*
>(_a[1])) {
115 default: *
reinterpret_cast<int*
>(_a[0]) = -1;
break;
117 *
reinterpret_cast<int*
>(_a[0]) = qRegisterMetaType< QAction* >();
break;
121 }
else if (_c == QMetaObject::IndexOfMethod) {
122 int *result =
reinterpret_cast<int *
>(_a[0]);
133QT_INIT_METAOBJECT
const QMetaObject ActivityWidget::staticMetaObject = { {
134 QMetaObject::SuperData::link<UMLWidget::staticMetaObject>(),
143const QMetaObject *ActivityWidget::metaObject()
const
145 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
148void *ActivityWidget::qt_metacast(
const char *_clname)
150 if (!_clname)
return nullptr;
152 return static_cast<void*
>(
this);
153 return UMLWidget::qt_metacast(_clname);
156int ActivityWidget::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
158 _id = UMLWidget::qt_metacall(_c, _id, _a);
161 if (_c == QMetaObject::InvokeMetaMethod) {
163 qt_static_metacall(
this, _c, _id, _a);
165 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
167 qt_static_metacall(
this, _c, _id, _a);
176 void *_a[] = {
nullptr,
const_cast<void*
>(
reinterpret_cast<const void*
>(std::addressof(_t1))),
const_cast<void*
>(
reinterpret_cast<const void*
>(std::addressof(_t2))) };
177 QMetaObject::activate(
this, &staticMetaObject, 0, _a);