umbrello 25.12.2
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 69 (Qt 6.9.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 != 69
21#error "This file was generated using the moc from 6.9.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
37template <> constexpr inline auto DialogsPopupMenu::qt_create_metaobjectdata<qt_meta_tag_ZN16DialogsPopupMenuE_t>()
38{
39 namespace QMC = QtMocConstants;
40 QtMocHelpers::StringRefStorage qt_stringData {
41 "DialogsPopupMenu",
42 "TriggerType",
43 "tt_Min",
44 "tt_Activity_Selected",
45 "tt_Association_Selected",
46 "tt_Attribute_Selected",
47 "tt_EntityAttribute_Selected",
48 "tt_EnumLiteral_Selected",
49 "tt_InstanceAttribute_Selected",
50 "tt_New_Activity",
51 "tt_New_Attribute",
52 "tt_New_EntityAttribute",
53 "tt_New_EnumLiteral",
54 "tt_New_InstanceAttribute",
55 "tt_New_Operation",
56 "tt_New_Parameter",
57 "tt_New_Template",
58 "tt_Operation_Selected",
59 "tt_Parameter_Selected",
60 "tt_Template_Selected",
61 "tt_Undefined",
62 "tt_Max"
63 };
64
65 QtMocHelpers::UintData qt_methods {
66 };
67 QtMocHelpers::UintData qt_properties {
68 };
69 QtMocHelpers::UintData qt_enums {
70 // enum 'TriggerType'
71 QtMocHelpers::EnumData<enum TriggerType>(1, 1, QMC::EnumFlags{}).add({
91 { 21, TriggerType::tt_Max },
92 }),
93 };
94 return QtMocHelpers::metaObjectData<DialogsPopupMenu, qt_meta_tag_ZN16DialogsPopupMenuE_t>(QMC::MetaObjectFlag{}, qt_stringData,
95 qt_methods, qt_properties, qt_enums);
96}
97Q_CONSTINIT const QMetaObject DialogsPopupMenu::staticMetaObject = { {
98 QMetaObject::SuperData::link<ListPopupMenu::staticMetaObject>(),
99 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN16DialogsPopupMenuE_t>.stringdata,
100 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN16DialogsPopupMenuE_t>.data,
101 qt_static_metacall,
102 nullptr,
103 qt_staticMetaObjectRelocatingContent<qt_meta_tag_ZN16DialogsPopupMenuE_t>.metaTypes,
104 nullptr
105} };
106
107void DialogsPopupMenu::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
108{
109 auto *_t = static_cast<DialogsPopupMenu *>(_o);
110 (void)_t;
111 (void)_c;
112 (void)_id;
113 (void)_a;
114}
115
116const QMetaObject *DialogsPopupMenu::metaObject() const
117{
118 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
119}
120
121void *DialogsPopupMenu::qt_metacast(const char *_clname)
122{
123 if (!_clname) return nullptr;
124 if (!strcmp(_clname, qt_staticMetaObjectStaticContent<qt_meta_tag_ZN16DialogsPopupMenuE_t>.strings))
125 return static_cast<void*>(this);
126 return ListPopupMenu::qt_metacast(_clname);
127}
128
129int DialogsPopupMenu::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
130{
131 _id = ListPopupMenu::qt_metacall(_c, _id, _a);
132 return _id;
133}
134QT_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
#define Q_CONSTINIT
Definition moc_parser.cpp:27
Definition moc_parser.cpp:33