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 'classifierwidget.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_ZN16ClassifierWidgetE = QtMocHelpers::stringData(
56 "ShowOperationSignature",
57 "ShowAttributeSignature",
62#error "qtmochelpers.h not found or too old."
79 1, 1, 32, 2, 0x0a, 2 ,
80 5, 1, 35, 2, 0x08, 4 ,
81 7, 1, 38, 2, 0x08, 6 ,
84 QMetaType::Void, 0x80000000 | 3, 4,
85 QMetaType::Void, QMetaType::Bool, 6,
86 QMetaType::Void, QMetaType::Bool, 6,
107Q_CONSTINIT const QMetaObject ClassifierWidget::staticMetaObject = { {
108 QMetaObject::SuperData::link<UMLWidget::staticMetaObject>(),
109 qt_meta_stringdata_ZN16ClassifierWidgetE.offsetsAndSizes,
113 qt_incomplete_metaTypeArray<qt_meta_tag_ZN16ClassifierWidgetE_t,
115 QtPrivate::TypeAndForceComplete<ClassifierWidget::VisualProperty, std::true_type>,
117 QtPrivate::TypeAndForceComplete<ClassifierWidget, std::true_type>,
119 QtPrivate::TypeAndForceComplete<void, std::false_type>,
120 QtPrivate::TypeAndForceComplete<QAction *, std::false_type>,
122 QtPrivate::TypeAndForceComplete<void, std::false_type>,
123 QtPrivate::TypeAndForceComplete<bool, std::false_type>,
125 QtPrivate::TypeAndForceComplete<void, std::false_type>,
126 QtPrivate::TypeAndForceComplete<bool, std::false_type>
131void ClassifierWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
134 if (_c == QMetaObject::InvokeMetaMethod) {
136 case 0: _t->slotMenuSelection((*
reinterpret_cast< std::add_pointer_t<QAction*>
>(_a[1])));
break;
137 case 1: _t->slotShowAttributes((*
reinterpret_cast< std::add_pointer_t<bool>
>(_a[1])));
break;
138 case 2: _t->slotShowOperations((*
reinterpret_cast< std::add_pointer_t<bool>
>(_a[1])));
break;
144const QMetaObject *ClassifierWidget::metaObject()
const
146 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
149void *ClassifierWidget::qt_metacast(
const char *_clname)
151 if (!_clname)
return nullptr;
152 if (!strcmp(_clname, qt_meta_stringdata_ZN16ClassifierWidgetE.stringdata0))
153 return static_cast<void*
>(
this);
154 return UMLWidget::qt_metacast(_clname);
157int ClassifierWidget::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
159 _id = UMLWidget::qt_metacall(_c, _id, _a);
162 if (_c == QMetaObject::InvokeMetaMethod) {
164 qt_static_metacall(
this, _c, _id, _a);
167 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
169 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();
#define Q_CONSTINIT
Definition moc_parser.cpp:27
Definition moc_parser.cpp:33