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 'umloperation.h' doesn't include <QObject>."
20#elif Q_MOC_OUTPUT_REVISION != 69
21#error "This file was generated using the moc from 6.9.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")
37template <>
constexpr inline auto UMLOperation::qt_create_metaobjectdata<qt_meta_tag_ZN12UMLOperationE_t>()
39 namespace QMC = QtMocConstants;
40 QtMocHelpers::StringRefStorage qt_stringData {
44 QtMocHelpers::UintData qt_methods {
46 QtMocHelpers::UintData qt_properties {
48 QtMocHelpers::UintData qt_enums {
50 return QtMocHelpers::metaObjectData<UMLOperation, qt_meta_tag_ZN12UMLOperationE_t>(QMC::MetaObjectFlag{}, qt_stringData,
51 qt_methods, qt_properties, qt_enums);
53Q_CONSTINIT const QMetaObject UMLOperation::staticMetaObject = { {
54 QMetaObject::SuperData::link<UMLClassifierListItem::staticMetaObject>(),
55 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN12UMLOperationE_t>.stringdata,
56 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN12UMLOperationE_t>.data,
59 qt_staticMetaObjectRelocatingContent<qt_meta_tag_ZN12UMLOperationE_t>.metaTypes,
63void UMLOperation::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
72const QMetaObject *UMLOperation::metaObject()
const
74 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
77void *UMLOperation::qt_metacast(
const char *_clname)
79 if (!_clname)
return nullptr;
80 if (!strcmp(_clname, qt_staticMetaObjectStaticContent<qt_meta_tag_ZN12UMLOperationE_t>.strings))
81 return static_cast<void*
>(
this);
82 return UMLClassifierListItem::qt_metacast(_clname);
85int UMLOperation::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
87 _id = UMLClassifierListItem::qt_metacall(_c, _id, _a);
UMLOperation(UMLClassifier *parent, const QString &name, Uml::ID::Type id=Uml::ID::None, Uml::Visibility::Enum s=Uml::Visibility::Public, UMLObject *rt=nullptr)
Definition umloperation.cpp:42
#define Q_CONSTINIT
Definition moc_parser.cpp:27
Definition moc_parser.cpp:33