umbrello 25.04.1
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 67 (Qt 5.15.13)
5**
6** WARNING! All changes made in this file will be lost!
7*****************************************************************************/
8
9#include <memory>
10#include "../../../../unittests/testlistpopupmenu.h"
11#include <QtCore/qbytearray.h>
12#include <QtCore/qmetatype.h>
13#if !defined(Q_MOC_OUTPUT_REVISION)
14#error "The header file 'testlistpopupmenu.h' doesn't include <QObject>."
15#elif Q_MOC_OUTPUT_REVISION != 67
16#error "This file was generated using the moc from 5.15.13. It"
17#error "cannot be used with the include files from this version of Qt."
18#error "(The moc has changed too much.)"
19#endif
20
21QT_BEGIN_MOC_NAMESPACE
22QT_WARNING_PUSH
23QT_WARNING_DISABLE_DEPRECATED
25 QByteArrayData data[8];
26 char stringdata0[172];
27};
28#define QT_MOC_LITERAL(idx, ofs, len) \
29 Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
30 qptrdiff(offsetof(qt_meta_stringdata_TestListPopupMenu_t, stringdata0) + ofs \
31 - idx * sizeof(QByteArrayData)) \
32 )
34 {
35QT_MOC_LITERAL(0, 0, 17), // "TestListPopupMenu"
36QT_MOC_LITERAL(1, 18, 30), // "test_createWidgetsSingleSelect"
37QT_MOC_LITERAL(2, 49, 0), // ""
38QT_MOC_LITERAL(3, 50, 29), // "test_createWidgetsMultiSelect"
39QT_MOC_LITERAL(4, 80, 28), // "test_createAssociationWidget"
40QT_MOC_LITERAL(5, 109, 19), // "test_createUMLScene"
41QT_MOC_LITERAL(6, 129, 22), // "test_createUMLListview"
42QT_MOC_LITERAL(7, 152, 19) // "test_createMiscMenu"
43
44 },
45 "TestListPopupMenu\0test_createWidgetsSingleSelect\0"
46 "\0test_createWidgetsMultiSelect\0"
47 "test_createAssociationWidget\0"
48 "test_createUMLScene\0test_createUMLListview\0"
49 "test_createMiscMenu"
50};
51#undef QT_MOC_LITERAL
52
53static const uint qt_meta_data_TestListPopupMenu[] = {
54
55 // content:
56 8, // revision
57 0, // classname
58 0, 0, // classinfo
59 6, 14, // methods
60 0, 0, // properties
61 0, 0, // enums/sets
62 0, 0, // constructors
63 0, // flags
64 0, // signalCount
65
66 // slots: name, argc, parameters, tag, flags
67 1, 0, 44, 2, 0x08 /* Private */,
68 3, 0, 45, 2, 0x08 /* Private */,
69 4, 0, 46, 2, 0x08 /* Private */,
70 5, 0, 47, 2, 0x08 /* Private */,
71 6, 0, 48, 2, 0x08 /* Private */,
72 7, 0, 49, 2, 0x08 /* Private */,
73
74 // slots: parameters
75 QMetaType::Void,
76 QMetaType::Void,
77 QMetaType::Void,
78 QMetaType::Void,
79 QMetaType::Void,
80 QMetaType::Void,
81
82 0 // eod
83};
84
85void TestListPopupMenu::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
86{
87 if (_c == QMetaObject::InvokeMetaMethod) {
88 auto *_t = static_cast<TestListPopupMenu *>(_o);
89 (void)_t;
90 switch (_id) {
91 case 0: _t->test_createWidgetsSingleSelect(); break;
92 case 1: _t->test_createWidgetsMultiSelect(); break;
93 case 2: _t->test_createAssociationWidget(); break;
94 case 3: _t->test_createUMLScene(); break;
95 case 4: _t->test_createUMLListview(); break;
96 case 5: _t->test_createMiscMenu(); break;
97 default: ;
98 }
99 }
100 (void)_a;
101}
102
103QT_INIT_METAOBJECT const QMetaObject TestListPopupMenu::staticMetaObject = { {
104 QMetaObject::SuperData::link<TestBase::staticMetaObject>(),
107 qt_static_metacall,
108 nullptr,
109 nullptr
110} };
111
112
113const QMetaObject *TestListPopupMenu::metaObject() const
114{
115 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
116}
117
118void *TestListPopupMenu::qt_metacast(const char *_clname)
119{
120 if (!_clname) return nullptr;
122 return static_cast<void*>(this);
123 return TestBase::qt_metacast(_clname);
124}
125
126int TestListPopupMenu::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
127{
128 _id = TestBase::qt_metacall(_c, _id, _a);
129 if (_id < 0)
130 return _id;
131 if (_c == QMetaObject::InvokeMetaMethod) {
132 if (_id < 6)
133 qt_static_metacall(this, _c, _id, _a);
134 _id -= 6;
135 } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
136 if (_id < 6)
137 *reinterpret_cast<int*>(_a[0]) = -1;
138 _id -= 6;
139 }
140 return _id;
141}
142QT_WARNING_POP
143QT_END_MOC_NAMESPACE
Definition testlistpopupmenu.h:13
void test_createWidgetsSingleSelect()
Definition testlistpopupmenu.cpp:30
static const qt_meta_stringdata_TestListPopupMenu_t qt_meta_stringdata_TestListPopupMenu
Definition moc_testlistpopupmenu.cpp:33
static const uint qt_meta_data_TestListPopupMenu[]
Definition moc_testlistpopupmenu.cpp:53
#define QT_MOC_LITERAL(idx, ofs, len)
Definition moc_testlistpopupmenu.cpp:28
Definition moc_testlistpopupmenu.cpp:24
char stringdata0[172]
Definition moc_testlistpopupmenu.cpp:26
QByteArrayData data[8]
Definition moc_testlistpopupmenu.cpp:25