10#include <QtCore/qmetatype.h>
12#include <QtCore/qtmochelpers.h>
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.)"
32QT_WARNING_DISABLE_GCC(
"-Wuseless-cast")
38#ifdef QT_MOC_HAS_STRINGDATA
39static constexpr auto qt_meta_stringdata_ZN16DialogsPopupMenuE = QtMocHelpers::stringData(
43 "tt_Activity_Selected",
44 "tt_Association_Selected",
45 "tt_Attribute_Selected",
46 "tt_EntityAttribute_Selected",
47 "tt_EnumLiteral_Selected",
48 "tt_InstanceAttribute_Selected",
51 "tt_New_EntityAttribute",
53 "tt_New_InstanceAttribute",
57 "tt_Operation_Selected",
58 "tt_Parameter_Selected",
59 "tt_Template_Selected",
64#error "qtmochelpers.h not found or too old."
108Q_CONSTINIT const QMetaObject DialogsPopupMenu::staticMetaObject = { {
109 QMetaObject::SuperData::link<ListPopupMenu::staticMetaObject>(),
110 qt_meta_stringdata_ZN16DialogsPopupMenuE.offsetsAndSizes,
114 qt_incomplete_metaTypeArray<qt_meta_tag_ZN16DialogsPopupMenuE_t,
116 QtPrivate::TypeAndForceComplete<DialogsPopupMenu::TriggerType, std::true_type>,
118 QtPrivate::TypeAndForceComplete<DialogsPopupMenu, std::true_type>
123void DialogsPopupMenu::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
132const QMetaObject *DialogsPopupMenu::metaObject()
const
134 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
137void *DialogsPopupMenu::qt_metacast(
const char *_clname)
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);
145int DialogsPopupMenu::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
147 _id = ListPopupMenu::qt_metacall(_c, _id, _a);
#define Q_CONSTINIT
Definition moc_parser.cpp:27
Definition moc_parser.cpp:33