umbrello 25.11.70
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
moc_classassociationspage.cpp
Go to the documentation of this file.
1/****************************************************************************
2** Meta object code from reading C++ file 'classassociationspage.h'
3**
4** Created by: The Qt Meta Object Compiler version 68 (Qt 6.8.3)
5**
6** WARNING! All changes made in this file will be lost!
7*****************************************************************************/
8
10#include <QtCore/qmetatype.h>
11
12#include <QtCore/qtmochelpers.h>
13
14#include <memory>
15
16
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.)"
24#endif
25
26#ifndef Q_CONSTINIT
27#define Q_CONSTINIT
28#endif
29
30QT_WARNING_PUSH
32QT_WARNING_DISABLE_GCC("-Wuseless-cast")
33namespace {
35} // unnamed namespace
36
37
38#ifdef QT_MOC_HAS_STRINGDATA
39static constexpr auto qt_meta_stringdata_ZN21ClassAssociationsPageE = QtMocHelpers::stringData(
40 "ClassAssociationsPage",
41 "slotDoubleClick",
42 "",
43 "QListWidgetItem*",
44 "item",
45 "slotRightButtonPressed",
46 "p",
47 "slotMenuSelection",
48 "QAction*",
49 "action"
50);
51#else // !QT_MOC_HAS_STRINGDATA
52#error "qtmochelpers.h not found or too old."
53#endif // !QT_MOC_HAS_STRINGDATA
54
56
57 // content:
58 12, // revision
59 0, // classname
60 0, 0, // classinfo
61 3, 14, // methods
62 0, 0, // properties
63 0, 0, // enums/sets
64 0, 0, // constructors
65 0, // flags
66 0, // signalCount
67
68 // slots: name, argc, parameters, tag, flags, initial metatype offsets
69 1, 1, 32, 2, 0x0a, 1 /* Public */,
70 5, 1, 35, 2, 0x0a, 3 /* Public */,
71 7, 1, 38, 2, 0x0a, 5 /* Public */,
72
73 // slots: parameters
74 QMetaType::Void, 0x80000000 | 3, 4,
75 QMetaType::Void, QMetaType::QPoint, 6,
76 QMetaType::Void, 0x80000000 | 8, 9,
77
78 0 // eod
79};
80
81Q_CONSTINIT const QMetaObject ClassAssociationsPage::staticMetaObject = { {
82 QMetaObject::SuperData::link<DialogPageBase::staticMetaObject>(),
83 qt_meta_stringdata_ZN21ClassAssociationsPageE.offsetsAndSizes,
85 qt_static_metacall,
86 nullptr,
87 qt_incomplete_metaTypeArray<qt_meta_tag_ZN21ClassAssociationsPageE_t,
88 // Q_OBJECT / Q_GADGET
89 QtPrivate::TypeAndForceComplete<ClassAssociationsPage, std::true_type>,
90 // method 'slotDoubleClick'
91 QtPrivate::TypeAndForceComplete<void, std::false_type>,
92 QtPrivate::TypeAndForceComplete<QListWidgetItem *, std::false_type>,
93 // method 'slotRightButtonPressed'
94 QtPrivate::TypeAndForceComplete<void, std::false_type>,
95 QtPrivate::TypeAndForceComplete<const QPoint &, std::false_type>,
96 // method 'slotMenuSelection'
97 QtPrivate::TypeAndForceComplete<void, std::false_type>,
98 QtPrivate::TypeAndForceComplete<QAction *, std::false_type>
99 >,
100 nullptr
101} };
102
103void ClassAssociationsPage::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
104{
105 auto *_t = static_cast<ClassAssociationsPage *>(_o);
106 if (_c == QMetaObject::InvokeMetaMethod) {
107 switch (_id) {
108 case 0: _t->slotDoubleClick((*reinterpret_cast< std::add_pointer_t<QListWidgetItem*>>(_a[1]))); break;
109 case 1: _t->slotRightButtonPressed((*reinterpret_cast< std::add_pointer_t<QPoint>>(_a[1]))); break;
110 case 2: _t->slotMenuSelection((*reinterpret_cast< std::add_pointer_t<QAction*>>(_a[1]))); break;
111 default: ;
112 }
113 }
114 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
115 switch (_id) {
116 default: *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType(); break;
117 case 2:
118 switch (*reinterpret_cast<int*>(_a[1])) {
119 default: *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType(); break;
120 case 0:
121 *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType::fromType< QAction* >(); break;
122 }
123 break;
124 }
125 }
126}
127
128const QMetaObject *ClassAssociationsPage::metaObject() const
129{
130 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
131}
132
133void *ClassAssociationsPage::qt_metacast(const char *_clname)
134{
135 if (!_clname) return nullptr;
136 if (!strcmp(_clname, qt_meta_stringdata_ZN21ClassAssociationsPageE.stringdata0))
137 return static_cast<void*>(this);
138 return DialogPageBase::qt_metacast(_clname);
139}
140
141int ClassAssociationsPage::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
142{
143 _id = DialogPageBase::qt_metacall(_c, _id, _a);
144 if (_id < 0)
145 return _id;
146 if (_c == QMetaObject::InvokeMetaMethod) {
147 if (_id < 3)
148 qt_static_metacall(this, _c, _id, _a);
149 _id -= 3;
150 }
151 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
152 if (_id < 3)
153 qt_static_metacall(this, _c, _id, _a);
154 _id -= 3;
155 }
156 return _id;
157}
158QT_WARNING_POP
ClassAssociationsPage(QWidget *parent, UMLScene *scene, UMLObject *o)
Definition classassociationspage.cpp:32
static Q_CONSTINIT const uint qt_meta_data_ZN21ClassAssociationsPageE[]
Definition moc_classassociationspage.cpp:55
#define Q_CONSTINIT
Definition moc_parser.cpp:27
Definition moc_parser.cpp:33