umbrello 25.12.2
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
moc_testlistpopupmenu.cpp
Go to the documentation of this file.
1/****************************************************************************
2** Meta object code from reading C++ file 'testlistpopupmenu.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 <QtNetwork/QSslError>
11#include <QtCore/qmetatype.h>
12
13#include <QtCore/qtmochelpers.h>
14
15#include <memory>
16
17
18#include <QtCore/qxptype_traits.h>
19#if !defined(Q_MOC_OUTPUT_REVISION)
20#error "The header file 'testlistpopupmenu.h' doesn't include <QObject>."
21#elif Q_MOC_OUTPUT_REVISION != 69
22#error "This file was generated using the moc from 6.9.3. It"
23#error "cannot be used with the include files from this version of Qt."
24#error "(The moc has changed too much.)"
25#endif
26
27#ifndef Q_CONSTINIT
28#define Q_CONSTINIT
29#endif
30
31QT_WARNING_PUSH
33QT_WARNING_DISABLE_GCC("-Wuseless-cast")
34namespace {
36} // unnamed namespace
37
38template <> constexpr inline auto TestListPopupMenu::qt_create_metaobjectdata<qt_meta_tag_ZN17TestListPopupMenuE_t>()
39{
40 namespace QMC = QtMocConstants;
41 QtMocHelpers::StringRefStorage qt_stringData {
42 "TestListPopupMenu",
43 "test_createWidgetsSingleSelect",
44 "",
45 "test_createWidgetsMultiSelect",
46 "test_createAssociationWidget",
47 "test_createUMLScene",
48 "test_createUMLListview",
49 "test_createMiscMenu"
50 };
51
52 QtMocHelpers::UintData qt_methods {
53 // Slot 'test_createWidgetsSingleSelect'
54 QtMocHelpers::SlotData<void()>(1, 2, QMC::AccessPrivate, QMetaType::Void),
55 // Slot 'test_createWidgetsMultiSelect'
56 QtMocHelpers::SlotData<void()>(3, 2, QMC::AccessPrivate, QMetaType::Void),
57 // Slot 'test_createAssociationWidget'
58 QtMocHelpers::SlotData<void()>(4, 2, QMC::AccessPrivate, QMetaType::Void),
59 // Slot 'test_createUMLScene'
60 QtMocHelpers::SlotData<void()>(5, 2, QMC::AccessPrivate, QMetaType::Void),
61 // Slot 'test_createUMLListview'
62 QtMocHelpers::SlotData<void()>(6, 2, QMC::AccessPrivate, QMetaType::Void),
63 // Slot 'test_createMiscMenu'
64 QtMocHelpers::SlotData<void()>(7, 2, QMC::AccessPrivate, QMetaType::Void),
65 };
66 QtMocHelpers::UintData qt_properties {
67 };
68 QtMocHelpers::UintData qt_enums {
69 };
70 return QtMocHelpers::metaObjectData<TestListPopupMenu, qt_meta_tag_ZN17TestListPopupMenuE_t>(QMC::MetaObjectFlag{}, qt_stringData,
71 qt_methods, qt_properties, qt_enums);
72}
73Q_CONSTINIT const QMetaObject TestListPopupMenu::staticMetaObject = { {
74 QMetaObject::SuperData::link<TestBase::staticMetaObject>(),
75 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN17TestListPopupMenuE_t>.stringdata,
76 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN17TestListPopupMenuE_t>.data,
77 qt_static_metacall,
78 nullptr,
79 qt_staticMetaObjectRelocatingContent<qt_meta_tag_ZN17TestListPopupMenuE_t>.metaTypes,
80 nullptr
81} };
82
83void TestListPopupMenu::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
84{
85 auto *_t = static_cast<TestListPopupMenu *>(_o);
86 if (_c == QMetaObject::InvokeMetaMethod) {
87 switch (_id) {
88 case 0: _t->test_createWidgetsSingleSelect(); break;
89 case 1: _t->test_createWidgetsMultiSelect(); break;
90 case 2: _t->test_createAssociationWidget(); break;
91 case 3: _t->test_createUMLScene(); break;
92 case 4: _t->test_createUMLListview(); break;
93 case 5: _t->test_createMiscMenu(); break;
94 default: ;
95 }
96 }
97 (void)_a;
98}
99
100const QMetaObject *TestListPopupMenu::metaObject() const
101{
102 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
103}
104
105void *TestListPopupMenu::qt_metacast(const char *_clname)
106{
107 if (!_clname) return nullptr;
108 if (!strcmp(_clname, qt_staticMetaObjectStaticContent<qt_meta_tag_ZN17TestListPopupMenuE_t>.strings))
109 return static_cast<void*>(this);
110 return TestBase::qt_metacast(_clname);
111}
112
113int TestListPopupMenu::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
114{
115 _id = TestBase::qt_metacall(_c, _id, _a);
116 if (_id < 0)
117 return _id;
118 if (_c == QMetaObject::InvokeMetaMethod) {
119 if (_id < 6)
120 qt_static_metacall(this, _c, _id, _a);
121 _id -= 6;
122 }
123 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
124 if (_id < 6)
125 *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType();
126 _id -= 6;
127 }
128 return _id;
129}
130QT_WARNING_POP
#define Q_CONSTINIT
Definition moc_parser.cpp:27
Definition moc_parser.cpp:33