umbrello 25.04.1
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
moc_forkjoinwidget.cpp
Go to the documentation of this file.
1/****************************************************************************
2** Meta object code from reading C++ file 'forkjoinwidget.h'
3**
4** Created by: The Qt Meta Object Compiler version 67 (Qt 5.15.13)
5**
6** WARNING! All changes made in this file will be lost!
7*****************************************************************************/
8
9#include <memory>
10#include "../../../../umbrello/umlwidgets/forkjoinwidget.h"
11#include <QtCore/qbytearray.h>
12#include <QtCore/qmetatype.h>
13#if !defined(Q_MOC_OUTPUT_REVISION)
14#error "The header file 'forkjoinwidget.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.)"
19#endif
20
21QT_BEGIN_MOC_NAMESPACE
22QT_WARNING_PUSH
23QT_WARNING_DISABLE_DEPRECATED
25 QByteArrayData data[7];
26 char stringdata0[78];
27};
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_ForkJoinWidget_t, stringdata0) + ofs \
31 - idx * sizeof(QByteArrayData)) \
32 )
34 {
35QT_MOC_LITERAL(0, 0, 14), // "ForkJoinWidget"
36QT_MOC_LITERAL(1, 15, 17), // "slotMenuSelection"
37QT_MOC_LITERAL(2, 33, 0), // ""
38QT_MOC_LITERAL(3, 34, 8), // "QAction*"
39QT_MOC_LITERAL(4, 43, 6), // "action"
40QT_MOC_LITERAL(5, 50, 11), // "orientation"
41QT_MOC_LITERAL(6, 62, 15) // "Qt::Orientation"
42
43 },
44 "ForkJoinWidget\0slotMenuSelection\0\0"
45 "QAction*\0action\0orientation\0Qt::Orientation"
46};
47#undef QT_MOC_LITERAL
48
49static const uint qt_meta_data_ForkJoinWidget[] = {
50
51 // content:
52 8, // revision
53 0, // classname
54 0, 0, // classinfo
55 1, 14, // methods
56 1, 22, // properties
57 0, 0, // enums/sets
58 0, 0, // constructors
59 0, // flags
60 0, // signalCount
61
62 // slots: name, argc, parameters, tag, flags
63 1, 1, 19, 2, 0x0a /* Public */,
64
65 // slots: parameters
66 QMetaType::Void, 0x80000000 | 3, 4,
67
68 // properties: name, type, flags
69 5, 0x80000000 | 6, 0x0009510b,
70
71 0 // eod
72};
73
74void ForkJoinWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
75{
76 if (_c == QMetaObject::InvokeMetaMethod) {
77 auto *_t = static_cast<ForkJoinWidget *>(_o);
78 (void)_t;
79 switch (_id) {
80 case 0: _t->slotMenuSelection((*reinterpret_cast< QAction*(*)>(_a[1]))); break;
81 default: ;
82 }
83 }
84#ifndef QT_NO_PROPERTIES
85 else if (_c == QMetaObject::ReadProperty) {
86 auto *_t = static_cast<ForkJoinWidget *>(_o);
87 (void)_t;
88 void *_v = _a[0];
89 switch (_id) {
90 case 0: *reinterpret_cast< Qt::Orientation*>(_v) = _t->orientation(); break;
91 default: break;
92 }
93 } else if (_c == QMetaObject::WriteProperty) {
94 auto *_t = static_cast<ForkJoinWidget *>(_o);
95 (void)_t;
96 void *_v = _a[0];
97 switch (_id) {
98 case 0: _t->setOrientation(*reinterpret_cast< Qt::Orientation*>(_v)); break;
99 default: break;
100 }
101 } else if (_c == QMetaObject::ResetProperty) {
102 }
103#endif // QT_NO_PROPERTIES
104}
105
106QT_INIT_METAOBJECT const QMetaObject ForkJoinWidget::staticMetaObject = { {
107 QMetaObject::SuperData::link<BoxWidget::staticMetaObject>(),
110 qt_static_metacall,
111 nullptr,
112 nullptr
113} };
114
115
116const QMetaObject *ForkJoinWidget::metaObject() const
117{
118 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
119}
120
121void *ForkJoinWidget::qt_metacast(const char *_clname)
122{
123 if (!_clname) return nullptr;
125 return static_cast<void*>(this);
126 return BoxWidget::qt_metacast(_clname);
127}
128
129int ForkJoinWidget::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
130{
131 _id = BoxWidget::qt_metacall(_c, _id, _a);
132 if (_id < 0)
133 return _id;
134 if (_c == QMetaObject::InvokeMetaMethod) {
135 if (_id < 1)
136 qt_static_metacall(this, _c, _id, _a);
137 _id -= 1;
138 } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
139 if (_id < 1)
140 *reinterpret_cast<int*>(_a[0]) = -1;
141 _id -= 1;
142 }
143#ifndef QT_NO_PROPERTIES
144 else if (_c == QMetaObject::ReadProperty || _c == QMetaObject::WriteProperty
145 || _c == QMetaObject::ResetProperty || _c == QMetaObject::RegisterPropertyMetaType) {
146 qt_static_metacall(this, _c, _id, _a);
147 _id -= 1;
148 } else if (_c == QMetaObject::QueryPropertyDesignable) {
149 _id -= 1;
150 } else if (_c == QMetaObject::QueryPropertyScriptable) {
151 _id -= 1;
152 } else if (_c == QMetaObject::QueryPropertyStored) {
153 _id -= 1;
154 } else if (_c == QMetaObject::QueryPropertyEditable) {
155 _id -= 1;
156 } else if (_c == QMetaObject::QueryPropertyUser) {
157 _id -= 1;
158 }
159#endif // QT_NO_PROPERTIES
160 return _id;
161}
162QT_WARNING_POP
163QT_END_MOC_NAMESPACE
Displays a fork/join plate in a state diagram.
Definition forkjoinwidget.h:21
virtual void slotMenuSelection(QAction *action)
Definition forkjoinwidget.cpp:137
void setOrientation(Qt::Orientation ori)
Definition forkjoinwidget.cpp:58
Qt::Orientation orientation
Definition forkjoinwidget.h:23
static const qt_meta_stringdata_ForkJoinWidget_t qt_meta_stringdata_ForkJoinWidget
Definition moc_forkjoinwidget.cpp:33
#define QT_MOC_LITERAL(idx, ofs, len)
Definition moc_forkjoinwidget.cpp:28
static const uint qt_meta_data_ForkJoinWidget[]
Definition moc_forkjoinwidget.cpp:49
Definition moc_forkjoinwidget.cpp:24
char stringdata0[78]
Definition moc_forkjoinwidget.cpp:26
QByteArrayData data[7]
Definition moc_forkjoinwidget.cpp:25