umbrello 25.12.2
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
moc_toolbarstatemessages.cpp
Go to the documentation of this file.
1/****************************************************************************
2** Meta object code from reading C++ file 'toolbarstatemessages.h'
3**
4** Created by: The Qt Meta Object Compiler version 69 (Qt 6.9.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 'toolbarstatemessages.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.)"
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 ToolBarStateMessages::qt_create_metaobjectdata<qt_meta_tag_ZN20ToolBarStateMessagesE_t>()
38{
39 namespace QMC = QtMocConstants;
40 QtMocHelpers::StringRefStorage qt_stringData {
41 "ToolBarStateMessages",
42 "slotWidgetRemoved",
43 "",
44 "UMLWidget*",
45 "widget"
46 };
47
48 QtMocHelpers::UintData qt_methods {
49 // Slot 'slotWidgetRemoved'
50 QtMocHelpers::SlotData<void(UMLWidget *)>(1, 2, QMC::AccessPublic, QMetaType::Void, {{
51 { 0x80000000 | 3, 4 },
52 }}),
53 };
54 QtMocHelpers::UintData qt_properties {
55 };
56 QtMocHelpers::UintData qt_enums {
57 };
58 return QtMocHelpers::metaObjectData<ToolBarStateMessages, qt_meta_tag_ZN20ToolBarStateMessagesE_t>(QMC::MetaObjectFlag{}, qt_stringData,
59 qt_methods, qt_properties, qt_enums);
60}
61Q_CONSTINIT const QMetaObject ToolBarStateMessages::staticMetaObject = { {
62 QMetaObject::SuperData::link<ToolBarStatePool::staticMetaObject>(),
63 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN20ToolBarStateMessagesE_t>.stringdata,
64 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN20ToolBarStateMessagesE_t>.data,
65 qt_static_metacall,
66 nullptr,
67 qt_staticMetaObjectRelocatingContent<qt_meta_tag_ZN20ToolBarStateMessagesE_t>.metaTypes,
68 nullptr
69} };
70
71void ToolBarStateMessages::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
72{
73 auto *_t = static_cast<ToolBarStateMessages *>(_o);
74 if (_c == QMetaObject::InvokeMetaMethod) {
75 switch (_id) {
76 case 0: _t->slotWidgetRemoved((*reinterpret_cast< std::add_pointer_t<UMLWidget*>>(_a[1]))); break;
77 default: ;
78 }
79 }
80}
81
82const QMetaObject *ToolBarStateMessages::metaObject() const
83{
84 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
85}
86
87void *ToolBarStateMessages::qt_metacast(const char *_clname)
88{
89 if (!_clname) return nullptr;
90 if (!strcmp(_clname, qt_staticMetaObjectStaticContent<qt_meta_tag_ZN20ToolBarStateMessagesE_t>.strings))
91 return static_cast<void*>(this);
92 return ToolBarStatePool::qt_metacast(_clname);
93}
94
95int ToolBarStateMessages::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
96{
97 _id = ToolBarStatePool::qt_metacall(_c, _id, _a);
98 if (_id < 0)
99 return _id;
100 if (_c == QMetaObject::InvokeMetaMethod) {
101 if (_id < 1)
102 qt_static_metacall(this, _c, _id, _a);
103 _id -= 1;
104 }
105 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
106 if (_id < 1)
107 *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType();
108 _id -= 1;
109 }
110 return _id;
111}
112QT_WARNING_POP
ToolBarStateMessages(UMLScene *umlScene)
Definition toolbarstatemessages.cpp:32
#define Q_CONSTINIT
Definition moc_parser.cpp:27
Definition moc_parser.cpp:33