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 'signalwidget.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_ZN12SignalWidgetE = QtMocHelpers::stringData(
52#error "qtmochelpers.h not found or too old."
69 1, 1, 26, 2, 0x0a, 2 ,
70 5, 0, 29, 2, 0x09, 4 ,
73 QMetaType::Void, 0x80000000 | 3, 4,
87Q_CONSTINIT const QMetaObject SignalWidget::staticMetaObject = { {
88 QMetaObject::SuperData::link<UMLWidget::staticMetaObject>(),
89 qt_meta_stringdata_ZN12SignalWidgetE.offsetsAndSizes,
93 qt_incomplete_metaTypeArray<qt_meta_tag_ZN12SignalWidgetE_t,
95 QtPrivate::TypeAndForceComplete<SignalWidget::SignalType, std::true_type>,
97 QtPrivate::TypeAndForceComplete<SignalWidget, std::true_type>,
99 QtPrivate::TypeAndForceComplete<void, std::false_type>,
100 QtPrivate::TypeAndForceComplete<QAction *, std::false_type>,
102 QtPrivate::TypeAndForceComplete<void, std::false_type>
107void SignalWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
110 if (_c == QMetaObject::InvokeMetaMethod) {
112 case 0: _t->slotMenuSelection((*
reinterpret_cast< std::add_pointer_t<QAction*>
>(_a[1])));
break;
113 case 1: _t->slotTextDestroyed();
break;
117 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
119 default: *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();
break;
121 switch (*
reinterpret_cast<int*
>(_a[1])) {
122 default: *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();
break;
124 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType::fromType< QAction* >();
break;
131const QMetaObject *SignalWidget::metaObject()
const
133 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
136void *SignalWidget::qt_metacast(
const char *_clname)
138 if (!_clname)
return nullptr;
139 if (!strcmp(_clname, qt_meta_stringdata_ZN12SignalWidgetE.stringdata0))
140 return static_cast<void*
>(
this);
141 return UMLWidget::qt_metacast(_clname);
144int SignalWidget::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
146 _id = UMLWidget::qt_metacall(_c, _id, _a);
149 if (_c == QMetaObject::InvokeMetaMethod) {
151 qt_static_metacall(
this, _c, _id, _a);
154 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
156 qt_static_metacall(
this, _c, _id, _a);
#define Q_CONSTINIT
Definition moc_parser.cpp:27
Definition moc_parser.cpp:33