-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmoc_CelestronOriginSimulator.cpp
More file actions
203 lines (190 loc) · 8.03 KB
/
moc_CelestronOriginSimulator.cpp
File metadata and controls
203 lines (190 loc) · 8.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
/****************************************************************************
** Meta object code from reading C++ file 'CelestronOriginSimulator.h'
**
** Created by: The Qt Meta Object Compiler version 69 (Qt 6.9.3)
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/
#include "CelestronOriginSimulator.h"
#include <QtNetwork/QSslError>
#include <QtGui/qtextcursor.h>
#include <QtCore/qmetatype.h>
#include <QtCore/qtmochelpers.h>
#include <memory>
#include <QtCore/qxptype_traits.h>
#if !defined(Q_MOC_OUTPUT_REVISION)
#error "The header file 'CelestronOriginSimulator.h' doesn't include <QObject>."
#elif Q_MOC_OUTPUT_REVISION != 69
#error "This file was generated using the moc from 6.9.3. It"
#error "cannot be used with the include files from this version of Qt."
#error "(The moc has changed too much.)"
#endif
#ifndef Q_CONSTINIT
#define Q_CONSTINIT
#endif
QT_WARNING_PUSH
QT_WARNING_DISABLE_DEPRECATED
QT_WARNING_DISABLE_GCC("-Wuseless-cast")
namespace {
struct qt_meta_tag_ZN24CelestronOriginSimulatorE_t {};
} // unnamed namespace
template <> constexpr inline auto CelestronOriginSimulator::qt_create_metaobjectdata<qt_meta_tag_ZN24CelestronOriginSimulatorE_t>()
{
namespace QMC = QtMocConstants;
QtMocHelpers::StringRefStorage qt_stringData {
"CelestronOriginSimulator",
"handleNewConnection",
"",
"handleIncomingData",
"QTcpSocket*",
"socket",
"sendBroadcast",
"sendStatusUpdates",
"updateSlew",
"updateImaging",
"onWebSocketDisconnected",
"processWebSocketCommand",
"message",
"handleWebSocketPing",
"payload",
"handleWebSocketPong",
"handleWebSocketTimeout",
"checkConnectionHealth",
"onHipsImageReady",
"filename",
"onHipsTilesAvailable",
"filenames",
"onHipsFetchError",
"error_message",
"onHipsTestingComplete"
};
QtMocHelpers::UintData qt_methods {
// Slot 'handleNewConnection'
QtMocHelpers::SlotData<void()>(1, 2, QMC::AccessPrivate, QMetaType::Void),
// Slot 'handleIncomingData'
QtMocHelpers::SlotData<void(QTcpSocket *)>(3, 2, QMC::AccessPrivate, QMetaType::Void, {{
{ 0x80000000 | 4, 5 },
}}),
// Slot 'sendBroadcast'
QtMocHelpers::SlotData<void()>(6, 2, QMC::AccessPrivate, QMetaType::Void),
// Slot 'sendStatusUpdates'
QtMocHelpers::SlotData<void()>(7, 2, QMC::AccessPrivate, QMetaType::Void),
// Slot 'updateSlew'
QtMocHelpers::SlotData<void()>(8, 2, QMC::AccessPrivate, QMetaType::Void),
// Slot 'updateImaging'
QtMocHelpers::SlotData<void()>(9, 2, QMC::AccessPrivate, QMetaType::Void),
// Slot 'onWebSocketDisconnected'
QtMocHelpers::SlotData<void()>(10, 2, QMC::AccessPrivate, QMetaType::Void),
// Slot 'processWebSocketCommand'
QtMocHelpers::SlotData<void(const QString &)>(11, 2, QMC::AccessPrivate, QMetaType::Void, {{
{ QMetaType::QString, 12 },
}}),
// Slot 'handleWebSocketPing'
QtMocHelpers::SlotData<void(const QByteArray &)>(13, 2, QMC::AccessPrivate, QMetaType::Void, {{
{ QMetaType::QByteArray, 14 },
}}),
// Slot 'handleWebSocketPong'
QtMocHelpers::SlotData<void(const QByteArray &)>(15, 2, QMC::AccessPrivate, QMetaType::Void, {{
{ QMetaType::QByteArray, 14 },
}}),
// Slot 'handleWebSocketTimeout'
QtMocHelpers::SlotData<void()>(16, 2, QMC::AccessPrivate, QMetaType::Void),
// Slot 'checkConnectionHealth'
QtMocHelpers::SlotData<void()>(17, 2, QMC::AccessPrivate, QMetaType::Void),
// Slot 'onHipsImageReady'
QtMocHelpers::SlotData<void(const QString &)>(18, 2, QMC::AccessPrivate, QMetaType::Void, {{
{ QMetaType::QString, 19 },
}}),
// Slot 'onHipsTilesAvailable'
QtMocHelpers::SlotData<void(const QStringList &)>(20, 2, QMC::AccessPrivate, QMetaType::Void, {{
{ QMetaType::QStringList, 21 },
}}),
// Slot 'onHipsFetchError'
QtMocHelpers::SlotData<void(const QString &)>(22, 2, QMC::AccessPrivate, QMetaType::Void, {{
{ QMetaType::QString, 23 },
}}),
// Slot 'onHipsTestingComplete'
QtMocHelpers::SlotData<void()>(24, 2, QMC::AccessPrivate, QMetaType::Void),
};
QtMocHelpers::UintData qt_properties {
};
QtMocHelpers::UintData qt_enums {
};
return QtMocHelpers::metaObjectData<CelestronOriginSimulator, qt_meta_tag_ZN24CelestronOriginSimulatorE_t>(QMC::MetaObjectFlag{}, qt_stringData,
qt_methods, qt_properties, qt_enums);
}
Q_CONSTINIT const QMetaObject CelestronOriginSimulator::staticMetaObject = { {
QMetaObject::SuperData::link<QObject::staticMetaObject>(),
qt_staticMetaObjectStaticContent<qt_meta_tag_ZN24CelestronOriginSimulatorE_t>.stringdata,
qt_staticMetaObjectStaticContent<qt_meta_tag_ZN24CelestronOriginSimulatorE_t>.data,
qt_static_metacall,
nullptr,
qt_staticMetaObjectRelocatingContent<qt_meta_tag_ZN24CelestronOriginSimulatorE_t>.metaTypes,
nullptr
} };
void CelestronOriginSimulator::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
{
auto *_t = static_cast<CelestronOriginSimulator *>(_o);
if (_c == QMetaObject::InvokeMetaMethod) {
switch (_id) {
case 0: _t->handleNewConnection(); break;
case 1: _t->handleIncomingData((*reinterpret_cast< std::add_pointer_t<QTcpSocket*>>(_a[1]))); break;
case 2: _t->sendBroadcast(); break;
case 3: _t->sendStatusUpdates(); break;
case 4: _t->updateSlew(); break;
case 5: _t->updateImaging(); break;
case 6: _t->onWebSocketDisconnected(); break;
case 7: _t->processWebSocketCommand((*reinterpret_cast< std::add_pointer_t<QString>>(_a[1]))); break;
case 8: _t->handleWebSocketPing((*reinterpret_cast< std::add_pointer_t<QByteArray>>(_a[1]))); break;
case 9: _t->handleWebSocketPong((*reinterpret_cast< std::add_pointer_t<QByteArray>>(_a[1]))); break;
case 10: _t->handleWebSocketTimeout(); break;
case 11: _t->checkConnectionHealth(); break;
case 12: _t->onHipsImageReady((*reinterpret_cast< std::add_pointer_t<QString>>(_a[1]))); break;
case 13: _t->onHipsTilesAvailable((*reinterpret_cast< std::add_pointer_t<QStringList>>(_a[1]))); break;
case 14: _t->onHipsFetchError((*reinterpret_cast< std::add_pointer_t<QString>>(_a[1]))); break;
case 15: _t->onHipsTestingComplete(); break;
default: ;
}
}
if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
switch (_id) {
default: *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType(); break;
case 1:
switch (*reinterpret_cast<int*>(_a[1])) {
default: *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType(); break;
case 0:
*reinterpret_cast<QMetaType *>(_a[0]) = QMetaType::fromType< QTcpSocket* >(); break;
}
break;
}
}
}
const QMetaObject *CelestronOriginSimulator::metaObject() const
{
return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
}
void *CelestronOriginSimulator::qt_metacast(const char *_clname)
{
if (!_clname) return nullptr;
if (!strcmp(_clname, qt_staticMetaObjectStaticContent<qt_meta_tag_ZN24CelestronOriginSimulatorE_t>.strings))
return static_cast<void*>(this);
return QObject::qt_metacast(_clname);
}
int CelestronOriginSimulator::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
{
_id = QObject::qt_metacall(_c, _id, _a);
if (_id < 0)
return _id;
if (_c == QMetaObject::InvokeMetaMethod) {
if (_id < 16)
qt_static_metacall(this, _c, _id, _a);
_id -= 16;
}
if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
if (_id < 16)
qt_static_metacall(this, _c, _id, _a);
_id -= 16;
}
return _id;
}
QT_WARNING_POP