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 'docwindow.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 DocWindow::qt_create_metaobjectdata<qt_meta_tag_ZN9DocWindowE_t>()
39 namespace QMC = QtMocConstants;
40 QtMocHelpers::StringRefStorage qt_stringData {
42 "slotAssociationRemoved",
50 "slotFocusEnabledChanged",
54 QtMocHelpers::UintData qt_methods {
56 QtMocHelpers::SlotData<void(AssociationWidget *)>(1, 2, QMC::AccessPublic, QMetaType::Void, {{
57 { 0x80000000 | 3, 4 },
60 QtMocHelpers::SlotData<
void(UMLWidget *)>(5, 2, QMC::AccessPublic, QMetaType::Void, {{
61 { 0x80000000 | 6, 7 },
64 QtMocHelpers::SlotData<
void()>(8, 2, QMC::AccessPrivate, QMetaType::Void),
66 QtMocHelpers::SlotData<
void(
int)>(9, 2, QMC::AccessPrivate, QMetaType::Void, {{
67 { QMetaType::Int, 10 },
70 QtMocHelpers::UintData qt_properties {
72 QtMocHelpers::UintData qt_enums {
74 return QtMocHelpers::metaObjectData<DocWindow, qt_meta_tag_ZN9DocWindowE_t>(QMC::MetaObjectFlag{}, qt_stringData,
75 qt_methods, qt_properties, qt_enums);
77Q_CONSTINIT const QMetaObject DocWindow::staticMetaObject = { {
78 QMetaObject::SuperData::link<QWidget::staticMetaObject>(),
79 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN9DocWindowE_t>.stringdata,
80 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN9DocWindowE_t>.data,
83 qt_staticMetaObjectRelocatingContent<qt_meta_tag_ZN9DocWindowE_t>.metaTypes,
87void DocWindow::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
90 if (_c == QMetaObject::InvokeMetaMethod) {
92 case 0: _t->slotAssociationRemoved((*
reinterpret_cast< std::add_pointer_t<AssociationWidget*>
>(_a[1])));
break;
93 case 1: _t->slotWidgetRemoved((*
reinterpret_cast< std::add_pointer_t<UMLWidget*>
>(_a[1])));
break;
94 case 2: _t->slotTextChanged();
break;
95 case 3: _t->slotFocusEnabledChanged((*
reinterpret_cast< std::add_pointer_t<int>
>(_a[1])));
break;
101const QMetaObject *DocWindow::metaObject()
const
103 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
106void *DocWindow::qt_metacast(
const char *_clname)
108 if (!_clname)
return nullptr;
109 if (!strcmp(_clname, qt_staticMetaObjectStaticContent<qt_meta_tag_ZN9DocWindowE_t>.strings))
110 return static_cast<void*
>(
this);
111 return QWidget::qt_metacast(_clname);
114int DocWindow::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
116 _id = QWidget::qt_metacall(_c, _id, _a);
119 if (_c == QMetaObject::InvokeMetaMethod) {
121 qt_static_metacall(
this, _c, _id, _a);
124 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
126 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();
DocWindow(UMLDoc *doc, QWidget *parent=nullptr)
Definition docwindow.cpp:68
#define Q_CONSTINIT
Definition moc_parser.cpp:27
Definition moc_parser.cpp:33