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 != 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_ZN24UMLEntityAttributeDialogE = QtMocHelpers::stringData(
40 "UMLEntityAttributeDialog",
41 "slotAutoIncrementStateChanged",
47#error "qtmochelpers.h not found or too old."
64 1, 1, 26, 2, 0x0a, 1 ,
65 4, 1, 29, 2, 0x0a, 3 ,
68 QMetaType::Void, QMetaType::Bool, 3,
69 QMetaType::Void, QMetaType::QString, 2,
74Q_CONSTINIT const QMetaObject UMLEntityAttributeDialog::staticMetaObject = { {
75 QMetaObject::SuperData::link<SinglePageDialogBase::staticMetaObject>(),
76 qt_meta_stringdata_ZN24UMLEntityAttributeDialogE.offsetsAndSizes,
80 qt_incomplete_metaTypeArray<qt_meta_tag_ZN24UMLEntityAttributeDialogE_t,
82 QtPrivate::TypeAndForceComplete<UMLEntityAttributeDialog, std::true_type>,
84 QtPrivate::TypeAndForceComplete<void, std::false_type>,
85 QtPrivate::TypeAndForceComplete<bool, std::false_type>,
87 QtPrivate::TypeAndForceComplete<void, std::false_type>,
88 QtPrivate::TypeAndForceComplete<const QString &, std::false_type>
93void UMLEntityAttributeDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
96 if (_c == QMetaObject::InvokeMetaMethod) {
98 case 0: _t->slotAutoIncrementStateChanged((*
reinterpret_cast< std::add_pointer_t<bool>
>(_a[1])));
break;
99 case 1: _t->slotNameChanged((*
reinterpret_cast< std::add_pointer_t<QString>
>(_a[1])));
break;
105const QMetaObject *UMLEntityAttributeDialog::metaObject()
const
107 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
110void *UMLEntityAttributeDialog::qt_metacast(
const char *_clname)
112 if (!_clname)
return nullptr;
113 if (!strcmp(_clname, qt_meta_stringdata_ZN24UMLEntityAttributeDialogE.stringdata0))
114 return static_cast<void*
>(
this);
115 return SinglePageDialogBase::qt_metacast(_clname);
118int UMLEntityAttributeDialog::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
120 _id = SinglePageDialogBase::qt_metacall(_c, _id, _a);
123 if (_c == QMetaObject::InvokeMetaMethod) {
125 qt_static_metacall(
this, _c, _id, _a);
128 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
130 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();
UMLEntityAttributeDialog(QWidget *pParent, UMLEntityAttribute *pEntityAttribute)
Definition umlentityattributedialog.cpp:40
#define Q_CONSTINIT
Definition moc_parser.cpp:27
static Q_CONSTINIT const uint qt_meta_data_ZN24UMLEntityAttributeDialogE[]
Definition moc_umlentityattributedialog.cpp:50
Definition moc_parser.cpp:33