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 'exportallviewsdialog.h' doesn't include <QObject>."
20#elif Q_MOC_OUTPUT_REVISION != 69
21#error "This file was generated using the moc from 6.9.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")
37template <>
constexpr inline auto ExportAllViewsDialog::qt_create_metaobjectdata<qt_meta_tag_ZN20ExportAllViewsDialogE_t>()
39 namespace QMC = QtMocConstants;
40 QtMocHelpers::StringRefStorage qt_stringData {
41 "ExportAllViewsDialog",
44 "slotImageTypeChanged",
48 QtMocHelpers::UintData qt_methods {
50 QtMocHelpers::SlotData<void()>(1, 2, QMC::AccessProtected, QMetaType::Void),
52 QtMocHelpers::SlotData<void(QString)>(3, 2, QMC::AccessProtected, QMetaType::Void, {{
53 { QMetaType::QString, 4 },
56 QtMocHelpers::UintData qt_properties {
58 QtMocHelpers::UintData qt_enums {
60 return QtMocHelpers::metaObjectData<ExportAllViewsDialog, qt_meta_tag_ZN20ExportAllViewsDialogE_t>(QMC::MetaObjectFlag{}, qt_stringData,
61 qt_methods, qt_properties, qt_enums);
63Q_CONSTINIT const QMetaObject ExportAllViewsDialog::staticMetaObject = { {
64 QMetaObject::SuperData::link<SinglePageDialogBase::staticMetaObject>(),
65 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN20ExportAllViewsDialogE_t>.stringdata,
66 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN20ExportAllViewsDialogE_t>.data,
69 qt_staticMetaObjectRelocatingContent<qt_meta_tag_ZN20ExportAllViewsDialogE_t>.metaTypes,
73void ExportAllViewsDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
76 if (_c == QMetaObject::InvokeMetaMethod) {
78 case 0: _t->languageChange();
break;
79 case 1: _t->slotImageTypeChanged((*
reinterpret_cast< std::add_pointer_t<QString>
>(_a[1])));
break;
85const QMetaObject *ExportAllViewsDialog::metaObject()
const
87 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
90void *ExportAllViewsDialog::qt_metacast(
const char *_clname)
92 if (!_clname)
return nullptr;
93 if (!strcmp(_clname, qt_staticMetaObjectStaticContent<qt_meta_tag_ZN20ExportAllViewsDialogE_t>.strings))
94 return static_cast<void*
>(
this);
95 return SinglePageDialogBase::qt_metacast(_clname);
98int ExportAllViewsDialog::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
100 _id = SinglePageDialogBase::qt_metacall(_c, _id, _a);
103 if (_c == QMetaObject::InvokeMetaMethod) {
105 qt_static_metacall(
this, _c, _id, _a);
108 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
110 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();
ExportAllViewsDialog(QWidget *parent=nullptr, const char *name=nullptr)
Definition exportallviewsdialog.cpp:23
#define Q_CONSTINIT
Definition moc_parser.cpp:27
Definition moc_parser.cpp:33