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 != 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_ZN21DiagramPropertiesPageE = QtMocHelpers::stringData(
40 "DiagramPropertiesPage",
45#error "qtmochelpers.h not found or too old."
62 1, 0, 20, 2, 0x06, 1 ,
70Q_CONSTINIT const QMetaObject DiagramPropertiesPage::staticMetaObject = { {
71 QMetaObject::SuperData::link<DialogPageBase::staticMetaObject>(),
72 qt_meta_stringdata_ZN21DiagramPropertiesPageE.offsetsAndSizes,
76 qt_incomplete_metaTypeArray<qt_meta_tag_ZN21DiagramPropertiesPageE_t,
78 QtPrivate::TypeAndForceComplete<DiagramPropertiesPage, std::true_type>,
80 QtPrivate::TypeAndForceComplete<void, std::false_type>
85void DiagramPropertiesPage::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
88 if (_c == QMetaObject::InvokeMetaMethod) {
90 case 0: _t->applyClicked();
break;
94 if (_c == QMetaObject::IndexOfMethod) {
95 int *result =
reinterpret_cast<int *
>(_a[0]);
106const QMetaObject *DiagramPropertiesPage::metaObject()
const
108 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
111void *DiagramPropertiesPage::qt_metacast(
const char *_clname)
113 if (!_clname)
return nullptr;
114 if (!strcmp(_clname, qt_meta_stringdata_ZN21DiagramPropertiesPageE.stringdata0))
115 return static_cast<void*
>(
this);
116 if (!strcmp(_clname,
"Ui::DiagramPropertiesPage"))
117 return static_cast< Ui::DiagramPropertiesPage*
>(
this);
118 return DialogPageBase::qt_metacast(_clname);
121int DiagramPropertiesPage::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
123 _id = DialogPageBase::qt_metacall(_c, _id, _a);
126 if (_c == QMetaObject::InvokeMetaMethod) {
128 qt_static_metacall(
this, _c, _id, _a);
131 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
133 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();
142 QMetaObject::activate(
this, &staticMetaObject, 0,
nullptr);
void applyClicked()
Definition moc_diagrampropertiespage.cpp:140
DiagramPropertiesPage(QWidget *parent, UMLScene *scene)
Definition diagrampropertiespage.cpp:25
static Q_CONSTINIT const uint qt_meta_data_ZN21DiagramPropertiesPageE[]
Definition moc_diagrampropertiespage.cpp:48
#define Q_CONSTINIT
Definition moc_parser.cpp:27
Definition moc_parser.cpp:33
Definition moc_diagrampropertiespage.cpp:34