umbrello 25.11.70
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
moc_testumlcanvasobject.cpp
Go to the documentation of this file.
1/****************************************************************************
2** Meta object code from reading C++ file 'testumlcanvasobject.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 <QtNetwork/QSslError>
11#include <QtCore/qmetatype.h>
12
13#include <QtCore/qtmochelpers.h>
14
15#include <memory>
16
17
18#include <QtCore/qxptype_traits.h>
19#if !defined(Q_MOC_OUTPUT_REVISION)
20#error "The header file 'testumlcanvasobject.h' doesn't include <QObject>."
21#elif Q_MOC_OUTPUT_REVISION != 68
22#error "This file was generated using the moc from 6.8.3. It"
23#error "cannot be used with the include files from this version of Qt."
24#error "(The moc has changed too much.)"
25#endif
26
27#ifndef Q_CONSTINIT
28#define Q_CONSTINIT
29#endif
30
31QT_WARNING_PUSH
33QT_WARNING_DISABLE_GCC("-Wuseless-cast")
34namespace {
36} // unnamed namespace
37
38
39#ifdef QT_MOC_HAS_STRINGDATA
40static constexpr auto qt_meta_stringdata_ZN19TestUMLCanvasObjectE = QtMocHelpers::stringData(
41 "TestUMLCanvasObject",
42 "test_addAssociationEnd",
43 "",
44 "test_getAssociations",
45 "test_removeAllAssociationEnds",
46 "test_getSuperClasses",
47 "test_getRealizations",
48 "test_getAggregations",
49 "test_getCompositions",
50 "test_getRelationships"
51);
52#else // !QT_MOC_HAS_STRINGDATA
53#error "qtmochelpers.h not found or too old."
54#endif // !QT_MOC_HAS_STRINGDATA
55
57
58 // content:
59 12, // revision
60 0, // classname
61 0, 0, // classinfo
62 8, 14, // methods
63 0, 0, // properties
64 0, 0, // enums/sets
65 0, 0, // constructors
66 0, // flags
67 0, // signalCount
68
69 // slots: name, argc, parameters, tag, flags, initial metatype offsets
70 1, 0, 62, 2, 0x08, 1 /* Private */,
71 3, 0, 63, 2, 0x08, 2 /* Private */,
72 4, 0, 64, 2, 0x08, 3 /* Private */,
73 5, 0, 65, 2, 0x08, 4 /* Private */,
74 6, 0, 66, 2, 0x08, 5 /* Private */,
75 7, 0, 67, 2, 0x08, 6 /* Private */,
76 8, 0, 68, 2, 0x08, 7 /* Private */,
77 9, 0, 69, 2, 0x08, 8 /* Private */,
78
79 // slots: parameters
80 QMetaType::Void,
81 QMetaType::Void,
82 QMetaType::Void,
83 QMetaType::Void,
84 QMetaType::Void,
85 QMetaType::Void,
86 QMetaType::Void,
87 QMetaType::Void,
88
89 0 // eod
90};
91
92Q_CONSTINIT const QMetaObject TestUMLCanvasObject::staticMetaObject = { {
93 QMetaObject::SuperData::link<TestBase::staticMetaObject>(),
94 qt_meta_stringdata_ZN19TestUMLCanvasObjectE.offsetsAndSizes,
96 qt_static_metacall,
97 nullptr,
98 qt_incomplete_metaTypeArray<qt_meta_tag_ZN19TestUMLCanvasObjectE_t,
99 // Q_OBJECT / Q_GADGET
100 QtPrivate::TypeAndForceComplete<TestUMLCanvasObject, std::true_type>,
101 // method 'test_addAssociationEnd'
102 QtPrivate::TypeAndForceComplete<void, std::false_type>,
103 // method 'test_getAssociations'
104 QtPrivate::TypeAndForceComplete<void, std::false_type>,
105 // method 'test_removeAllAssociationEnds'
106 QtPrivate::TypeAndForceComplete<void, std::false_type>,
107 // method 'test_getSuperClasses'
108 QtPrivate::TypeAndForceComplete<void, std::false_type>,
109 // method 'test_getRealizations'
110 QtPrivate::TypeAndForceComplete<void, std::false_type>,
111 // method 'test_getAggregations'
112 QtPrivate::TypeAndForceComplete<void, std::false_type>,
113 // method 'test_getCompositions'
114 QtPrivate::TypeAndForceComplete<void, std::false_type>,
115 // method 'test_getRelationships'
116 QtPrivate::TypeAndForceComplete<void, std::false_type>
117 >,
118 nullptr
119} };
120
121void TestUMLCanvasObject::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
122{
123 auto *_t = static_cast<TestUMLCanvasObject *>(_o);
124 if (_c == QMetaObject::InvokeMetaMethod) {
125 switch (_id) {
126 case 0: _t->test_addAssociationEnd(); break;
127 case 1: _t->test_getAssociations(); break;
128 case 2: _t->test_removeAllAssociationEnds(); break;
129 case 3: _t->test_getSuperClasses(); break;
130 case 4: _t->test_getRealizations(); break;
131 case 5: _t->test_getAggregations(); break;
132 case 6: _t->test_getCompositions(); break;
133 case 7: _t->test_getRelationships(); break;
134 default: ;
135 }
136 }
137 (void)_a;
138}
139
140const QMetaObject *TestUMLCanvasObject::metaObject() const
141{
142 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
143}
144
145void *TestUMLCanvasObject::qt_metacast(const char *_clname)
146{
147 if (!_clname) return nullptr;
148 if (!strcmp(_clname, qt_meta_stringdata_ZN19TestUMLCanvasObjectE.stringdata0))
149 return static_cast<void*>(this);
150 return TestBase::qt_metacast(_clname);
151}
152
153int TestUMLCanvasObject::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
154{
155 _id = TestBase::qt_metacall(_c, _id, _a);
156 if (_id < 0)
157 return _id;
158 if (_c == QMetaObject::InvokeMetaMethod) {
159 if (_id < 8)
160 qt_static_metacall(this, _c, _id, _a);
161 _id -= 8;
162 }
163 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
164 if (_id < 8)
165 *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType();
166 _id -= 8;
167 }
168 return _id;
169}
170QT_WARNING_POP
#define Q_CONSTINIT
Definition moc_parser.cpp:27
static Q_CONSTINIT const uint qt_meta_data_ZN19TestUMLCanvasObjectE[]
Definition moc_testumlcanvasobject.cpp:56
Definition moc_parser.cpp:33