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 'imagetypewidget.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_ZN15ImageTypeWidgetE = QtMocHelpers::stringData(
41 "currentIndexChanged",
44 "slotCurrentIndexChanged"
47#error "qtmochelpers.h not found or too old."
64 1, 1, 26, 2, 0x06, 1 ,
67 4, 1, 29, 2, 0x08, 3 ,
70 QMetaType::Void, QMetaType::QString, 3,
73 QMetaType::Void, QMetaType::QString, 3,
78Q_CONSTINIT const QMetaObject ImageTypeWidget::staticMetaObject = { {
79 QMetaObject::SuperData::link<QWidget::staticMetaObject>(),
80 qt_meta_stringdata_ZN15ImageTypeWidgetE.offsetsAndSizes,
84 qt_incomplete_metaTypeArray<qt_meta_tag_ZN15ImageTypeWidgetE_t,
86 QtPrivate::TypeAndForceComplete<ImageTypeWidget, std::true_type>,
88 QtPrivate::TypeAndForceComplete<void, std::false_type>,
89 QtPrivate::TypeAndForceComplete<const QString &, std::false_type>,
91 QtPrivate::TypeAndForceComplete<void, std::false_type>,
92 QtPrivate::TypeAndForceComplete<const QString &, std::false_type>
97void ImageTypeWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
100 if (_c == QMetaObject::InvokeMetaMethod) {
102 case 0: _t->currentIndexChanged((*
reinterpret_cast< std::add_pointer_t<QString>
>(_a[1])));
break;
103 case 1: _t->slotCurrentIndexChanged((*
reinterpret_cast< std::add_pointer_t<QString>
>(_a[1])));
break;
107 if (_c == QMetaObject::IndexOfMethod) {
108 int *result =
reinterpret_cast<int *
>(_a[0]);
119const QMetaObject *ImageTypeWidget::metaObject()
const
121 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
124void *ImageTypeWidget::qt_metacast(
const char *_clname)
126 if (!_clname)
return nullptr;
127 if (!strcmp(_clname, qt_meta_stringdata_ZN15ImageTypeWidgetE.stringdata0))
128 return static_cast<void*
>(
this);
129 return QWidget::qt_metacast(_clname);
132int ImageTypeWidget::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
134 _id = QWidget::qt_metacall(_c, _id, _a);
137 if (_c == QMetaObject::InvokeMetaMethod) {
139 qt_static_metacall(
this, _c, _id, _a);
142 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
144 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();
153 void *_a[] = {
nullptr,
const_cast<void*
>(
reinterpret_cast<const void*
>(std::addressof(_t1))) };
154 QMetaObject::activate(
this, &staticMetaObject, 0, _a);
#define Q_CONSTINIT
Definition moc_parser.cpp:27
Definition moc_parser.cpp:33