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 'diagrampropertiespage.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 DiagramPropertiesPage::qt_create_metaobjectdata<qt_meta_tag_ZN21DiagramPropertiesPageE_t>()
39 namespace QMC = QtMocConstants;
40 QtMocHelpers::StringRefStorage qt_stringData {
41 "DiagramPropertiesPage",
46 QtMocHelpers::UintData qt_methods {
48 QtMocHelpers::SignalData<void()>(1, 2, QMC::AccessPublic, QMetaType::Void),
50 QtMocHelpers::UintData qt_properties {
52 QtMocHelpers::UintData qt_enums {
54 return QtMocHelpers::metaObjectData<DiagramPropertiesPage, qt_meta_tag_ZN21DiagramPropertiesPageE_t>(QMC::MetaObjectFlag{}, qt_stringData,
55 qt_methods, qt_properties, qt_enums);
57Q_CONSTINIT const QMetaObject DiagramPropertiesPage::staticMetaObject = { {
58 QMetaObject::SuperData::link<DialogPageBase::staticMetaObject>(),
59 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN21DiagramPropertiesPageE_t>.stringdata,
60 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN21DiagramPropertiesPageE_t>.data,
63 qt_staticMetaObjectRelocatingContent<qt_meta_tag_ZN21DiagramPropertiesPageE_t>.metaTypes,
67void DiagramPropertiesPage::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
70 if (_c == QMetaObject::InvokeMetaMethod) {
72 case 0: _t->applyClicked();
break;
76 if (_c == QMetaObject::IndexOfMethod) {
82const QMetaObject *DiagramPropertiesPage::metaObject()
const
84 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
87void *DiagramPropertiesPage::qt_metacast(
const char *_clname)
89 if (!_clname)
return nullptr;
90 if (!strcmp(_clname, qt_staticMetaObjectStaticContent<qt_meta_tag_ZN21DiagramPropertiesPageE_t>.strings))
91 return static_cast<void*
>(
this);
92 if (!strcmp(_clname,
"Ui::DiagramPropertiesPage"))
93 return static_cast< Ui::DiagramPropertiesPage*
>(
this);
94 return DialogPageBase::qt_metacast(_clname);
97int DiagramPropertiesPage::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
99 _id = DialogPageBase::qt_metacall(_c, _id, _a);
102 if (_c == QMetaObject::InvokeMetaMethod) {
104 qt_static_metacall(
this, _c, _id, _a);
107 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
109 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();
118 QMetaObject::activate(
this, &staticMetaObject, 0,
nullptr);
void applyClicked()
Definition moc_diagrampropertiespage.cpp:116
DiagramPropertiesPage(QWidget *parent, UMLScene *scene)
Definition diagrampropertiespage.cpp:25
#define Q_CONSTINIT
Definition moc_parser.cpp:27
Definition moc_parser.cpp:33
Definition moc_diagrampropertiespage.cpp:34