umbrello 25.12.2
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
moc_xhtmlgenerator.cpp
Go to the documentation of this file.
1/****************************************************************************
2** Meta object code from reading C++ file 'xhtmlgenerator.h'
3**
4** Created by: The Qt Meta Object Compiler version 69 (Qt 6.9.3)
5**
6** WARNING! All changes made in this file will be lost!
7*****************************************************************************/
8
10#include <QtCore/qmetatype.h>
11
12#include <QtCore/qtmochelpers.h>
13
14#include <memory>
15
16
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 != 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.)"
24#endif
25
26#ifndef Q_CONSTINIT
27#define Q_CONSTINIT
28#endif
29
30QT_WARNING_PUSH
32QT_WARNING_DISABLE_GCC("-Wuseless-cast")
33namespace {
35} // unnamed namespace
36
37template <> constexpr inline auto XhtmlGenerator::qt_create_metaobjectdata<qt_meta_tag_ZN14XhtmlGeneratorE_t>()
38{
39 namespace QMC = QtMocConstants;
40 QtMocHelpers::StringRefStorage qt_stringData {
41 "XhtmlGenerator",
42 "finished",
43 "",
44 "status",
45 "slotDocbookToXhtml",
46 "slotHtmlGenerated",
47 "tmpFileName",
48 "threadFinished"
49 };
50
51 QtMocHelpers::UintData qt_methods {
52 // Signal 'finished'
53 QtMocHelpers::SignalData<void(bool)>(1, 2, QMC::AccessPublic, QMetaType::Void, {{
54 { QMetaType::Bool, 3 },
55 }}),
56 // Slot 'slotDocbookToXhtml'
57 QtMocHelpers::SlotData<void(bool)>(4, 2, QMC::AccessProtected, QMetaType::Void, {{
58 { QMetaType::Bool, 3 },
59 }}),
60 // Slot 'slotHtmlGenerated'
61 QtMocHelpers::SlotData<void(const QString &)>(5, 2, QMC::AccessProtected, QMetaType::Void, {{
62 { QMetaType::QString, 6 },
63 }}),
64 // Slot 'threadFinished'
65 QtMocHelpers::SlotData<void()>(7, 2, QMC::AccessProtected, QMetaType::Void),
66 };
67 QtMocHelpers::UintData qt_properties {
68 };
69 QtMocHelpers::UintData qt_enums {
70 };
71 return QtMocHelpers::metaObjectData<XhtmlGenerator, qt_meta_tag_ZN14XhtmlGeneratorE_t>(QMC::MetaObjectFlag{}, qt_stringData,
72 qt_methods, qt_properties, qt_enums);
73}
74Q_CONSTINIT const QMetaObject XhtmlGenerator::staticMetaObject = { {
75 QMetaObject::SuperData::link<QObject::staticMetaObject>(),
76 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN14XhtmlGeneratorE_t>.stringdata,
77 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN14XhtmlGeneratorE_t>.data,
78 qt_static_metacall,
79 nullptr,
80 qt_staticMetaObjectRelocatingContent<qt_meta_tag_ZN14XhtmlGeneratorE_t>.metaTypes,
81 nullptr
82} };
83
84void XhtmlGenerator::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
85{
86 auto *_t = static_cast<XhtmlGenerator *>(_o);
87 if (_c == QMetaObject::InvokeMetaMethod) {
88 switch (_id) {
89 case 0: _t->finished((*reinterpret_cast< std::add_pointer_t<bool>>(_a[1]))); break;
90 case 1: _t->slotDocbookToXhtml((*reinterpret_cast< std::add_pointer_t<bool>>(_a[1]))); break;
91 case 2: _t->slotHtmlGenerated((*reinterpret_cast< std::add_pointer_t<QString>>(_a[1]))); break;
92 case 3: _t->threadFinished(); break;
93 default: ;
94 }
95 }
96 if (_c == QMetaObject::IndexOfMethod) {
97 if (QtMocHelpers::indexOfMethod<void (XhtmlGenerator::*)(bool )>(_a, &XhtmlGenerator::finished, 0))
98 return;
99 }
100}
101
102const QMetaObject *XhtmlGenerator::metaObject() const
103{
104 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
105}
106
107void *XhtmlGenerator::qt_metacast(const char *_clname)
108{
109 if (!_clname) return nullptr;
110 if (!strcmp(_clname, qt_staticMetaObjectStaticContent<qt_meta_tag_ZN14XhtmlGeneratorE_t>.strings))
111 return static_cast<void*>(this);
112 return QObject::qt_metacast(_clname);
113}
114
115int XhtmlGenerator::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
116{
117 _id = QObject::qt_metacall(_c, _id, _a);
118 if (_id < 0)
119 return _id;
120 if (_c == QMetaObject::InvokeMetaMethod) {
121 if (_id < 4)
122 qt_static_metacall(this, _c, _id, _a);
123 _id -= 4;
124 }
125 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
126 if (_id < 4)
127 *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType();
128 _id -= 4;
129 }
130 return _id;
131}
132
133// SIGNAL 0
135{
136 QMetaObject::activate<void>(this, &staticMetaObject, 0, nullptr, _t1);
137}
138QT_WARNING_POP
XhtmlGenerator()
Definition xhtmlgenerator.cpp:34
void finished(bool status)
Definition moc_xhtmlgenerator.cpp:134
#define Q_CONSTINIT
Definition moc_parser.cpp:27
Definition moc_parser.cpp:33