10#include <QtCore/qmetatype.h>
12#include <QtCore/qtmochelpers.h>
17#include <QtCore/qxptype_traits.h>
18#if !defined(Q_MOC_OUTPUT_REVISION)
19#error "The header file 'codemethodblock.h' doesn't include <QObject>."
20#elif Q_MOC_OUTPUT_REVISION != 68
21#error "This file was generated using the moc from 6.8.3. It"
22#error "cannot be used with the include files from this version of Qt."
23#error "(The moc has changed too much.)"
32QT_WARNING_DISABLE_GCC(
"-Wuseless-cast")
38#ifdef QT_MOC_HAS_STRINGDATA
39static constexpr auto qt_meta_stringdata_ZN15CodeMethodBlockE = QtMocHelpers::stringData(
45#error "qtmochelpers.h not found or too old."
62 1, 0, 20, 2, 0x0a, 1 ,
70Q_CONSTINIT const QMetaObject CodeMethodBlock::staticMetaObject = { {
71 QMetaObject::SuperData::link<OwnedCodeBlock::staticMetaObject>(),
72 qt_meta_stringdata_ZN15CodeMethodBlockE.offsetsAndSizes,
76 qt_incomplete_metaTypeArray<qt_meta_tag_ZN15CodeMethodBlockE_t,
78 QtPrivate::TypeAndForceComplete<CodeMethodBlock, std::true_type>,
80 QtPrivate::TypeAndForceComplete<void, std::false_type>
85void CodeMethodBlock::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
88 if (_c == QMetaObject::InvokeMetaMethod) {
90 case 0: _t->syncToParent();
break;
97const QMetaObject *CodeMethodBlock::metaObject()
const
99 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
102void *CodeMethodBlock::qt_metacast(
const char *_clname)
104 if (!_clname)
return nullptr;
105 if (!strcmp(_clname, qt_meta_stringdata_ZN15CodeMethodBlockE.stringdata0))
106 return static_cast<void*
>(
this);
107 if (!strcmp(_clname,
"CodeBlockWithComments"))
109 return OwnedCodeBlock::qt_metacast(_clname);
112int CodeMethodBlock::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
114 _id = OwnedCodeBlock::qt_metacall(_c, _id, _a);
117 if (_c == QMetaObject::InvokeMetaMethod) {
119 qt_static_metacall(
this, _c, _id, _a);
122 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
124 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();
CodeMethodBlock(ClassifierCodeDocument *doc, UMLObject *parentObj, const QString &body=QString(), const QString &comment=QString())
Definition codemethodblock.cpp:17
static Q_CONSTINIT const uint qt_meta_data_ZN15CodeMethodBlockE[]
Definition moc_codemethodblock.cpp:48
#define Q_CONSTINIT
Definition moc_parser.cpp:27
Definition moc_parser.cpp:33