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 'umlentityattributedialog.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 UMLEntityAttributeDialog::qt_create_metaobjectdata<qt_meta_tag_ZN24UMLEntityAttributeDialogE_t>()
39 namespace QMC = QtMocConstants;
40 QtMocHelpers::StringRefStorage qt_stringData {
41 "UMLEntityAttributeDialog",
42 "slotAutoIncrementStateChanged",
48 QtMocHelpers::UintData qt_methods {
50 QtMocHelpers::SlotData<void(bool)>(1, 2, QMC::AccessPublic, QMetaType::Void, {{
51 { QMetaType::Bool, 3 },
54 QtMocHelpers::SlotData<
void(
const QString &)>(4, 2, QMC::AccessPublic, QMetaType::Void, {{
55 { QMetaType::QString, 2 },
58 QtMocHelpers::UintData qt_properties {
60 QtMocHelpers::UintData qt_enums {
62 return QtMocHelpers::metaObjectData<UMLEntityAttributeDialog, qt_meta_tag_ZN24UMLEntityAttributeDialogE_t>(QMC::MetaObjectFlag{}, qt_stringData,
63 qt_methods, qt_properties, qt_enums);
65Q_CONSTINIT const QMetaObject UMLEntityAttributeDialog::staticMetaObject = { {
66 QMetaObject::SuperData::link<SinglePageDialogBase::staticMetaObject>(),
67 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN24UMLEntityAttributeDialogE_t>.stringdata,
68 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN24UMLEntityAttributeDialogE_t>.data,
71 qt_staticMetaObjectRelocatingContent<qt_meta_tag_ZN24UMLEntityAttributeDialogE_t>.metaTypes,
75void UMLEntityAttributeDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
78 if (_c == QMetaObject::InvokeMetaMethod) {
80 case 0: _t->slotAutoIncrementStateChanged((*
reinterpret_cast< std::add_pointer_t<bool>
>(_a[1])));
break;
81 case 1: _t->slotNameChanged((*
reinterpret_cast< std::add_pointer_t<QString>
>(_a[1])));
break;
87const QMetaObject *UMLEntityAttributeDialog::metaObject()
const
89 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
92void *UMLEntityAttributeDialog::qt_metacast(
const char *_clname)
94 if (!_clname)
return nullptr;
95 if (!strcmp(_clname, qt_staticMetaObjectStaticContent<qt_meta_tag_ZN24UMLEntityAttributeDialogE_t>.strings))
96 return static_cast<void*
>(
this);
97 return SinglePageDialogBase::qt_metacast(_clname);
100int UMLEntityAttributeDialog::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
102 _id = SinglePageDialogBase::qt_metacall(_c, _id, _a);
105 if (_c == QMetaObject::InvokeMetaMethod) {
107 qt_static_metacall(
this, _c, _id, _a);
110 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
112 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();
UMLEntityAttributeDialog(QWidget *pParent, UMLEntityAttribute *pEntityAttribute)
Definition umlentityattributedialog.cpp:40
#define Q_CONSTINIT
Definition moc_parser.cpp:27
Definition moc_parser.cpp:33