MSHV_269_x86-64/MSHV_269/build/moc_MessageClient.cpp
[Harper Innes] b0ab60c827 MSHV-269
2024-02-04 18:15:02 +11:00

248 lines
8.4 KiB
C++

/****************************************************************************
** Meta object code from reading C++ file 'MessageClient.h'
**
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.15.2)
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/
#include <memory>
#include "../src/HvTxW/HvRadioNetW/MessageClient.h"
#include <QtCore/qbytearray.h>
#include <QtCore/qmetatype.h>
#if !defined(Q_MOC_OUTPUT_REVISION)
#error "The header file 'MessageClient.h' doesn't include <QObject>."
#elif Q_MOC_OUTPUT_REVISION != 67
#error "This file was generated using the moc from 5.15.2. It"
#error "cannot be used with the include files from this version of Qt."
#error "(The moc has changed too much.)"
#endif
QT_BEGIN_MOC_NAMESPACE
QT_WARNING_PUSH
QT_WARNING_DISABLE_DEPRECATED
struct qt_meta_stringdata_MessageClient_t {
QByteArrayData data[13];
char stringdata0[126];
};
#define QT_MOC_LITERAL(idx, ofs, len) \
Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
qptrdiff(offsetof(qt_meta_stringdata_MessageClient_t, stringdata0) + ofs \
- idx * sizeof(QByteArrayData)) \
)
static const qt_meta_stringdata_MessageClient_t qt_meta_stringdata_MessageClient = {
{
QT_MOC_LITERAL(0, 0, 13), // "MessageClient"
QT_MOC_LITERAL(1, 14, 13), // "ConectionInfo"
QT_MOC_LITERAL(2, 28, 0), // ""
QT_MOC_LITERAL(3, 29, 5), // "error"
QT_MOC_LITERAL(4, 35, 6), // "replay"
QT_MOC_LITERAL(5, 42, 9), // "reply_clr"
QT_MOC_LITERAL(6, 52, 7), // "halt_tx"
QT_MOC_LITERAL(7, 60, 9), // "configure"
QT_MOC_LITERAL(8, 70, 10), // "set_server"
QT_MOC_LITERAL(9, 81, 6), // "server"
QT_MOC_LITERAL(10, 88, 15), // "set_server_port"
QT_MOC_LITERAL(11, 104, 9), // "port_type"
QT_MOC_LITERAL(12, 114, 11) // "server_port"
},
"MessageClient\0ConectionInfo\0\0error\0"
"replay\0reply_clr\0halt_tx\0configure\0"
"set_server\0server\0set_server_port\0"
"port_type\0server_port"
};
#undef QT_MOC_LITERAL
static const uint qt_meta_data_MessageClient[] = {
// content:
8, // revision
0, // classname
0, 0, // classinfo
10, 14, // methods
0, 0, // properties
0, 0, // enums/sets
0, 0, // constructors
0, // flags
6, // signalCount
// signals: name, argc, parameters, tag, flags
1, 1, 64, 2, 0x06 /* Public */,
3, 1, 67, 2, 0x06 /* Public */,
4, 0, 70, 2, 0x06 /* Public */,
5, 1, 71, 2, 0x06 /* Public */,
6, 1, 74, 2, 0x06 /* Public */,
7, 2, 77, 2, 0x06 /* Public */,
// slots: name, argc, parameters, tag, flags
8, 1, 82, 2, 0x0a /* Public */,
8, 0, 85, 2, 0x2a /* Public | MethodCloned */,
10, 1, 86, 2, 0x0a /* Public */,
10, 0, 89, 2, 0x2a /* Public | MethodCloned */,
// signals: parameters
QMetaType::Void, QMetaType::QString, 2,
QMetaType::Void, QMetaType::QString, 2,
QMetaType::Void,
QMetaType::Void, QMetaType::QStringList, 2,
QMetaType::Void, QMetaType::Bool, 2,
QMetaType::Void, QMetaType::QStringList, QMetaType::Bool, 2, 2,
// slots: parameters
QMetaType::Void, QMetaType::QString, 9,
QMetaType::Void,
QMetaType::Void, 0x80000000 | 11, 12,
QMetaType::Void,
0 // eod
};
void MessageClient::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
{
if (_c == QMetaObject::InvokeMetaMethod) {
auto *_t = static_cast<MessageClient *>(_o);
Q_UNUSED(_t)
switch (_id) {
case 0: _t->ConectionInfo((*reinterpret_cast< QString(*)>(_a[1]))); break;
case 1: _t->error((*reinterpret_cast< const QString(*)>(_a[1]))); break;
case 2: _t->replay(); break;
case 3: _t->reply_clr((*reinterpret_cast< QStringList(*)>(_a[1]))); break;
case 4: _t->halt_tx((*reinterpret_cast< bool(*)>(_a[1]))); break;
case 5: _t->configure((*reinterpret_cast< QStringList(*)>(_a[1])),(*reinterpret_cast< bool(*)>(_a[2]))); break;
case 6: _t->set_server((*reinterpret_cast< const QString(*)>(_a[1]))); break;
case 7: _t->set_server(); break;
case 8: _t->set_server_port((*reinterpret_cast< port_type(*)>(_a[1]))); break;
case 9: _t->set_server_port(); break;
default: ;
}
} else if (_c == QMetaObject::IndexOfMethod) {
int *result = reinterpret_cast<int *>(_a[0]);
{
using _t = void (MessageClient::*)(QString );
if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&MessageClient::ConectionInfo)) {
*result = 0;
return;
}
}
{
using _t = void (MessageClient::*)(QString const & ) const;
if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&MessageClient::error)) {
*result = 1;
return;
}
}
{
using _t = void (MessageClient::*)();
if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&MessageClient::replay)) {
*result = 2;
return;
}
}
{
using _t = void (MessageClient::*)(QStringList );
if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&MessageClient::reply_clr)) {
*result = 3;
return;
}
}
{
using _t = void (MessageClient::*)(bool );
if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&MessageClient::halt_tx)) {
*result = 4;
return;
}
}
{
using _t = void (MessageClient::*)(QStringList , bool );
if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&MessageClient::configure)) {
*result = 5;
return;
}
}
}
}
QT_INIT_METAOBJECT const QMetaObject MessageClient::staticMetaObject = { {
QMetaObject::SuperData::link<QObject::staticMetaObject>(),
qt_meta_stringdata_MessageClient.data,
qt_meta_data_MessageClient,
qt_static_metacall,
nullptr,
nullptr
} };
const QMetaObject *MessageClient::metaObject() const
{
return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
}
void *MessageClient::qt_metacast(const char *_clname)
{
if (!_clname) return nullptr;
if (!strcmp(_clname, qt_meta_stringdata_MessageClient.stringdata0))
return static_cast<void*>(this);
return QObject::qt_metacast(_clname);
}
int MessageClient::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 < 10)
qt_static_metacall(this, _c, _id, _a);
_id -= 10;
} else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
if (_id < 10)
*reinterpret_cast<int*>(_a[0]) = -1;
_id -= 10;
}
return _id;
}
// SIGNAL 0
void MessageClient::ConectionInfo(QString _t1)
{
void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))) };
QMetaObject::activate(this, &staticMetaObject, 0, _a);
}
// SIGNAL 1
void MessageClient::error(QString const & _t1)const
{
void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))) };
QMetaObject::activate(const_cast< MessageClient *>(this), &staticMetaObject, 1, _a);
}
// SIGNAL 2
void MessageClient::replay()
{
QMetaObject::activate(this, &staticMetaObject, 2, nullptr);
}
// SIGNAL 3
void MessageClient::reply_clr(QStringList _t1)
{
void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))) };
QMetaObject::activate(this, &staticMetaObject, 3, _a);
}
// SIGNAL 4
void MessageClient::halt_tx(bool _t1)
{
void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))) };
QMetaObject::activate(this, &staticMetaObject, 4, _a);
}
// SIGNAL 5
void MessageClient::configure(QStringList _t1, bool _t2)
{
void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))), const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t2))) };
QMetaObject::activate(this, &staticMetaObject, 5, _a);
}
QT_WARNING_POP
QT_END_MOC_NAMESPACE