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 'ownedhierarchicalcodeblock.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_ZN26OwnedHierarchicalCodeBlockE = QtMocHelpers::stringData(
40 "OwnedHierarchicalCodeBlock",
45#error "qtmochelpers.h not found or too old."
62 1, 0, 20, 2, 0x0a, 1 ,
70Q_CONSTINIT const QMetaObject OwnedHierarchicalCodeBlock::staticMetaObject = { {
71 QMetaObject::SuperData::link<OwnedCodeBlock::staticMetaObject>(),
72 qt_meta_stringdata_ZN26OwnedHierarchicalCodeBlockE.offsetsAndSizes,
76 qt_incomplete_metaTypeArray<qt_meta_tag_ZN26OwnedHierarchicalCodeBlockE_t,
78 QtPrivate::TypeAndForceComplete<OwnedHierarchicalCodeBlock, std::true_type>,
80 QtPrivate::TypeAndForceComplete<void, std::false_type>
85void OwnedHierarchicalCodeBlock::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 *OwnedHierarchicalCodeBlock::metaObject()
const
99 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
102void *OwnedHierarchicalCodeBlock::qt_metacast(
const char *_clname)
104 if (!_clname)
return nullptr;
105 if (!strcmp(_clname, qt_meta_stringdata_ZN26OwnedHierarchicalCodeBlockE.stringdata0))
106 return static_cast<void*
>(
this);
107 if (!strcmp(_clname,
"HierarchicalCodeBlock"))
109 return OwnedCodeBlock::qt_metacast(_clname);
112int OwnedHierarchicalCodeBlock::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();
HierarchicalCodeBlock(CodeDocument *doc, const QString &startString=QString(), const QString &endString=QString(), const QString &comment=QString())
Definition hierarchicalcodeblock.cpp:26
OwnedHierarchicalCodeBlock(UMLObject *parent, CodeDocument *parentDoc, const QString &start=QString(), const QString &end=QString(), const QString &comment=QString())
Definition ownedhierarchicalcodeblock.cpp:19
static Q_CONSTINIT const uint qt_meta_data_ZN26OwnedHierarchicalCodeBlockE[]
Definition moc_ownedhierarchicalcodeblock.cpp:48
#define Q_CONSTINIT
Definition moc_parser.cpp:27
Definition moc_parser.cpp:33