umbrello 26.04.3
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
moc_birdview.cpp
Go to the documentation of this file.
1/****************************************************************************
2** Meta object code from reading C++ file 'birdview.h'
3**
4** Created by: The Qt Meta Object Compiler version 69 (Qt 6.11.1)
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 'birdview.h' doesn't include <QObject>."
20#elif Q_MOC_OUTPUT_REVISION != 69
21#error "This file was generated using the moc from 6.11.1. 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
37template <> constexpr inline auto BirdView::qt_create_metaobjectdata<qt_meta_tag_ZN8BirdViewE_t>()
38{
39 namespace QMC = QtMocConstants;
40 QtMocHelpers::StringRefStorage qt_stringData {
41 "BirdView",
42 "viewPositionChanged",
43 "",
44 "QPointF",
45 "delta",
46 "slotViewChanged",
47 "slotDockSizeChanged",
48 "QSize",
49 "size",
50 "slotDestroyed",
51 "object"
52 };
53
54 QtMocHelpers::UintData qt_methods {
55 // Signal 'viewPositionChanged'
56 QtMocHelpers::SignalData<void(QPointF)>(1, 2, QMC::AccessPublic, QMetaType::Void, {{
57 { 0x80000000 | 3, 4 },
58 }}),
59 // Slot 'slotViewChanged'
60 QtMocHelpers::SlotData<void()>(5, 2, QMC::AccessPublic, QMetaType::Void),
61 // Slot 'slotDockSizeChanged'
62 QtMocHelpers::SlotData<void(const QSize &)>(6, 2, QMC::AccessPrivate, QMetaType::Void, {{
63 { 0x80000000 | 7, 8 },
64 }}),
65 // Slot 'slotDestroyed'
66 QtMocHelpers::SlotData<void(QObject *)>(9, 2, QMC::AccessPrivate, QMetaType::Void, {{
67 { QMetaType::QObjectStar, 10 },
68 }}),
69 };
70 QtMocHelpers::UintData qt_properties {
71 };
72 QtMocHelpers::UintData qt_enums {
73 };
74 return QtMocHelpers::metaObjectData<BirdView, qt_meta_tag_ZN8BirdViewE_t>(QMC::MetaObjectFlag{}, qt_stringData,
75 qt_methods, qt_properties, qt_enums);
76}
77Q_CONSTINIT const QMetaObject BirdView::staticMetaObject = { {
78 QMetaObject::SuperData::link<QFrame::staticMetaObject>(),
79 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN8BirdViewE_t>.stringdata,
80 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN8BirdViewE_t>.data,
81 qt_static_metacall,
82 nullptr,
83 qt_staticMetaObjectRelocatingContent<qt_meta_tag_ZN8BirdViewE_t>.metaTypes,
84 nullptr
85} };
86
87void BirdView::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
88{
89 auto *_t = static_cast<BirdView *>(_o);
90 if (_c == QMetaObject::InvokeMetaMethod) {
91 switch (_id) {
92 case 0: _t->viewPositionChanged((*reinterpret_cast<std::add_pointer_t<QPointF>>(_a[1]))); break;
93 case 1: _t->slotViewChanged(); break;
94 case 2: _t->slotDockSizeChanged((*reinterpret_cast<std::add_pointer_t<QSize>>(_a[1]))); break;
95 case 3: _t->slotDestroyed((*reinterpret_cast<std::add_pointer_t<QObject*>>(_a[1]))); break;
96 default: ;
97 }
98 }
99 if (_c == QMetaObject::IndexOfMethod) {
100 if (QtMocHelpers::indexOfMethod<void (BirdView::*)(QPointF )>(_a, &BirdView::viewPositionChanged, 0))
101 return;
102 }
103}
104
105const QMetaObject *BirdView::metaObject() const
106{
107 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
108}
109
110void *BirdView::qt_metacast(const char *_clname)
111{
112 if (!_clname) return nullptr;
113 if (!strcmp(_clname, qt_staticMetaObjectStaticContent<qt_meta_tag_ZN8BirdViewE_t>.strings))
114 return static_cast<void*>(this);
115 return QFrame::qt_metacast(_clname);
116}
117
118int BirdView::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
119{
120 _id = QFrame::qt_metacall(_c, _id, _a);
121 if (_id < 0)
122 return _id;
123 if (_c == QMetaObject::InvokeMetaMethod) {
124 if (_id < 4)
125 qt_static_metacall(this, _c, _id, _a);
126 _id -= 4;
127 }
128 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
129 if (_id < 4)
130 *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType();
131 _id -= 4;
132 }
133 return _id;
134}
135
136// SIGNAL 0
138{
139 QMetaObject::activate<void>(this, &staticMetaObject, 0, nullptr, _t1);
140}
141QT_WARNING_POP
BirdView(QDockWidget *parent, UMLView *view)
Constructor.
Definition birdview.cpp:29
void viewPositionChanged(QPointF delta)
Definition moc_birdview.cpp:137
#define Q_CONSTINIT
Definition moc_parser.cpp:27
Definition moc_parser.cpp:33