umbrello 25.12.2
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 69 (Qt 6.9.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 != 69
22#error "This file was generated using the moc from 6.9.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
38template <> constexpr inline auto TestUMLCanvasObject::qt_create_metaobjectdata<qt_meta_tag_ZN19TestUMLCanvasObjectE_t>()
39{
40 namespace QMC = QtMocConstants;
41 QtMocHelpers::StringRefStorage qt_stringData {
42 "TestUMLCanvasObject",
43 "test_addAssociationEnd",
44 "",
45 "test_getAssociations",
46 "test_removeAllAssociationEnds",
47 "test_getSuperClasses",
48 "test_getRealizations",
49 "test_getAggregations",
50 "test_getCompositions",
51 "test_getRelationships"
52 };
53
54 QtMocHelpers::UintData qt_methods {
55 // Slot 'test_addAssociationEnd'
56 QtMocHelpers::SlotData<void()>(1, 2, QMC::AccessPrivate, QMetaType::Void),
57 // Slot 'test_getAssociations'
58 QtMocHelpers::SlotData<void()>(3, 2, QMC::AccessPrivate, QMetaType::Void),
59 // Slot 'test_removeAllAssociationEnds'
60 QtMocHelpers::SlotData<void()>(4, 2, QMC::AccessPrivate, QMetaType::Void),
61 // Slot 'test_getSuperClasses'
62 QtMocHelpers::SlotData<void()>(5, 2, QMC::AccessPrivate, QMetaType::Void),
63 // Slot 'test_getRealizations'
64 QtMocHelpers::SlotData<void()>(6, 2, QMC::AccessPrivate, QMetaType::Void),
65 // Slot 'test_getAggregations'
66 QtMocHelpers::SlotData<void()>(7, 2, QMC::AccessPrivate, QMetaType::Void),
67 // Slot 'test_getCompositions'
68 QtMocHelpers::SlotData<void()>(8, 2, QMC::AccessPrivate, QMetaType::Void),
69 // Slot 'test_getRelationships'
70 QtMocHelpers::SlotData<void()>(9, 2, QMC::AccessPrivate, QMetaType::Void),
71 };
72 QtMocHelpers::UintData qt_properties {
73 };
74 QtMocHelpers::UintData qt_enums {
75 };
76 return QtMocHelpers::metaObjectData<TestUMLCanvasObject, qt_meta_tag_ZN19TestUMLCanvasObjectE_t>(QMC::MetaObjectFlag{}, qt_stringData,
77 qt_methods, qt_properties, qt_enums);
78}
79Q_CONSTINIT const QMetaObject TestUMLCanvasObject::staticMetaObject = { {
80 QMetaObject::SuperData::link<TestBase::staticMetaObject>(),
81 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN19TestUMLCanvasObjectE_t>.stringdata,
82 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN19TestUMLCanvasObjectE_t>.data,
83 qt_static_metacall,
84 nullptr,
85 qt_staticMetaObjectRelocatingContent<qt_meta_tag_ZN19TestUMLCanvasObjectE_t>.metaTypes,
86 nullptr
87} };
88
89void TestUMLCanvasObject::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
90{
91 auto *_t = static_cast<TestUMLCanvasObject *>(_o);
92 if (_c == QMetaObject::InvokeMetaMethod) {
93 switch (_id) {
94 case 0: _t->test_addAssociationEnd(); break;
95 case 1: _t->test_getAssociations(); break;
96 case 2: _t->test_removeAllAssociationEnds(); break;
97 case 3: _t->test_getSuperClasses(); break;
98 case 4: _t->test_getRealizations(); break;
99 case 5: _t->test_getAggregations(); break;
100 case 6: _t->test_getCompositions(); break;
101 case 7: _t->test_getRelationships(); break;
102 default: ;
103 }
104 }
105 (void)_a;
106}
107
108const QMetaObject *TestUMLCanvasObject::metaObject() const
109{
110 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
111}
112
113void *TestUMLCanvasObject::qt_metacast(const char *_clname)
114{
115 if (!_clname) return nullptr;
116 if (!strcmp(_clname, qt_staticMetaObjectStaticContent<qt_meta_tag_ZN19TestUMLCanvasObjectE_t>.strings))
117 return static_cast<void*>(this);
118 return TestBase::qt_metacast(_clname);
119}
120
121int TestUMLCanvasObject::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
122{
123 _id = TestBase::qt_metacall(_c, _id, _a);
124 if (_id < 0)
125 return _id;
126 if (_c == QMetaObject::InvokeMetaMethod) {
127 if (_id < 8)
128 qt_static_metacall(this, _c, _id, _a);
129 _id -= 8;
130 }
131 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
132 if (_id < 8)
133 *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType();
134 _id -= 8;
135 }
136 return _id;
137}
138QT_WARNING_POP
#define Q_CONSTINIT
Definition moc_parser.cpp:27
Definition moc_parser.cpp:33