/**************************************************************************** ** Meta object code from reading C++ file 'TreatmentLog.h' ** ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.15.10) ** ** WARNING! All changes made in this file will be lost! *****************************************************************************/ #include #include "../luis/application/sources/storage/TreatmentLog.h" #include #include #if !defined(Q_MOC_OUTPUT_REVISION) #error "The header file 'TreatmentLog.h' doesn't include ." #elif Q_MOC_OUTPUT_REVISION != 67 #error "This file was generated using the moc from 5.15.10. 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_Storage__TreatmentLog_t { QByteArrayData data[21]; char stringdata0[245]; }; #define QT_MOC_LITERAL(idx, ofs, len) \ Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ qptrdiff(offsetof(qt_meta_stringdata_Storage__TreatmentLog_t, stringdata0) + ofs \ - idx * sizeof(QByteArrayData)) \ ) static const qt_meta_stringdata_Storage__TreatmentLog_t qt_meta_stringdata_Storage__TreatmentLog = { { QT_MOC_LITERAL(0, 0, 21), // "Storage::TreatmentLog" QT_MOC_LITERAL(1, 22, 14), // "isIdleNotified" QT_MOC_LITERAL(2, 37, 0), // "" QT_MOC_LITERAL(3, 38, 7), // "visIdle" QT_MOC_LITERAL(4, 46, 13), // "didPendingTxr" QT_MOC_LITERAL(5, 60, 9), // "vFileName" QT_MOC_LITERAL(6, 70, 16), // "didTxCodeReceive" QT_MOC_LITERAL(7, 87, 7), // "vTxCode" QT_MOC_LITERAL(8, 95, 15), // "didNotification" QT_MOC_LITERAL(9, 111, 13), // "vNotification" QT_MOC_LITERAL(10, 125, 12), // "onLogPathSet" QT_MOC_LITERAL(11, 138, 15), // "Logger::LogType" QT_MOC_LITERAL(12, 154, 8), // "vLogType" QT_MOC_LITERAL(13, 163, 8), // "vLogPath" QT_MOC_LITERAL(14, 172, 6), // "onSave" QT_MOC_LITERAL(15, 179, 8), // "onExport" QT_MOC_LITERAL(16, 188, 15), // "onTxCodeReceive" QT_MOC_LITERAL(17, 204, 17), // "onCloudSyncStatus" QT_MOC_LITERAL(18, 222, 6), // "vReady" QT_MOC_LITERAL(19, 229, 6), // "doSave" QT_MOC_LITERAL(20, 236, 8) // "doExport" }, "Storage::TreatmentLog\0isIdleNotified\0" "\0visIdle\0didPendingTxr\0vFileName\0" "didTxCodeReceive\0vTxCode\0didNotification\0" "vNotification\0onLogPathSet\0Logger::LogType\0" "vLogType\0vLogPath\0onSave\0onExport\0" "onTxCodeReceive\0onCloudSyncStatus\0" "vReady\0doSave\0doExport" }; #undef QT_MOC_LITERAL static const uint qt_meta_data_Storage__TreatmentLog[] = { // content: 8, // revision 0, // classname 0, 0, // classinfo 11, 14, // methods 0, 0, // properties 0, 0, // enums/sets 0, 0, // constructors 0, // flags 4, // signalCount // signals: name, argc, parameters, tag, flags 1, 1, 69, 2, 0x06 /* Public */, 4, 1, 72, 2, 0x06 /* Public */, 6, 1, 75, 2, 0x06 /* Public */, 8, 1, 78, 2, 0x06 /* Public */, // slots: name, argc, parameters, tag, flags 10, 2, 81, 2, 0x08 /* Private */, 14, 0, 86, 2, 0x08 /* Private */, 15, 0, 87, 2, 0x08 /* Private */, 16, 1, 88, 2, 0x08 /* Private */, 17, 1, 91, 2, 0x08 /* Private */, 19, 0, 94, 2, 0x0a /* Public */, 20, 0, 95, 2, 0x0a /* Public */, // signals: parameters QMetaType::Void, QMetaType::Bool, 3, QMetaType::Void, QMetaType::QString, 5, QMetaType::Void, QMetaType::QString, 7, QMetaType::Void, QMetaType::QString, 9, // slots: parameters QMetaType::Void, 0x80000000 | 11, QMetaType::QString, 12, 13, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::QString, 7, QMetaType::Void, QMetaType::Bool, 18, QMetaType::Void, QMetaType::Void, 0 // eod }; void Storage::TreatmentLog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) { if (_c == QMetaObject::InvokeMetaMethod) { auto *_t = static_cast(_o); (void)_t; switch (_id) { case 0: _t->isIdleNotified((*reinterpret_cast< const bool(*)>(_a[1]))); break; case 1: _t->didPendingTxr((*reinterpret_cast< const QString(*)>(_a[1]))); break; case 2: _t->didTxCodeReceive((*reinterpret_cast< const QString(*)>(_a[1]))); break; case 3: _t->didNotification((*reinterpret_cast< const QString(*)>(_a[1]))); break; case 4: _t->onLogPathSet((*reinterpret_cast< Logger::LogType(*)>(_a[1])),(*reinterpret_cast< const QString(*)>(_a[2]))); break; case 5: _t->onSave(); break; case 6: _t->onExport(); break; case 7: _t->onTxCodeReceive((*reinterpret_cast< const QString(*)>(_a[1]))); break; case 8: _t->onCloudSyncStatus((*reinterpret_cast< bool(*)>(_a[1]))); break; case 9: _t->doSave(); break; case 10: _t->doExport(); break; default: ; } } else if (_c == QMetaObject::IndexOfMethod) { int *result = reinterpret_cast(_a[0]); { using _t = void (TreatmentLog::*)(const bool & ); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&TreatmentLog::isIdleNotified)) { *result = 0; return; } } { using _t = void (TreatmentLog::*)(const QString & ); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&TreatmentLog::didPendingTxr)) { *result = 1; return; } } { using _t = void (TreatmentLog::*)(const QString & ); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&TreatmentLog::didTxCodeReceive)) { *result = 2; return; } } { using _t = void (TreatmentLog::*)(const QString & ); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&TreatmentLog::didNotification)) { *result = 3; return; } } } } QT_INIT_METAOBJECT const QMetaObject Storage::TreatmentLog::staticMetaObject = { { QMetaObject::SuperData::link(), qt_meta_stringdata_Storage__TreatmentLog.data, qt_meta_data_Storage__TreatmentLog, qt_static_metacall, nullptr, nullptr } }; const QMetaObject *Storage::TreatmentLog::metaObject() const { return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; } void *Storage::TreatmentLog::qt_metacast(const char *_clname) { if (!_clname) return nullptr; if (!strcmp(_clname, qt_meta_stringdata_Storage__TreatmentLog.stringdata0)) return static_cast(this); return QObject::qt_metacast(_clname); } int Storage::TreatmentLog::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 < 11) qt_static_metacall(this, _c, _id, _a); _id -= 11; } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { if (_id < 11) *reinterpret_cast(_a[0]) = -1; _id -= 11; } return _id; } // SIGNAL 0 void Storage::TreatmentLog::isIdleNotified(const bool & _t1) { void *_a[] = { nullptr, const_cast(reinterpret_cast(std::addressof(_t1))) }; QMetaObject::activate(this, &staticMetaObject, 0, _a); } // SIGNAL 1 void Storage::TreatmentLog::didPendingTxr(const QString & _t1) { void *_a[] = { nullptr, const_cast(reinterpret_cast(std::addressof(_t1))) }; QMetaObject::activate(this, &staticMetaObject, 1, _a); } // SIGNAL 2 void Storage::TreatmentLog::didTxCodeReceive(const QString & _t1) { void *_a[] = { nullptr, const_cast(reinterpret_cast(std::addressof(_t1))) }; QMetaObject::activate(this, &staticMetaObject, 2, _a); } // SIGNAL 3 void Storage::TreatmentLog::didNotification(const QString & _t1) { void *_a[] = { nullptr, const_cast(reinterpret_cast(std::addressof(_t1))) }; QMetaObject::activate(this, &staticMetaObject, 3, _a); } QT_WARNING_POP QT_END_MOC_NAMESPACE