9#include "../../../../src/jobs/htmlgeneratorjob.h"
10#include <QtNetwork/QSslError>
11#include <QtCore/qmetatype.h>
13#include <QtCore/qtmochelpers.h>
18#include <QtCore/qxptype_traits.h>
19#if !defined(Q_MOC_OUTPUT_REVISION)
20#error "The header file 'htmlgeneratorjob.h' doesn't include <QObject>."
21#elif Q_MOC_OUTPUT_REVISION != 68
22#error "This file was generated using the moc from 6.8.3. It"
23#error "cannot be used with the include files from this version of Qt."
24#error "(The moc has changed too much.)"
32QT_WARNING_DISABLE_DEPRECATED
33QT_WARNING_DISABLE_GCC(
"-Wuseless-cast")
35struct qt_meta_tag_ZN16HtmlGeneratorJobE_t {};
39#ifdef QT_MOC_HAS_STRINGDATA
40static constexpr auto qt_meta_stringdata_ZN16HtmlGeneratorJobE = QtMocHelpers::stringData(
45 "QProcess::ExitStatus",
48 "onAnimationFramesReady",
49 "onHtmlGeneratorProgress",
54#error "qtmochelpers.h not found or too old."
57Q_CONSTINIT
static const uint qt_meta_data_ZN16HtmlGeneratorJobE[] = {
71 1, 2, 44, 2, 0x09, 1 ,
72 6, 0, 49, 2, 0x09, 4 ,
73 7, 0, 50, 2, 0x08, 5 ,
74 8, 1, 51, 2, 0x08, 6 ,
75 10, 0, 54, 2, 0x08, 8 ,
78 QMetaType::Void, QMetaType::Int, 0x80000000 | 4, 3, 5,
81 QMetaType::Void, QMetaType::Float, 9,
87Q_CONSTINIT
const QMetaObject HtmlGeneratorJob::staticMetaObject = { {
88 QMetaObject::SuperData::link<AbstractJob::staticMetaObject>(),
89 qt_meta_stringdata_ZN16HtmlGeneratorJobE.offsetsAndSizes,
90 qt_meta_data_ZN16HtmlGeneratorJobE,
93 qt_incomplete_metaTypeArray<qt_meta_tag_ZN16HtmlGeneratorJobE_t,
95 QtPrivate::TypeAndForceComplete<HtmlGeneratorJob, std::true_type>,
97 QtPrivate::TypeAndForceComplete<void, std::false_type>,
98 QtPrivate::TypeAndForceComplete<int, std::false_type>,
99 QtPrivate::TypeAndForceComplete<QProcess::ExitStatus, std::false_type>,
101 QtPrivate::TypeAndForceComplete<void, std::false_type>,
103 QtPrivate::TypeAndForceComplete<void, std::false_type>,
105 QtPrivate::TypeAndForceComplete<void, std::false_type>,
106 QtPrivate::TypeAndForceComplete<float, std::false_type>,
108 QtPrivate::TypeAndForceComplete<void, std::false_type>
113void HtmlGeneratorJob::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
115 auto *_t =
static_cast<HtmlGeneratorJob *
>(_o);
116 if (_c == QMetaObject::InvokeMetaMethod) {
118 case 0: _t->onFinished((*
reinterpret_cast< std::add_pointer_t<int>
>(_a[1])),(*
reinterpret_cast< std::add_pointer_t<QProcess::ExitStatus>
>(_a[2])));
break;
119 case 1: _t->onReadyRead();
break;
120 case 2: _t->onAnimationFramesReady();
break;
121 case 3: _t->onHtmlGeneratorProgress((*
reinterpret_cast< std::add_pointer_t<float>
>(_a[1])));
break;
122 case 4: _t->onOpenTriggered();
break;
128const QMetaObject *HtmlGeneratorJob::metaObject()
const
130 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
133void *HtmlGeneratorJob::qt_metacast(
const char *_clname)
135 if (!_clname)
return nullptr;
136 if (!strcmp(_clname, qt_meta_stringdata_ZN16HtmlGeneratorJobE.stringdata0))
137 return static_cast<void*
>(
this);
138 return AbstractJob::qt_metacast(_clname);
141int HtmlGeneratorJob::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
143 _id = AbstractJob::qt_metacall(_c, _id, _a);
146 if (_c == QMetaObject::InvokeMetaMethod) {
148 qt_static_metacall(
this, _c, _id, _a);
151 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
153 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();