umbrello 25.11.70
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 68 (Qt 6.8.3)
5**
6** WARNING! All changes made in this file will be lost!
7*****************************************************************************/
8
10#include <QtCore/qmetatype.h>
11
12#include <QtCore/qtmochelpers.h>
13
14#include <memory>
15
16
17#include <QtCore/qxptype_traits.h>
18#if !defined(Q_MOC_OUTPUT_REVISION)
19#error "The header file 'forkjoinwidget.h' doesn't include <QObject>."
20#elif Q_MOC_OUTPUT_REVISION != 68
21#error "This file was generated using the moc from 6.8.3. It"
22#error "cannot be used with the include files from this version of Qt."
23#error "(The moc has changed too much.)"
24#endif
25
26#ifndef Q_CONSTINIT
27#define Q_CONSTINIT
28#endif
29
30QT_WARNING_PUSH
32QT_WARNING_DISABLE_GCC("-Wuseless-cast")
33namespace {
35} // unnamed namespace
36
37
38#ifdef QT_MOC_HAS_STRINGDATA
39static constexpr auto qt_meta_stringdata_ZN14ForkJoinWidgetE = QtMocHelpers::stringData(
40 "ForkJoinWidget",
41 "slotMenuSelection",
42 "",
43 "QAction*",
44 "action",
45 "orientation",
46 "Qt::Orientation"
47);
48#else // !QT_MOC_HAS_STRINGDATA
49#error "qtmochelpers.h not found or too old."
50#endif // !QT_MOC_HAS_STRINGDATA
51
53
54 // content:
55 12, // revision
56 0, // classname
57 0, 0, // classinfo
58 1, 14, // methods
59 1, 23, // properties
60 0, 0, // enums/sets
61 0, 0, // constructors
62 0, // flags
63 0, // signalCount
64
65 // slots: name, argc, parameters, tag, flags, initial metatype offsets
66 1, 1, 20, 2, 0x0a, 2 /* Public */,
67
68 // slots: parameters
69 QMetaType::Void, 0x80000000 | 3, 4,
70
71 // properties: name, type, flags, notifyId, revision
72 5, 0x80000000 | 6, 0x0001510b, uint(-1), 0,
73
74 0 // eod
75};
76
77Q_CONSTINIT const QMetaObject ForkJoinWidget::staticMetaObject = { {
78 QMetaObject::SuperData::link<BoxWidget::staticMetaObject>(),
79 qt_meta_stringdata_ZN14ForkJoinWidgetE.offsetsAndSizes,
81 qt_static_metacall,
82 nullptr,
83 qt_incomplete_metaTypeArray<qt_meta_tag_ZN14ForkJoinWidgetE_t,
84 // property 'orientation'
85 QtPrivate::TypeAndForceComplete<Qt::Orientation, std::true_type>,
86 // Q_OBJECT / Q_GADGET
87 QtPrivate::TypeAndForceComplete<ForkJoinWidget, std::true_type>,
88 // method 'slotMenuSelection'
89 QtPrivate::TypeAndForceComplete<void, std::false_type>,
90 QtPrivate::TypeAndForceComplete<QAction *, std::false_type>
91 >,
92 nullptr
93} };
94
95void ForkJoinWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
96{
97 auto *_t = static_cast<ForkJoinWidget *>(_o);
98 if (_c == QMetaObject::InvokeMetaMethod) {
99 switch (_id) {
100 case 0: _t->slotMenuSelection((*reinterpret_cast< std::add_pointer_t<QAction*>>(_a[1]))); break;
101 default: ;
102 }
103 }
104 if (_c == QMetaObject::ReadProperty) {
105 void *_v = _a[0];
106 switch (_id) {
107 case 0: *reinterpret_cast< Qt::Orientation*>(_v) = _t->orientation(); break;
108 default: break;
109 }
110 }
111 if (_c == QMetaObject::WriteProperty) {
112 void *_v = _a[0];
113 switch (_id) {
114 case 0: _t->setOrientation(*reinterpret_cast< Qt::Orientation*>(_v)); break;
115 default: break;
116 }
117 }
118}
119
120const QMetaObject *ForkJoinWidget::metaObject() const
121{
122 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
123}
124
125void *ForkJoinWidget::qt_metacast(const char *_clname)
126{
127 if (!_clname) return nullptr;
128 if (!strcmp(_clname, qt_meta_stringdata_ZN14ForkJoinWidgetE.stringdata0))
129 return static_cast<void*>(this);
130 return BoxWidget::qt_metacast(_clname);
131}
132
133int ForkJoinWidget::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
134{
135 _id = BoxWidget::qt_metacall(_c, _id, _a);
136 if (_id < 0)
137 return _id;
138 if (_c == QMetaObject::InvokeMetaMethod) {
139 if (_id < 1)
140 qt_static_metacall(this, _c, _id, _a);
141 _id -= 1;
142 }
143 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
144 if (_id < 1)
145 *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType();
146 _id -= 1;
147 }
148 if (_c == QMetaObject::ReadProperty || _c == QMetaObject::WriteProperty
149 || _c == QMetaObject::ResetProperty || _c == QMetaObject::BindableProperty
150 || _c == QMetaObject::RegisterPropertyMetaType) {
151 qt_static_metacall(this, _c, _id, _a);
152 _id -= 1;
153 }
154 return _id;
155}
156QT_WARNING_POP
ForkJoinWidget(UMLScene *scene, Qt::Orientation ori=Qt::Horizontal, Uml::ID::Type id=Uml::ID::None)
Definition forkjoinwidget.cpp:28
static Q_CONSTINIT const uint qt_meta_data_ZN14ForkJoinWidgetE[]
Definition moc_forkjoinwidget.cpp:52
#define Q_CONSTINIT
Definition moc_parser.cpp:27
Definition moc_parser.cpp:33