umbrello 25.11.70
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 68 (Qt 6.8.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 != 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.)"
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
37
38#ifdef QT_MOC_HAS_STRINGDATA
39static constexpr auto qt_meta_stringdata_ZN14XhtmlGeneratorE = QtMocHelpers::stringData(
40 "XhtmlGenerator",
41 "finished",
42 "",
43 "status",
44 "slotDocbookToXhtml",
45 "slotHtmlGenerated",
46 "tmpFileName",
47 "threadFinished"
48);
49#else // !QT_MOC_HAS_STRINGDATA
50#error "qtmochelpers.h not found or too old."
51#endif // !QT_MOC_HAS_STRINGDATA
52
54
55 // content:
56 12, // revision
57 0, // classname
58 0, 0, // classinfo
59 4, 14, // methods
60 0, 0, // properties
61 0, 0, // enums/sets
62 0, 0, // constructors
63 0, // flags
64 1, // signalCount
65
66 // signals: name, argc, parameters, tag, flags, initial metatype offsets
67 1, 1, 38, 2, 0x06, 1 /* Public */,
68
69 // slots: name, argc, parameters, tag, flags, initial metatype offsets
70 4, 1, 41, 2, 0x09, 3 /* Protected */,
71 5, 1, 44, 2, 0x09, 5 /* Protected */,
72 7, 0, 47, 2, 0x09, 7 /* Protected */,
73
74 // signals: parameters
75 QMetaType::Void, QMetaType::Bool, 3,
76
77 // slots: parameters
78 QMetaType::Void, QMetaType::Bool, 3,
79 QMetaType::Void, QMetaType::QString, 6,
80 QMetaType::Void,
81
82 0 // eod
83};
84
85Q_CONSTINIT const QMetaObject XhtmlGenerator::staticMetaObject = { {
86 QMetaObject::SuperData::link<QObject::staticMetaObject>(),
87 qt_meta_stringdata_ZN14XhtmlGeneratorE.offsetsAndSizes,
89 qt_static_metacall,
90 nullptr,
91 qt_incomplete_metaTypeArray<qt_meta_tag_ZN14XhtmlGeneratorE_t,
92 // Q_OBJECT / Q_GADGET
93 QtPrivate::TypeAndForceComplete<XhtmlGenerator, std::true_type>,
94 // method 'finished'
95 QtPrivate::TypeAndForceComplete<void, std::false_type>,
96 QtPrivate::TypeAndForceComplete<bool, std::false_type>,
97 // method 'slotDocbookToXhtml'
98 QtPrivate::TypeAndForceComplete<void, std::false_type>,
99 QtPrivate::TypeAndForceComplete<bool, std::false_type>,
100 // method 'slotHtmlGenerated'
101 QtPrivate::TypeAndForceComplete<void, std::false_type>,
102 QtPrivate::TypeAndForceComplete<const QString &, std::false_type>,
103 // method 'threadFinished'
104 QtPrivate::TypeAndForceComplete<void, std::false_type>
105 >,
106 nullptr
107} };
108
109void XhtmlGenerator::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
110{
111 auto *_t = static_cast<XhtmlGenerator *>(_o);
112 if (_c == QMetaObject::InvokeMetaMethod) {
113 switch (_id) {
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;
118 default: ;
119 }
120 }
121 if (_c == QMetaObject::IndexOfMethod) {
122 int *result = reinterpret_cast<int *>(_a[0]);
123 {
124 using _q_method_type = void (XhtmlGenerator::*)(bool );
125 if (_q_method_type _q_method = &XhtmlGenerator::finished; *reinterpret_cast<_q_method_type *>(_a[1]) == _q_method) {
126 *result = 0;
127 return;
128 }
129 }
130 }
131}
132
133const QMetaObject *XhtmlGenerator::metaObject() const
134{
135 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
136}
137
138void *XhtmlGenerator::qt_metacast(const char *_clname)
139{
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);
144}
145
146int XhtmlGenerator::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
147{
148 _id = QObject::qt_metacall(_c, _id, _a);
149 if (_id < 0)
150 return _id;
151 if (_c == QMetaObject::InvokeMetaMethod) {
152 if (_id < 4)
153 qt_static_metacall(this, _c, _id, _a);
154 _id -= 4;
155 }
156 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
157 if (_id < 4)
158 *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType();
159 _id -= 4;
160 }
161 return _id;
162}
163
164// SIGNAL 0
166{
167 void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))) };
168 QMetaObject::activate(this, &staticMetaObject, 0, _a);
169}
170QT_WARNING_POP
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