umbrello 25.11.70
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 68 (Qt 6.8.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 'dialogspopupmenu.h' doesn't include <QObject>."
20#elif Q_MOC_OUTPUT_REVISION != 68
21#error "This file was generated using the moc from 6.8.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
37
38#ifdef QT_MOC_HAS_STRINGDATA
39static constexpr auto qt_meta_stringdata_ZN16DialogsPopupMenuE = QtMocHelpers::stringData(
40 "DialogsPopupMenu",
41 "TriggerType",
42 "tt_Min",
43 "tt_Activity_Selected",
44 "tt_Association_Selected",
45 "tt_Attribute_Selected",
46 "tt_EntityAttribute_Selected",
47 "tt_EnumLiteral_Selected",
48 "tt_InstanceAttribute_Selected",
49 "tt_New_Activity",
50 "tt_New_Attribute",
51 "tt_New_EntityAttribute",
52 "tt_New_EnumLiteral",
53 "tt_New_InstanceAttribute",
54 "tt_New_Operation",
55 "tt_New_Parameter",
56 "tt_New_Template",
57 "tt_Operation_Selected",
58 "tt_Parameter_Selected",
59 "tt_Template_Selected",
60 "tt_Undefined",
61 "tt_Max"
62);
63#else // !QT_MOC_HAS_STRINGDATA
64#error "qtmochelpers.h not found or too old."
65#endif // !QT_MOC_HAS_STRINGDATA
66
68
69 // content:
70 12, // revision
71 0, // classname
72 0, 0, // classinfo
73 0, 0, // methods
74 0, 0, // properties
75 1, 14, // enums/sets
76 0, 0, // constructors
77 0, // flags
78 0, // signalCount
79
80 // enums: name, alias, flags, count, data
81 1, 1, 0x0, 20, 19,
82
83 // enum data: key, value
103 21, uint(DialogsPopupMenu::tt_Max),
104
105 0 // eod
106};
107
108Q_CONSTINIT const QMetaObject DialogsPopupMenu::staticMetaObject = { {
109 QMetaObject::SuperData::link<ListPopupMenu::staticMetaObject>(),
110 qt_meta_stringdata_ZN16DialogsPopupMenuE.offsetsAndSizes,
112 qt_static_metacall,
113 nullptr,
114 qt_incomplete_metaTypeArray<qt_meta_tag_ZN16DialogsPopupMenuE_t,
115 // enum 'TriggerType'
116 QtPrivate::TypeAndForceComplete<DialogsPopupMenu::TriggerType, std::true_type>,
117 // Q_OBJECT / Q_GADGET
118 QtPrivate::TypeAndForceComplete<DialogsPopupMenu, std::true_type>
119 >,
120 nullptr
121} };
122
123void DialogsPopupMenu::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
124{
125 auto *_t = static_cast<DialogsPopupMenu *>(_o);
126 (void)_t;
127 (void)_c;
128 (void)_id;
129 (void)_a;
130}
131
132const QMetaObject *DialogsPopupMenu::metaObject() const
133{
134 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
135}
136
137void *DialogsPopupMenu::qt_metacast(const char *_clname)
138{
139 if (!_clname) return nullptr;
140 if (!strcmp(_clname, qt_meta_stringdata_ZN16DialogsPopupMenuE.stringdata0))
141 return static_cast<void*>(this);
142 return ListPopupMenu::qt_metacast(_clname);
143}
144
145int DialogsPopupMenu::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
146{
147 _id = ListPopupMenu::qt_metacall(_c, _id, _a);
148 return _id;
149}
150QT_WARNING_POP
@ 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
DialogsPopupMenu(QWidget *parent, TriggerType type)
Definition dialogspopupmenu.cpp:15
static Q_CONSTINIT const uint qt_meta_data_ZN16DialogsPopupMenuE[]
Definition moc_dialogspopupmenu.cpp:67
#define Q_CONSTINIT
Definition moc_parser.cpp:27
Definition moc_parser.cpp:33