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 'umlattributedialog.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_ZN18UMLAttributeDialogE = QtMocHelpers::stringData(
43 "slotStereoTextChanged"
46#error "qtmochelpers.h not found or too old."
63 1, 1, 26, 2, 0x0a, 1 ,
64 3, 1, 29, 2, 0x0a, 3 ,
67 QMetaType::Void, QMetaType::QString, 2,
68 QMetaType::Void, QMetaType::QString, 2,
73Q_CONSTINIT const QMetaObject UMLAttributeDialog::staticMetaObject = { {
74 QMetaObject::SuperData::link<SinglePageDialogBase::staticMetaObject>(),
75 qt_meta_stringdata_ZN18UMLAttributeDialogE.offsetsAndSizes,
79 qt_incomplete_metaTypeArray<qt_meta_tag_ZN18UMLAttributeDialogE_t,
81 QtPrivate::TypeAndForceComplete<UMLAttributeDialog, std::true_type>,
83 QtPrivate::TypeAndForceComplete<void, std::false_type>,
84 QtPrivate::TypeAndForceComplete<const QString &, std::false_type>,
86 QtPrivate::TypeAndForceComplete<void, std::false_type>,
87 QtPrivate::TypeAndForceComplete<const QString &, std::false_type>
92void UMLAttributeDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
95 if (_c == QMetaObject::InvokeMetaMethod) {
97 case 0: _t->slotNameChanged((*
reinterpret_cast< std::add_pointer_t<QString>
>(_a[1])));
break;
98 case 1: _t->slotStereoTextChanged((*
reinterpret_cast< std::add_pointer_t<QString>
>(_a[1])));
break;
104const QMetaObject *UMLAttributeDialog::metaObject()
const
106 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
109void *UMLAttributeDialog::qt_metacast(
const char *_clname)
111 if (!_clname)
return nullptr;
112 if (!strcmp(_clname, qt_meta_stringdata_ZN18UMLAttributeDialogE.stringdata0))
113 return static_cast<void*
>(
this);
114 return SinglePageDialogBase::qt_metacast(_clname);
117int UMLAttributeDialog::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
119 _id = SinglePageDialogBase::qt_metacall(_c, _id, _a);
122 if (_c == QMetaObject::InvokeMetaMethod) {
124 qt_static_metacall(
this, _c, _id, _a);
127 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
129 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();
UMLAttributeDialog(QWidget *pParent, UMLAttribute *pAttribute)
Definition umlattributedialog.cpp:40
#define Q_CONSTINIT
Definition moc_parser.cpp:27
static Q_CONSTINIT const uint qt_meta_data_ZN18UMLAttributeDialogE[]
Definition moc_umlattributedialog.cpp:49
Definition moc_parser.cpp:33