266 lines
8.7 KiB
C++
Raw Normal View History

2024-11-29 17:47:45 +08:00
/****************************************************************************
** Meta object code from reading C++ file 'TcpServer.h'
**
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.13.0)
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/
#include <memory>
#include "../../../Src/TrainManager/QmlTcpSocket/TcpServer.h"
#include <QtCore/qbytearray.h>
#include <QtCore/qmetatype.h>
#if !defined(Q_MOC_OUTPUT_REVISION)
#error "The header file 'TcpServer.h' doesn't include <QObject>."
#elif Q_MOC_OUTPUT_REVISION != 67
#error "This file was generated using the moc from 5.13.0. 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_QMLTcpSockets__TcpServer_t {
QByteArrayData data[13];
char stringdata0[173];
};
#define QT_MOC_LITERAL(idx, ofs, len) \
Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
qptrdiff(offsetof(qt_meta_stringdata_QMLTcpSockets__TcpServer_t, stringdata0) + ofs \
- idx * sizeof(QByteArrayData)) \
)
static const qt_meta_stringdata_QMLTcpSockets__TcpServer_t qt_meta_stringdata_QMLTcpSockets__TcpServer = {
{
QT_MOC_LITERAL(0, 0, 24), // "QMLTcpSockets::TcpServer"
QT_MOC_LITERAL(1, 25, 16), // "listeningChanged"
QT_MOC_LITERAL(2, 42, 0), // ""
QT_MOC_LITERAL(3, 43, 11), // "hostChanged"
QT_MOC_LITERAL(4, 55, 11), // "portChanged"
QT_MOC_LITERAL(5, 67, 13), // "newConnection"
QT_MOC_LITERAL(6, 81, 23), // "QMLTcpSockets::QIntPtr*"
QT_MOC_LITERAL(7, 105, 16), // "socketDescriptor"
QT_MOC_LITERAL(8, 122, 25), // "publishIncomingConnection"
QT_MOC_LITERAL(9, 148, 7), // "qintptr"
QT_MOC_LITERAL(10, 156, 6), // "listen"
QT_MOC_LITERAL(11, 163, 4), // "host"
QT_MOC_LITERAL(12, 168, 4) // "port"
},
"QMLTcpSockets::TcpServer\0listeningChanged\0"
"\0hostChanged\0portChanged\0newConnection\0"
"QMLTcpSockets::QIntPtr*\0socketDescriptor\0"
"publishIncomingConnection\0qintptr\0"
"listen\0host\0port"
};
#undef QT_MOC_LITERAL
static const uint qt_meta_data_QMLTcpSockets__TcpServer[] = {
// content:
8, // revision
0, // classname
0, 0, // classinfo
5, 14, // methods
3, 48, // properties
0, 0, // enums/sets
0, 0, // constructors
0, // flags
4, // signalCount
// signals: name, argc, parameters, tag, flags
1, 0, 39, 2, 0x06 /* Public */,
3, 0, 40, 2, 0x06 /* Public */,
4, 0, 41, 2, 0x06 /* Public */,
5, 1, 42, 2, 0x06 /* Public */,
// slots: name, argc, parameters, tag, flags
8, 1, 45, 2, 0x08 /* Private */,
// signals: parameters
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void, 0x80000000 | 6, 7,
// slots: parameters
QMetaType::Void, 0x80000000 | 9, 7,
// properties: name, type, flags
10, QMetaType::Bool, 0x00495003,
11, QMetaType::QString, 0x00495103,
12, QMetaType::Int, 0x00495103,
// properties: notify_signal_id
0,
1,
2,
0 // eod
};
void QMLTcpSockets::TcpServer::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
{
if (_c == QMetaObject::InvokeMetaMethod) {
auto *_t = static_cast<TcpServer *>(_o);
Q_UNUSED(_t)
switch (_id) {
case 0: _t->listeningChanged(); break;
case 1: _t->hostChanged(); break;
case 2: _t->portChanged(); break;
case 3: _t->newConnection((*reinterpret_cast< QMLTcpSockets::QIntPtr*(*)>(_a[1]))); break;
case 4: _t->publishIncomingConnection((*reinterpret_cast< qintptr(*)>(_a[1]))); break;
default: ;
}
} else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
switch (_id) {
default: *reinterpret_cast<int*>(_a[0]) = -1; break;
case 3:
switch (*reinterpret_cast<int*>(_a[1])) {
default: *reinterpret_cast<int*>(_a[0]) = -1; break;
case 0:
*reinterpret_cast<int*>(_a[0]) = qRegisterMetaType< QMLTcpSockets::QIntPtr* >(); break;
}
break;
}
} else if (_c == QMetaObject::IndexOfMethod) {
int *result = reinterpret_cast<int *>(_a[0]);
{
using _t = void (TcpServer::*)();
if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&TcpServer::listeningChanged)) {
*result = 0;
return;
}
}
{
using _t = void (TcpServer::*)();
if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&TcpServer::hostChanged)) {
*result = 1;
return;
}
}
{
using _t = void (TcpServer::*)();
if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&TcpServer::portChanged)) {
*result = 2;
return;
}
}
{
using _t = void (TcpServer::*)(QMLTcpSockets::QIntPtr * );
if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&TcpServer::newConnection)) {
*result = 3;
return;
}
}
}
#ifndef QT_NO_PROPERTIES
else if (_c == QMetaObject::ReadProperty) {
auto *_t = static_cast<TcpServer *>(_o);
Q_UNUSED(_t)
void *_v = _a[0];
switch (_id) {
case 0: *reinterpret_cast< bool*>(_v) = _t->isListening(); break;
case 1: *reinterpret_cast< QString*>(_v) = _t->getHost(); break;
case 2: *reinterpret_cast< int*>(_v) = _t->getPort(); break;
default: break;
}
} else if (_c == QMetaObject::WriteProperty) {
auto *_t = static_cast<TcpServer *>(_o);
Q_UNUSED(_t)
void *_v = _a[0];
switch (_id) {
case 0: _t->setListening(*reinterpret_cast< bool*>(_v)); break;
case 1: _t->setHost(*reinterpret_cast< QString*>(_v)); break;
case 2: _t->setPort(*reinterpret_cast< int*>(_v)); break;
default: break;
}
} else if (_c == QMetaObject::ResetProperty) {
}
#endif // QT_NO_PROPERTIES
}
QT_INIT_METAOBJECT const QMetaObject QMLTcpSockets::TcpServer::staticMetaObject = { {
&QQuickItem::staticMetaObject,
qt_meta_stringdata_QMLTcpSockets__TcpServer.data,
qt_meta_data_QMLTcpSockets__TcpServer,
qt_static_metacall,
nullptr,
nullptr
} };
const QMetaObject *QMLTcpSockets::TcpServer::metaObject() const
{
return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
}
void *QMLTcpSockets::TcpServer::qt_metacast(const char *_clname)
{
if (!_clname) return nullptr;
if (!strcmp(_clname, qt_meta_stringdata_QMLTcpSockets__TcpServer.stringdata0))
return static_cast<void*>(this);
return QQuickItem::qt_metacast(_clname);
}
int QMLTcpSockets::TcpServer::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
{
_id = QQuickItem::qt_metacall(_c, _id, _a);
if (_id < 0)
return _id;
if (_c == QMetaObject::InvokeMetaMethod) {
if (_id < 5)
qt_static_metacall(this, _c, _id, _a);
_id -= 5;
} else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
if (_id < 5)
qt_static_metacall(this, _c, _id, _a);
_id -= 5;
}
#ifndef QT_NO_PROPERTIES
else if (_c == QMetaObject::ReadProperty || _c == QMetaObject::WriteProperty
|| _c == QMetaObject::ResetProperty || _c == QMetaObject::RegisterPropertyMetaType) {
qt_static_metacall(this, _c, _id, _a);
_id -= 3;
} else if (_c == QMetaObject::QueryPropertyDesignable) {
_id -= 3;
} else if (_c == QMetaObject::QueryPropertyScriptable) {
_id -= 3;
} else if (_c == QMetaObject::QueryPropertyStored) {
_id -= 3;
} else if (_c == QMetaObject::QueryPropertyEditable) {
_id -= 3;
} else if (_c == QMetaObject::QueryPropertyUser) {
_id -= 3;
}
#endif // QT_NO_PROPERTIES
return _id;
}
// SIGNAL 0
void QMLTcpSockets::TcpServer::listeningChanged()
{
QMetaObject::activate(this, &staticMetaObject, 0, nullptr);
}
// SIGNAL 1
void QMLTcpSockets::TcpServer::hostChanged()
{
QMetaObject::activate(this, &staticMetaObject, 1, nullptr);
}
// SIGNAL 2
void QMLTcpSockets::TcpServer::portChanged()
{
QMetaObject::activate(this, &staticMetaObject, 2, nullptr);
}
// SIGNAL 3
void QMLTcpSockets::TcpServer::newConnection(QMLTcpSockets::QIntPtr * _t1)
{
void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))) };
QMetaObject::activate(this, &staticMetaObject, 3, _a);
}
QT_WARNING_POP
QT_END_MOC_NAMESPACE