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 'classassociationspage.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_ZN21ClassAssociationsPageE = QtMocHelpers::stringData(
40 "ClassAssociationsPage",
46 "slotRightButtonPressed",
53#error "qtmochelpers.h not found or too old."
70 1, 1, 38, 2, 0x0a, 1 ,
71 5, 1, 41, 2, 0x0a, 3 ,
72 6, 1, 44, 2, 0x0a, 5 ,
73 8, 1, 47, 2, 0x0a, 7 ,
76 QMetaType::Void, 0x80000000 | 3, 4,
77 QMetaType::Void, 0x80000000 | 3, 4,
78 QMetaType::Void, QMetaType::QPoint, 7,
79 QMetaType::Void, 0x80000000 | 9, 10,
84Q_CONSTINIT const QMetaObject ClassAssociationsPage::staticMetaObject = { {
85 QMetaObject::SuperData::link<DialogPageBase::staticMetaObject>(),
86 qt_meta_stringdata_ZN21ClassAssociationsPageE.offsetsAndSizes,
90 qt_incomplete_metaTypeArray<qt_meta_tag_ZN21ClassAssociationsPageE_t,
92 QtPrivate::TypeAndForceComplete<ClassAssociationsPage, std::true_type>,
94 QtPrivate::TypeAndForceComplete<void, std::false_type>,
95 QtPrivate::TypeAndForceComplete<QListWidgetItem *, std::false_type>,
97 QtPrivate::TypeAndForceComplete<void, std::false_type>,
98 QtPrivate::TypeAndForceComplete<QListWidgetItem *, std::false_type>,
100 QtPrivate::TypeAndForceComplete<void, std::false_type>,
101 QtPrivate::TypeAndForceComplete<const QPoint &, std::false_type>,
103 QtPrivate::TypeAndForceComplete<void, std::false_type>,
104 QtPrivate::TypeAndForceComplete<QAction *, std::false_type>
109void ClassAssociationsPage::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
112 if (_c == QMetaObject::InvokeMetaMethod) {
114 case 0: _t->slotClick((*
reinterpret_cast< std::add_pointer_t<QListWidgetItem*>
>(_a[1])));
break;
115 case 1: _t->slotDoubleClick((*
reinterpret_cast< std::add_pointer_t<QListWidgetItem*>
>(_a[1])));
break;
116 case 2: _t->slotRightButtonPressed((*
reinterpret_cast< std::add_pointer_t<QPoint>
>(_a[1])));
break;
117 case 3: _t->slotMenuSelection((*
reinterpret_cast< std::add_pointer_t<QAction*>
>(_a[1])));
break;
121 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
123 default: *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();
break;
125 switch (*
reinterpret_cast<int*
>(_a[1])) {
126 default: *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();
break;
128 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType::fromType< QAction* >();
break;
135const QMetaObject *ClassAssociationsPage::metaObject()
const
137 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
140void *ClassAssociationsPage::qt_metacast(
const char *_clname)
142 if (!_clname)
return nullptr;
143 if (!strcmp(_clname, qt_meta_stringdata_ZN21ClassAssociationsPageE.stringdata0))
144 return static_cast<void*
>(
this);
145 return DialogPageBase::qt_metacast(_clname);
148int ClassAssociationsPage::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
150 _id = DialogPageBase::qt_metacall(_c, _id, _a);
153 if (_c == QMetaObject::InvokeMetaMethod) {
155 qt_static_metacall(
this, _c, _id, _a);
158 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
160 qt_static_metacall(
this, _c, _id, _a);
ClassAssociationsPage(QWidget *parent, UMLScene *scene, UMLObject *o)
Definition classassociationspage.cpp:32
static Q_CONSTINIT const uint qt_meta_data_ZN21ClassAssociationsPageE[]
Definition moc_classassociationspage.cpp:56
#define Q_CONSTINIT
Definition moc_parser.cpp:27
Definition moc_parser.cpp:33
Definition moc_classassociationspage.cpp:34