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 'xhtmlgenerator.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_ZN14XhtmlGeneratorE = QtMocHelpers::stringData(
50#error "qtmochelpers.h not found or too old."
67 1, 1, 38, 2, 0x06, 1 ,
70 4, 1, 41, 2, 0x09, 3 ,
71 5, 1, 44, 2, 0x09, 5 ,
72 7, 0, 47, 2, 0x09, 7 ,
75 QMetaType::Void, QMetaType::Bool, 3,
78 QMetaType::Void, QMetaType::Bool, 3,
79 QMetaType::Void, QMetaType::QString, 6,
85Q_CONSTINIT const QMetaObject XhtmlGenerator::staticMetaObject = { {
86 QMetaObject::SuperData::link<QObject::staticMetaObject>(),
87 qt_meta_stringdata_ZN14XhtmlGeneratorE.offsetsAndSizes,
91 qt_incomplete_metaTypeArray<qt_meta_tag_ZN14XhtmlGeneratorE_t,
93 QtPrivate::TypeAndForceComplete<XhtmlGenerator, std::true_type>,
95 QtPrivate::TypeAndForceComplete<void, std::false_type>,
96 QtPrivate::TypeAndForceComplete<bool, std::false_type>,
98 QtPrivate::TypeAndForceComplete<void, std::false_type>,
99 QtPrivate::TypeAndForceComplete<bool, std::false_type>,
101 QtPrivate::TypeAndForceComplete<void, std::false_type>,
102 QtPrivate::TypeAndForceComplete<const QString &, std::false_type>,
104 QtPrivate::TypeAndForceComplete<void, std::false_type>
109void XhtmlGenerator::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
112 if (_c == QMetaObject::InvokeMetaMethod) {
114 case 0: _t->finished((*
reinterpret_cast< std::add_pointer_t<bool>
>(_a[1])));
break;
115 case 1: _t->slotDocbookToXhtml((*
reinterpret_cast< std::add_pointer_t<bool>
>(_a[1])));
break;
116 case 2: _t->slotHtmlGenerated((*
reinterpret_cast< std::add_pointer_t<QString>
>(_a[1])));
break;
117 case 3: _t->threadFinished();
break;
121 if (_c == QMetaObject::IndexOfMethod) {
122 int *result =
reinterpret_cast<int *
>(_a[0]);
125 if (_q_method_type _q_method = &
XhtmlGenerator::finished; *
reinterpret_cast<_q_method_type *
>(_a[1]) == _q_method) {
133const QMetaObject *XhtmlGenerator::metaObject()
const
135 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
138void *XhtmlGenerator::qt_metacast(
const char *_clname)
140 if (!_clname)
return nullptr;
141 if (!strcmp(_clname, qt_meta_stringdata_ZN14XhtmlGeneratorE.stringdata0))
142 return static_cast<void*
>(
this);
143 return QObject::qt_metacast(_clname);
146int XhtmlGenerator::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
148 _id = QObject::qt_metacall(_c, _id, _a);
151 if (_c == QMetaObject::InvokeMetaMethod) {
153 qt_static_metacall(
this, _c, _id, _a);
156 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
158 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();
167 void *_a[] = {
nullptr,
const_cast<void*
>(
reinterpret_cast<const void*
>(std::addressof(_t1))) };
168 QMetaObject::activate(
this, &staticMetaObject, 0, _a);
XhtmlGenerator()
Definition xhtmlgenerator.cpp:34
void finished(bool status)
Definition moc_xhtmlgenerator.cpp:165
#define Q_CONSTINIT
Definition moc_parser.cpp:27
static Q_CONSTINIT const uint qt_meta_data_ZN14XhtmlGeneratorE[]
Definition moc_xhtmlgenerator.cpp:53
Definition moc_parser.cpp:33