/**************************************************************************** ** Meta object code from reading C++ file 'recognizesystem.h' ** ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.14.2) ** ** WARNING! All changes made in this file will be lost! *****************************************************************************/ #include #include "../Core/recognizesystem.h" #include #include #if !defined(Q_MOC_OUTPUT_REVISION) #error "The header file 'recognizesystem.h' doesn't include ." #elif Q_MOC_OUTPUT_REVISION != 67 #error "This file was generated using the moc from 5.14.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_RecognizeSystem_t { QByteArrayData data[16]; char stringdata0[197]; }; #define QT_MOC_LITERAL(idx, ofs, len) \ Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ qptrdiff(offsetof(qt_meta_stringdata_RecognizeSystem_t, stringdata0) + ofs \ - idx * sizeof(QByteArrayData)) \ ) static const qt_meta_stringdata_RecognizeSystem_t qt_meta_stringdata_RecognizeSystem = { { QT_MOC_LITERAL(0, 0, 15), // "RecognizeSystem" QT_MOC_LITERAL(1, 16, 20), // "UpdateBytesAvailable" QT_MOC_LITERAL(2, 37, 0), // "" QT_MOC_LITERAL(3, 38, 4), // "size" QT_MOC_LITERAL(4, 43, 6), // "sended" QT_MOC_LITERAL(5, 50, 12), // "LoadComplete" QT_MOC_LITERAL(6, 63, 12), // "onNeedUpdate" QT_MOC_LITERAL(7, 76, 4), // "flag" QT_MOC_LITERAL(8, 81, 14), // "onSendDebugLog" QT_MOC_LITERAL(9, 96, 7), // "message" QT_MOC_LITERAL(10, 104, 14), // "SockedDisabled" QT_MOC_LITERAL(11, 119, 13), // "SaveLoginData" QT_MOC_LITERAL(12, 133, 20), // "ServerAuthorization*" QT_MOC_LITERAL(13, 154, 10), // "serverAuth" QT_MOC_LITERAL(14, 165, 22), // "SocketWaitForReadyRead" QT_MOC_LITERAL(15, 188, 8) // "waitTime" }, "RecognizeSystem\0UpdateBytesAvailable\0" "\0size\0sended\0LoadComplete\0onNeedUpdate\0" "flag\0onSendDebugLog\0message\0SockedDisabled\0" "SaveLoginData\0ServerAuthorization*\0" "serverAuth\0SocketWaitForReadyRead\0" "waitTime" }; #undef QT_MOC_LITERAL static const uint qt_meta_data_RecognizeSystem[] = { // content: 8, // revision 0, // classname 0, 0, // classinfo 7, 14, // methods 0, 0, // properties 0, 0, // enums/sets 0, 0, // constructors 0, // flags 7, // signalCount // signals: name, argc, parameters, tag, flags 1, 2, 49, 2, 0x06 /* Public */, 5, 0, 54, 2, 0x06 /* Public */, 6, 1, 55, 2, 0x06 /* Public */, 8, 1, 58, 2, 0x06 /* Public */, 10, 0, 61, 2, 0x06 /* Public */, 11, 1, 62, 2, 0x06 /* Public */, 14, 1, 65, 2, 0x06 /* Public */, // signals: parameters QMetaType::Void, QMetaType::LongLong, QMetaType::ULongLong, 3, 4, QMetaType::Void, QMetaType::Void, QMetaType::Bool, 7, QMetaType::Void, QMetaType::QString, 9, QMetaType::Void, QMetaType::Void, 0x80000000 | 12, 13, QMetaType::Void, QMetaType::Int, 15, 0 // eod }; void RecognizeSystem::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) { if (_c == QMetaObject::InvokeMetaMethod) { auto *_t = static_cast(_o); Q_UNUSED(_t) switch (_id) { case 0: _t->UpdateBytesAvailable((*reinterpret_cast< qint64(*)>(_a[1])),(*reinterpret_cast< quint64(*)>(_a[2]))); break; case 1: _t->LoadComplete(); break; case 2: _t->onNeedUpdate((*reinterpret_cast< bool(*)>(_a[1]))); break; case 3: _t->onSendDebugLog((*reinterpret_cast< QString(*)>(_a[1]))); break; case 4: _t->SockedDisabled(); break; case 5: _t->SaveLoginData((*reinterpret_cast< ServerAuthorization*(*)>(_a[1]))); break; case 6: _t->SocketWaitForReadyRead((*reinterpret_cast< int(*)>(_a[1]))); break; default: ; } } else if (_c == QMetaObject::IndexOfMethod) { int *result = reinterpret_cast(_a[0]); { using _t = void (RecognizeSystem::*)(qint64 , quint64 ); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&RecognizeSystem::UpdateBytesAvailable)) { *result = 0; return; } } { using _t = void (RecognizeSystem::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&RecognizeSystem::LoadComplete)) { *result = 1; return; } } { using _t = void (RecognizeSystem::*)(bool ); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&RecognizeSystem::onNeedUpdate)) { *result = 2; return; } } { using _t = void (RecognizeSystem::*)(QString ); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&RecognizeSystem::onSendDebugLog)) { *result = 3; return; } } { using _t = void (RecognizeSystem::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&RecognizeSystem::SockedDisabled)) { *result = 4; return; } } { using _t = void (RecognizeSystem::*)(ServerAuthorization * ); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&RecognizeSystem::SaveLoginData)) { *result = 5; return; } } { using _t = void (RecognizeSystem::*)(int ); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&RecognizeSystem::SocketWaitForReadyRead)) { *result = 6; return; } } } } QT_INIT_METAOBJECT const QMetaObject RecognizeSystem::staticMetaObject = { { QMetaObject::SuperData::link(), qt_meta_stringdata_RecognizeSystem.data, qt_meta_data_RecognizeSystem, qt_static_metacall, nullptr, nullptr } }; const QMetaObject *RecognizeSystem::metaObject() const { return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; } void *RecognizeSystem::qt_metacast(const char *_clname) { if (!_clname) return nullptr; if (!strcmp(_clname, qt_meta_stringdata_RecognizeSystem.stringdata0)) return static_cast(this); return QObject::qt_metacast(_clname); } int RecognizeSystem::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 < 7) qt_static_metacall(this, _c, _id, _a); _id -= 7; } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { if (_id < 7) *reinterpret_cast(_a[0]) = -1; _id -= 7; } return _id; } // SIGNAL 0 void RecognizeSystem::UpdateBytesAvailable(qint64 _t1, quint64 _t2) { void *_a[] = { nullptr, const_cast(reinterpret_cast(std::addressof(_t1))), const_cast(reinterpret_cast(std::addressof(_t2))) }; QMetaObject::activate(this, &staticMetaObject, 0, _a); } // SIGNAL 1 void RecognizeSystem::LoadComplete() { QMetaObject::activate(this, &staticMetaObject, 1, nullptr); } // SIGNAL 2 void RecognizeSystem::onNeedUpdate(bool _t1) { void *_a[] = { nullptr, const_cast(reinterpret_cast(std::addressof(_t1))) }; QMetaObject::activate(this, &staticMetaObject, 2, _a); } // SIGNAL 3 void RecognizeSystem::onSendDebugLog(QString _t1) { void *_a[] = { nullptr, const_cast(reinterpret_cast(std::addressof(_t1))) }; QMetaObject::activate(this, &staticMetaObject, 3, _a); } // SIGNAL 4 void RecognizeSystem::SockedDisabled() { QMetaObject::activate(this, &staticMetaObject, 4, nullptr); } // SIGNAL 5 void RecognizeSystem::SaveLoginData(ServerAuthorization * _t1) { void *_a[] = { nullptr, const_cast(reinterpret_cast(std::addressof(_t1))) }; QMetaObject::activate(this, &staticMetaObject, 5, _a); } // SIGNAL 6 void RecognizeSystem::SocketWaitForReadyRead(int _t1) { void *_a[] = { nullptr, const_cast(reinterpret_cast(std::addressof(_t1))) }; QMetaObject::activate(this, &staticMetaObject, 6, _a); } QT_WARNING_POP QT_END_MOC_NAMESPACE