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 'listpopupmenu.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_ZN13ListPopupMenuE = QtMocHelpers::stringData(
43 "mt_Activity_Diagram",
45 "mt_Collaboration_Diagram",
46 "mt_Component_Diagram",
47 "mt_Deployment_Diagram",
48 "mt_EntityRelationship_Diagram",
49 "mt_Sequence_Diagram",
54 "mt_Component_Folder",
55 "mt_Deployment_Folder",
56 "mt_EntityRelationship_Folder",
58 "mt_Accept_Time_Event",
60 "mt_Activity_Transition",
73 "mt_DisjointSpecialisation",
74 "mt_EditCombinedState",
84 "mt_ForeignKeyConstraint",
86 "mt_GoToStateDiagram",
87 "mt_Initial_Activity",
91 "mt_InstanceAttribute",
93 "mt_InterfaceComponent",
94 "mt_InterfaceProvided",
95 "mt_InterfaceRequired",
97 "mt_MessageAsynchronous",
102 "mt_MessageSynchronous",
108 "mt_OverlappingSpecialisation",
113 "mt_PrePostCondition",
114 "mt_PrimaryKeyConstraint",
116 "mt_SelectStateDiagram",
122 "mt_StateTransition",
126 "mt_UniqueConstraint",
130 "mt_New_EntityAttribute",
131 "mt_New_EnumLiteral",
132 "mt_New_InstanceAttribute",
136 "mt_RemoveStateDiagram",
138 "mt_ReturnToCombinedState",
139 "mt_Hide_Attribute_Signature_Selection",
140 "mt_Hide_Attributes_Selection",
141 "mt_Hide_Destruction_Box",
142 "mt_Hide_NonPublic_Selection",
143 "mt_Hide_Operation_Signature_Selection",
144 "mt_Hide_Operations_Selection",
145 "mt_Hide_Packages_Selection",
146 "mt_Hide_Stereotypes_Selection",
147 "mt_Hide_Visibility_Selection",
148 "mt_Show_Attribute_Signature",
149 "mt_Show_Attribute_Signature_Selection",
150 "mt_Show_Attributes_Selection",
151 "mt_Show_Attributes",
152 "mt_Show_Destruction_Box",
153 "mt_Show_Documentation",
154 "mt_Show_NonPublic_Selection",
155 "mt_Show_Operation_Signature",
156 "mt_Show_Operation_Signature_Selection",
157 "mt_Show_Operations_Selection",
158 "mt_Show_Operations",
160 "mt_Show_Packages_Selection",
161 "mt_Show_Public_Only",
162 "mt_Show_Stereotypes",
163 "mt_Show_Stereotypes_Selection",
164 "mt_Show_Visibility_Selection",
168 "mt_ChangeToInterface",
169 "mt_ChangeToPackage",
172 "mt_Select_Operation",
187 "mt_Reset_Label_Positions",
189 "mt_Line_Color_Selection",
191 "mt_Fill_Color_Selection",
193 "mt_Set_Use_Fill_Color_Selection",
194 "mt_Unset_Use_Fill_Color_Selection",
198 "mt_Rename_RoleAName",
199 "mt_Rename_RoleBName",
201 "mt_Change_Font_Selection",
203 "mt_SnapComponentSizeToGrid",
204 "mt_ShowDocumentationIndicator",
214 "mt_Auto_Layout_Spline",
220 "mt_Externalize_Folder",
221 "mt_Internalize_Folder",
222 "mt_AddInteractionOperand",
235 "mt_LayoutOrthogonal",
241 "mt_Align_VerticalMiddle",
242 "mt_Align_HorizontalMiddle",
243 "mt_Align_VerticalDistribute",
244 "mt_Align_HorizontalDistribute",
245 "mt_Import_from_File",
253#error "qtmochelpers.h not found or too old."
271 208, 208, 0x0, 2, 436,
486Q_CONSTINIT const QMetaObject ListPopupMenu::staticMetaObject = { {
487 QMetaObject::SuperData::link<QMenu::staticMetaObject>(),
488 qt_meta_stringdata_ZN13ListPopupMenuE.offsetsAndSizes,
492 qt_incomplete_metaTypeArray<qt_meta_tag_ZN13ListPopupMenuE_t,
494 QtPrivate::TypeAndForceComplete<ListPopupMenu::MenuType, std::true_type>,
496 QtPrivate::TypeAndForceComplete<ListPopupMenu::DataType, std::true_type>,
498 QtPrivate::TypeAndForceComplete<ListPopupMenu, std::true_type>
503void ListPopupMenu::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
512const QMetaObject *ListPopupMenu::metaObject()
const
514 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
517void *ListPopupMenu::qt_metacast(
const char *_clname)
519 if (!_clname)
return nullptr;
520 if (!strcmp(_clname, qt_meta_stringdata_ZN13ListPopupMenuE.stringdata0))
521 return static_cast<void*
>(
this);
522 return QMenu::qt_metacast(_clname);
525int ListPopupMenu::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
527 _id = QMenu::qt_metacall(_c, _id, _a);
#define Q_CONSTINIT
Definition moc_parser.cpp:27
Definition moc_parser.cpp:33