umbrello 25.04.1
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
moc_dialogspopupmenu.cpp
Go to the documentation of this file.
1/****************************************************************************
2** Meta object code from reading C++ file 'dialogspopupmenu.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 "../../../../umbrello/menus/dialogspopupmenu.h"
11#include <QtCore/qbytearray.h>
12#include <QtCore/qmetatype.h>
13#if !defined(Q_MOC_OUTPUT_REVISION)
14#error "The header file 'dialogspopupmenu.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[22];
26 char stringdata0[420];
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_DialogsPopupMenu_t, stringdata0) + ofs \
31 - idx * sizeof(QByteArrayData)) \
32 )
34 {
35QT_MOC_LITERAL(0, 0, 16), // "DialogsPopupMenu"
36QT_MOC_LITERAL(1, 17, 11), // "TriggerType"
37QT_MOC_LITERAL(2, 29, 6), // "tt_Min"
38QT_MOC_LITERAL(3, 36, 20), // "tt_Activity_Selected"
39QT_MOC_LITERAL(4, 57, 23), // "tt_Association_Selected"
40QT_MOC_LITERAL(5, 81, 21), // "tt_Attribute_Selected"
41QT_MOC_LITERAL(6, 103, 27), // "tt_EntityAttribute_Selected"
42QT_MOC_LITERAL(7, 131, 23), // "tt_EnumLiteral_Selected"
43QT_MOC_LITERAL(8, 155, 29), // "tt_InstanceAttribute_Selected"
44QT_MOC_LITERAL(9, 185, 15), // "tt_New_Activity"
45QT_MOC_LITERAL(10, 201, 16), // "tt_New_Attribute"
46QT_MOC_LITERAL(11, 218, 22), // "tt_New_EntityAttribute"
47QT_MOC_LITERAL(12, 241, 18), // "tt_New_EnumLiteral"
48QT_MOC_LITERAL(13, 260, 24), // "tt_New_InstanceAttribute"
49QT_MOC_LITERAL(14, 285, 16), // "tt_New_Operation"
50QT_MOC_LITERAL(15, 302, 16), // "tt_New_Parameter"
51QT_MOC_LITERAL(16, 319, 15), // "tt_New_Template"
52QT_MOC_LITERAL(17, 335, 21), // "tt_Operation_Selected"
53QT_MOC_LITERAL(18, 357, 21), // "tt_Parameter_Selected"
54QT_MOC_LITERAL(19, 379, 20), // "tt_Template_Selected"
55QT_MOC_LITERAL(20, 400, 12), // "tt_Undefined"
56QT_MOC_LITERAL(21, 413, 6) // "tt_Max"
57
58 },
59 "DialogsPopupMenu\0TriggerType\0tt_Min\0"
60 "tt_Activity_Selected\0tt_Association_Selected\0"
61 "tt_Attribute_Selected\0tt_EntityAttribute_Selected\0"
62 "tt_EnumLiteral_Selected\0"
63 "tt_InstanceAttribute_Selected\0"
64 "tt_New_Activity\0tt_New_Attribute\0"
65 "tt_New_EntityAttribute\0tt_New_EnumLiteral\0"
66 "tt_New_InstanceAttribute\0tt_New_Operation\0"
67 "tt_New_Parameter\0tt_New_Template\0"
68 "tt_Operation_Selected\0tt_Parameter_Selected\0"
69 "tt_Template_Selected\0tt_Undefined\0"
70 "tt_Max"
71};
72#undef QT_MOC_LITERAL
73
74static const uint qt_meta_data_DialogsPopupMenu[] = {
75
76 // content:
77 8, // revision
78 0, // classname
79 0, 0, // classinfo
80 0, 0, // methods
81 0, 0, // properties
82 1, 14, // enums/sets
83 0, 0, // constructors
84 0, // flags
85 0, // signalCount
86
87 // enums: name, alias, flags, count, data
88 1, 1, 0x0, 20, 19,
89
90 // enum data: key, value
110 21, uint(DialogsPopupMenu::tt_Max),
111
112 0 // eod
113};
114
115void DialogsPopupMenu::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
116{
117 (void)_o;
118 (void)_id;
119 (void)_c;
120 (void)_a;
121}
122
123QT_INIT_METAOBJECT const QMetaObject DialogsPopupMenu::staticMetaObject = { {
124 QMetaObject::SuperData::link<ListPopupMenu::staticMetaObject>(),
127 qt_static_metacall,
128 nullptr,
129 nullptr
130} };
131
132
133const QMetaObject *DialogsPopupMenu::metaObject() const
134{
135 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
136}
137
138void *DialogsPopupMenu::qt_metacast(const char *_clname)
139{
140 if (!_clname) return nullptr;
142 return static_cast<void*>(this);
143 return ListPopupMenu::qt_metacast(_clname);
144}
145
146int DialogsPopupMenu::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
147{
148 _id = ListPopupMenu::qt_metacall(_c, _id, _a);
149 return _id;
150}
151QT_WARNING_POP
152QT_END_MOC_NAMESPACE
@ tt_New_Template
Definition dialogspopupmenu.h:32
@ tt_Max
Definition dialogspopupmenu.h:37
@ tt_Attribute_Selected
Definition dialogspopupmenu.h:21
@ tt_Activity_Selected
Definition dialogspopupmenu.h:19
@ tt_New_Operation
Definition dialogspopupmenu.h:30
@ tt_New_EnumLiteral
Definition dialogspopupmenu.h:28
@ tt_Association_Selected
Definition dialogspopupmenu.h:20
@ tt_New_InstanceAttribute
Definition dialogspopupmenu.h:29
@ tt_EnumLiteral_Selected
Definition dialogspopupmenu.h:23
@ tt_New_EntityAttribute
Definition dialogspopupmenu.h:27
@ tt_EntityAttribute_Selected
Definition dialogspopupmenu.h:22
@ tt_New_Parameter
Definition dialogspopupmenu.h:31
@ tt_New_Attribute
Definition dialogspopupmenu.h:26
@ tt_Parameter_Selected
Definition dialogspopupmenu.h:34
@ tt_Undefined
Definition dialogspopupmenu.h:36
@ tt_Min
Definition dialogspopupmenu.h:18
@ tt_Operation_Selected
Definition dialogspopupmenu.h:33
@ tt_New_Activity
Definition dialogspopupmenu.h:25
@ tt_Template_Selected
Definition dialogspopupmenu.h:35
@ tt_InstanceAttribute_Selected
Definition dialogspopupmenu.h:24
static const qt_meta_stringdata_DialogsPopupMenu_t qt_meta_stringdata_DialogsPopupMenu
Definition moc_dialogspopupmenu.cpp:33
#define QT_MOC_LITERAL(idx, ofs, len)
Definition moc_dialogspopupmenu.cpp:28
static const uint qt_meta_data_DialogsPopupMenu[]
Definition moc_dialogspopupmenu.cpp:74
Definition moc_dialogspopupmenu.cpp:24
QByteArrayData data[22]
Definition moc_dialogspopupmenu.cpp:25
char stringdata0[420]
Definition moc_dialogspopupmenu.cpp:26