umbrello 25.11.70
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 68 (Qt 6.8.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 != 68
22#error "This file was generated using the moc from 6.8.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
38
39#ifdef QT_MOC_HAS_STRINGDATA
40static constexpr auto qt_meta_stringdata_ZN17TestListPopupMenuE = QtMocHelpers::stringData(
41 "TestListPopupMenu",
42 "test_createWidgetsSingleSelect",
43 "",
44 "test_createWidgetsMultiSelect",
45 "test_createAssociationWidget",
46 "test_createUMLScene",
47 "test_createUMLListview",
48 "test_createMiscMenu"
49);
50#else // !QT_MOC_HAS_STRINGDATA
51#error "qtmochelpers.h not found or too old."
52#endif // !QT_MOC_HAS_STRINGDATA
53
55
56 // content:
57 12, // revision
58 0, // classname
59 0, 0, // classinfo
60 6, 14, // methods
61 0, 0, // properties
62 0, 0, // enums/sets
63 0, 0, // constructors
64 0, // flags
65 0, // signalCount
66
67 // slots: name, argc, parameters, tag, flags, initial metatype offsets
68 1, 0, 50, 2, 0x08, 1 /* Private */,
69 3, 0, 51, 2, 0x08, 2 /* Private */,
70 4, 0, 52, 2, 0x08, 3 /* Private */,
71 5, 0, 53, 2, 0x08, 4 /* Private */,
72 6, 0, 54, 2, 0x08, 5 /* Private */,
73 7, 0, 55, 2, 0x08, 6 /* Private */,
74
75 // slots: parameters
76 QMetaType::Void,
77 QMetaType::Void,
78 QMetaType::Void,
79 QMetaType::Void,
80 QMetaType::Void,
81 QMetaType::Void,
82
83 0 // eod
84};
85
86Q_CONSTINIT const QMetaObject TestListPopupMenu::staticMetaObject = { {
87 QMetaObject::SuperData::link<TestBase::staticMetaObject>(),
88 qt_meta_stringdata_ZN17TestListPopupMenuE.offsetsAndSizes,
90 qt_static_metacall,
91 nullptr,
92 qt_incomplete_metaTypeArray<qt_meta_tag_ZN17TestListPopupMenuE_t,
93 // Q_OBJECT / Q_GADGET
94 QtPrivate::TypeAndForceComplete<TestListPopupMenu, std::true_type>,
95 // method 'test_createWidgetsSingleSelect'
96 QtPrivate::TypeAndForceComplete<void, std::false_type>,
97 // method 'test_createWidgetsMultiSelect'
98 QtPrivate::TypeAndForceComplete<void, std::false_type>,
99 // method 'test_createAssociationWidget'
100 QtPrivate::TypeAndForceComplete<void, std::false_type>,
101 // method 'test_createUMLScene'
102 QtPrivate::TypeAndForceComplete<void, std::false_type>,
103 // method 'test_createUMLListview'
104 QtPrivate::TypeAndForceComplete<void, std::false_type>,
105 // method 'test_createMiscMenu'
106 QtPrivate::TypeAndForceComplete<void, std::false_type>
107 >,
108 nullptr
109} };
110
111void TestListPopupMenu::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
112{
113 auto *_t = static_cast<TestListPopupMenu *>(_o);
114 if (_c == QMetaObject::InvokeMetaMethod) {
115 switch (_id) {
116 case 0: _t->test_createWidgetsSingleSelect(); break;
117 case 1: _t->test_createWidgetsMultiSelect(); break;
118 case 2: _t->test_createAssociationWidget(); break;
119 case 3: _t->test_createUMLScene(); break;
120 case 4: _t->test_createUMLListview(); break;
121 case 5: _t->test_createMiscMenu(); break;
122 default: ;
123 }
124 }
125 (void)_a;
126}
127
128const QMetaObject *TestListPopupMenu::metaObject() const
129{
130 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
131}
132
133void *TestListPopupMenu::qt_metacast(const char *_clname)
134{
135 if (!_clname) return nullptr;
136 if (!strcmp(_clname, qt_meta_stringdata_ZN17TestListPopupMenuE.stringdata0))
137 return static_cast<void*>(this);
138 return TestBase::qt_metacast(_clname);
139}
140
141int TestListPopupMenu::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
142{
143 _id = TestBase::qt_metacall(_c, _id, _a);
144 if (_id < 0)
145 return _id;
146 if (_c == QMetaObject::InvokeMetaMethod) {
147 if (_id < 6)
148 qt_static_metacall(this, _c, _id, _a);
149 _id -= 6;
150 }
151 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
152 if (_id < 6)
153 *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType();
154 _id -= 6;
155 }
156 return _id;
157}
158QT_WARNING_POP
#define Q_CONSTINIT
Definition moc_parser.cpp:27
static Q_CONSTINIT const uint qt_meta_data_ZN17TestListPopupMenuE[]
Definition moc_testlistpopupmenu.cpp:54
Definition moc_parser.cpp:33