umbrello 25.04.1
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
moc_combinedfragmentwidget.cpp
Go to the documentation of this file.
1/****************************************************************************
2** Meta object code from reading C++ file 'combinedfragmentwidget.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/combinedfragmentwidget.h"
11#include <QtCore/qbytearray.h>
12#include <QtCore/qmetatype.h>
13#if !defined(Q_MOC_OUTPUT_REVISION)
14#error "The header file 'combinedfragmentwidget.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[5];
26 char stringdata0[58];
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_CombinedFragmentWidget_t, stringdata0) + ofs \
31 - idx * sizeof(QByteArrayData)) \
32 )
34 {
35QT_MOC_LITERAL(0, 0, 22), // "CombinedFragmentWidget"
36QT_MOC_LITERAL(1, 23, 17), // "slotMenuSelection"
37QT_MOC_LITERAL(2, 41, 0), // ""
38QT_MOC_LITERAL(3, 42, 8), // "QAction*"
39QT_MOC_LITERAL(4, 51, 6) // "action"
40
41 },
42 "CombinedFragmentWidget\0slotMenuSelection\0"
43 "\0QAction*\0action"
44};
45#undef QT_MOC_LITERAL
46
48
49 // content:
50 8, // revision
51 0, // classname
52 0, 0, // classinfo
53 1, 14, // methods
54 0, 0, // properties
55 0, 0, // enums/sets
56 0, 0, // constructors
57 0, // flags
58 0, // signalCount
59
60 // slots: name, argc, parameters, tag, flags
61 1, 1, 19, 2, 0x0a /* Public */,
62
63 // slots: parameters
64 QMetaType::Void, 0x80000000 | 3, 4,
65
66 0 // eod
67};
68
69void CombinedFragmentWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
70{
71 if (_c == QMetaObject::InvokeMetaMethod) {
72 auto *_t = static_cast<CombinedFragmentWidget *>(_o);
73 (void)_t;
74 switch (_id) {
75 case 0: _t->slotMenuSelection((*reinterpret_cast< QAction*(*)>(_a[1]))); break;
76 default: ;
77 }
78 } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
79 switch (_id) {
80 default: *reinterpret_cast<int*>(_a[0]) = -1; break;
81 case 0:
82 switch (*reinterpret_cast<int*>(_a[1])) {
83 default: *reinterpret_cast<int*>(_a[0]) = -1; break;
84 case 0:
85 *reinterpret_cast<int*>(_a[0]) = qRegisterMetaType< QAction* >(); break;
86 }
87 break;
88 }
89 }
90}
91
92QT_INIT_METAOBJECT const QMetaObject CombinedFragmentWidget::staticMetaObject = { {
93 QMetaObject::SuperData::link<UMLWidget::staticMetaObject>(),
96 qt_static_metacall,
97 nullptr,
98 nullptr
99} };
100
101
102const QMetaObject *CombinedFragmentWidget::metaObject() const
103{
104 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
105}
106
107void *CombinedFragmentWidget::qt_metacast(const char *_clname)
108{
109 if (!_clname) return nullptr;
111 return static_cast<void*>(this);
112 return UMLWidget::qt_metacast(_clname);
113}
114
115int CombinedFragmentWidget::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
116{
117 _id = UMLWidget::qt_metacall(_c, _id, _a);
118 if (_id < 0)
119 return _id;
120 if (_c == QMetaObject::InvokeMetaMethod) {
121 if (_id < 1)
122 qt_static_metacall(this, _c, _id, _a);
123 _id -= 1;
124 } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
125 if (_id < 1)
126 qt_static_metacall(this, _c, _id, _a);
127 _id -= 1;
128 }
129 return _id;
130}
131QT_WARNING_POP
132QT_END_MOC_NAMESPACE
A graphical version of a UML combined fragment.
Definition combinedfragmentwidget.h:28
void slotMenuSelection(QAction *action)
Definition combinedfragmentwidget.cpp:401
static const uint qt_meta_data_CombinedFragmentWidget[]
Definition moc_combinedfragmentwidget.cpp:47
#define QT_MOC_LITERAL(idx, ofs, len)
Definition moc_combinedfragmentwidget.cpp:28
static const qt_meta_stringdata_CombinedFragmentWidget_t qt_meta_stringdata_CombinedFragmentWidget
Definition moc_combinedfragmentwidget.cpp:33
Definition moc_combinedfragmentwidget.cpp:24
QByteArrayData data[5]
Definition moc_combinedfragmentwidget.cpp:25
char stringdata0[58]
Definition moc_combinedfragmentwidget.cpp:26