10#include "../../../../unittests/testassociation.h"
11#include <QtCore/qbytearray.h>
12#include <QtCore/qmetatype.h>
13#if !defined(Q_MOC_OUTPUT_REVISION)
14#error "The header file 'testassociation.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.)"
23QT_WARNING_DISABLE_DEPRECATED
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_TestAssociation_t, stringdata0) + ofs \
31 - idx * sizeof(QByteArrayData)) \
53 "TestAssociation\0initTestCase\0\0"
54 "cleanupTestCase\0test_equal\0test_toString\0"
55 "test_UMLRole\0test_associationType\0"
56 "test_objectID\0test_visibility\0"
57 "test_changeability\0test_multiplicity\0"
58 "test_roleName\0test_roleDoc\0resolveRef\0"
111void TestAssociation::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
113 if (_c == QMetaObject::InvokeMetaMethod) {
118 case 1: _t->cleanupTestCase();
break;
119 case 2: _t->test_equal();
break;
120 case 3: _t->test_toString();
break;
121 case 4: _t->test_UMLRole();
break;
122 case 5: _t->test_associationType();
break;
123 case 6: _t->test_objectID();
break;
124 case 7: _t->test_visibility();
break;
125 case 8: _t->test_changeability();
break;
126 case 9: _t->test_multiplicity();
break;
127 case 10: _t->test_roleName();
break;
128 case 11: _t->test_roleDoc();
break;
129 case 12: _t->resolveRef();
break;
130 case 13: _t->test_saveAndLoad();
break;
137QT_INIT_METAOBJECT
const QMetaObject TestAssociation::staticMetaObject = { {
138 QMetaObject::SuperData::link<TestBase::staticMetaObject>(),
147const QMetaObject *TestAssociation::metaObject()
const
149 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
152void *TestAssociation::qt_metacast(
const char *_clname)
154 if (!_clname)
return nullptr;
156 return static_cast<void*
>(
this);
157 return TestBase::qt_metacast(_clname);
160int TestAssociation::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
162 _id = TestBase::qt_metacall(_c, _id, _a);
165 if (_c == QMetaObject::InvokeMetaMethod) {
167 qt_static_metacall(
this, _c, _id, _a);
169 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
171 *
reinterpret_cast<int*
>(_a[0]) = -1;
Definition testassociation.h:13
void initTestCase()
Definition testassociation.h:18
static const qt_meta_stringdata_TestAssociation_t qt_meta_stringdata_TestAssociation
Definition moc_testassociation.cpp:33
#define QT_MOC_LITERAL(idx, ofs, len)
Definition moc_testassociation.cpp:28
static const uint qt_meta_data_TestAssociation[]
Definition moc_testassociation.cpp:63