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 'combinedfragmentwidget.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_ZN22CombinedFragmentWidgetE = QtMocHelpers::stringData(
40 "CombinedFragmentWidget",
47#error "qtmochelpers.h not found or too old."
64 1, 1, 20, 2, 0x0a, 1 ,
67 QMetaType::Void, 0x80000000 | 3, 4,
72Q_CONSTINIT const QMetaObject CombinedFragmentWidget::staticMetaObject = { {
73 QMetaObject::SuperData::link<UMLWidget::staticMetaObject>(),
74 qt_meta_stringdata_ZN22CombinedFragmentWidgetE.offsetsAndSizes,
78 qt_incomplete_metaTypeArray<qt_meta_tag_ZN22CombinedFragmentWidgetE_t,
80 QtPrivate::TypeAndForceComplete<CombinedFragmentWidget, std::true_type>,
82 QtPrivate::TypeAndForceComplete<void, std::false_type>,
83 QtPrivate::TypeAndForceComplete<QAction *, std::false_type>
88void CombinedFragmentWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
91 if (_c == QMetaObject::InvokeMetaMethod) {
93 case 0: _t->slotMenuSelection((*
reinterpret_cast< std::add_pointer_t<QAction*>
>(_a[1])));
break;
97 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
99 default: *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();
break;
101 switch (*
reinterpret_cast<int*
>(_a[1])) {
102 default: *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();
break;
104 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType::fromType< QAction* >();
break;
111const QMetaObject *CombinedFragmentWidget::metaObject()
const
113 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
116void *CombinedFragmentWidget::qt_metacast(
const char *_clname)
118 if (!_clname)
return nullptr;
119 if (!strcmp(_clname, qt_meta_stringdata_ZN22CombinedFragmentWidgetE.stringdata0))
120 return static_cast<void*
>(
this);
121 return UMLWidget::qt_metacast(_clname);
124int CombinedFragmentWidget::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
126 _id = UMLWidget::qt_metacall(_c, _id, _a);
129 if (_c == QMetaObject::InvokeMetaMethod) {
131 qt_static_metacall(
this, _c, _id, _a);
134 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
136 qt_static_metacall(
this, _c, _id, _a);
#define Q_CONSTINIT
Definition moc_parser.cpp:27
Definition moc_parser.cpp:33