10#include <QtNetwork/QSslError>
11#include <QtCore/qmetatype.h>
13#include <QtCore/qtmochelpers.h>
18#include <QtCore/qxptype_traits.h>
19#if !defined(Q_MOC_OUTPUT_REVISION)
20#error "The header file 'testassociation.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.)"
33QT_WARNING_DISABLE_GCC(
"-Wuseless-cast")
39#ifdef QT_MOC_HAS_STRINGDATA
40static constexpr auto qt_meta_stringdata_ZN15TestAssociationE = QtMocHelpers::stringData(
48 "test_associationType",
59#error "qtmochelpers.h not found or too old."
76 1, 0, 98, 2, 0x09, 1 ,
77 3, 0, 99, 2, 0x09, 2 ,
78 4, 0, 100, 2, 0x08, 3 ,
79 5, 0, 101, 2, 0x08, 4 ,
80 6, 0, 102, 2, 0x08, 5 ,
81 7, 0, 103, 2, 0x08, 6 ,
82 8, 0, 104, 2, 0x08, 7 ,
83 9, 0, 105, 2, 0x08, 8 ,
84 10, 0, 106, 2, 0x08, 9 ,
85 11, 0, 107, 2, 0x08, 10 ,
86 12, 0, 108, 2, 0x08, 11 ,
87 13, 0, 109, 2, 0x08, 12 ,
88 14, 0, 110, 2, 0x08, 13 ,
89 15, 0, 111, 2, 0x08, 14 ,
110Q_CONSTINIT const QMetaObject TestAssociation::staticMetaObject = { {
111 QMetaObject::SuperData::link<TestBase::staticMetaObject>(),
112 qt_meta_stringdata_ZN15TestAssociationE.offsetsAndSizes,
116 qt_incomplete_metaTypeArray<qt_meta_tag_ZN15TestAssociationE_t,
118 QtPrivate::TypeAndForceComplete<TestAssociation, std::true_type>,
120 QtPrivate::TypeAndForceComplete<void, std::false_type>,
122 QtPrivate::TypeAndForceComplete<void, std::false_type>,
124 QtPrivate::TypeAndForceComplete<void, std::false_type>,
126 QtPrivate::TypeAndForceComplete<void, std::false_type>,
128 QtPrivate::TypeAndForceComplete<void, std::false_type>,
130 QtPrivate::TypeAndForceComplete<void, std::false_type>,
132 QtPrivate::TypeAndForceComplete<void, std::false_type>,
134 QtPrivate::TypeAndForceComplete<void, std::false_type>,
136 QtPrivate::TypeAndForceComplete<void, std::false_type>,
138 QtPrivate::TypeAndForceComplete<void, std::false_type>,
140 QtPrivate::TypeAndForceComplete<void, std::false_type>,
142 QtPrivate::TypeAndForceComplete<void, std::false_type>,
144 QtPrivate::TypeAndForceComplete<void, std::false_type>,
146 QtPrivate::TypeAndForceComplete<void, std::false_type>
151void TestAssociation::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
153 auto *_t =
static_cast<TestAssociation *
>(_o);
154 if (_c == QMetaObject::InvokeMetaMethod) {
156 case 0: _t->initTestCase();
break;
157 case 1: _t->cleanupTestCase();
break;
158 case 2: _t->test_equal();
break;
159 case 3: _t->test_toString();
break;
160 case 4: _t->test_UMLRole();
break;
161 case 5: _t->test_associationType();
break;
162 case 6: _t->test_objectID();
break;
163 case 7: _t->test_visibility();
break;
164 case 8: _t->test_changeability();
break;
165 case 9: _t->test_multiplicity();
break;
166 case 10: _t->test_roleName();
break;
167 case 11: _t->test_roleDoc();
break;
168 case 12: _t->resolveRef();
break;
169 case 13: _t->test_saveAndLoad();
break;
176const QMetaObject *TestAssociation::metaObject()
const
178 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
181void *TestAssociation::qt_metacast(
const char *_clname)
183 if (!_clname)
return nullptr;
184 if (!strcmp(_clname, qt_meta_stringdata_ZN15TestAssociationE.stringdata0))
185 return static_cast<void*
>(
this);
186 return TestBase::qt_metacast(_clname);
189int TestAssociation::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
191 _id = TestBase::qt_metacall(_c, _id, _a);
194 if (_c == QMetaObject::InvokeMetaMethod) {
196 qt_static_metacall(
this, _c, _id, _a);
199 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
201 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();
#define Q_CONSTINIT
Definition moc_parser.cpp:27
static Q_CONSTINIT const uint qt_meta_data_ZN15TestAssociationE[]
Definition moc_testassociation.cpp:62
Definition moc_parser.cpp:33