/**************************************************************************** ** Meta object code from reading C++ file 'VCalibrationSettings.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/view/settings/VCalibrationSettings.h" #include #include #if !defined(Q_MOC_OUTPUT_REVISION) #error "The header file 'VCalibrationSettings.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_View__VCalibrationSettings_t { QByteArrayData data[19]; char stringdata0[261]; }; #define QT_MOC_LITERAL(idx, ofs, len) \ Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ qptrdiff(offsetof(qt_meta_stringdata_View__VCalibrationSettings_t, stringdata0) + ofs \ - idx * sizeof(QByteArrayData)) \ ) static const qt_meta_stringdata_View__VCalibrationSettings_t qt_meta_stringdata_View__VCalibrationSettings = { { QT_MOC_LITERAL(0, 0, 26), // "View::VCalibrationSettings" QT_MOC_LITERAL(1, 27, 19), // "adjustmentTriggered" QT_MOC_LITERAL(2, 47, 0), // "" QT_MOC_LITERAL(3, 48, 11), // "vadjustment" QT_MOC_LITERAL(4, 60, 18), // "columnTitleChanged" QT_MOC_LITERAL(5, 79, 12), // "vcolumnTitle" QT_MOC_LITERAL(6, 92, 23), // "rejectionReasonsChanged" QT_MOC_LITERAL(7, 116, 17), // "vrejectionReasons" QT_MOC_LITERAL(8, 134, 14), // "didModelChange" QT_MOC_LITERAL(9, 149, 11), // "refreshList" QT_MOC_LITERAL(10, 161, 6), // "vIndex" QT_MOC_LITERAL(11, 168, 12), // "doAdjustment" QT_MOC_LITERAL(12, 181, 12), // "vSensorIndex" QT_MOC_LITERAL(13, 194, 8), // "vPayload" QT_MOC_LITERAL(14, 203, 10), // "adjustment" QT_MOC_LITERAL(15, 214, 11), // "columnTitle" QT_MOC_LITERAL(16, 226, 16), // "rejectionReasons" QT_MOC_LITERAL(17, 243, 5), // "model" QT_MOC_LITERAL(18, 249, 11) // "MListModel*" }, "View::VCalibrationSettings\0" "adjustmentTriggered\0\0vadjustment\0" "columnTitleChanged\0vcolumnTitle\0" "rejectionReasonsChanged\0vrejectionReasons\0" "didModelChange\0refreshList\0vIndex\0" "doAdjustment\0vSensorIndex\0vPayload\0" "adjustment\0columnTitle\0rejectionReasons\0" "model\0MListModel*" }; #undef QT_MOC_LITERAL static const uint qt_meta_data_View__VCalibrationSettings[] = { // content: 8, // revision 0, // classname 0, 0, // classinfo 6, 14, // methods 4, 64, // properties 0, 0, // enums/sets 0, 0, // constructors 0, // flags 4, // signalCount // signals: name, argc, parameters, tag, flags 1, 1, 44, 2, 0x06 /* Public */, 4, 1, 47, 2, 0x06 /* Public */, 6, 1, 50, 2, 0x06 /* Public */, 8, 0, 53, 2, 0x06 /* Public */, // slots: name, argc, parameters, tag, flags 9, 1, 54, 2, 0x0a /* Public */, 11, 3, 57, 2, 0x0a /* Public */, // signals: parameters QMetaType::Void, QMetaType::Bool, 3, QMetaType::Void, QMetaType::QStringList, 5, QMetaType::Void, QMetaType::QVariantList, 7, QMetaType::Void, // slots: parameters QMetaType::Void, QMetaType::Int, 10, QMetaType::Void, QMetaType::Int, QMetaType::Int, QMetaType::QVariantList, 10, 12, 13, // properties: name, type, flags 14, QMetaType::Bool, 0x00495003, 15, QMetaType::QStringList, 0x00495003, 16, QMetaType::QVariantList, 0x00495003, 17, 0x80000000 | 18, 0x00495009, // properties: notify_signal_id 0, 1, 2, 3, 0 // eod }; void View::VCalibrationSettings::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->adjustmentTriggered((*reinterpret_cast< const bool(*)>(_a[1]))); break; case 1: _t->columnTitleChanged((*reinterpret_cast< const QStringList(*)>(_a[1]))); break; case 2: _t->rejectionReasonsChanged((*reinterpret_cast< const QVariantList(*)>(_a[1]))); break; case 3: _t->didModelChange(); break; case 4: _t->refreshList((*reinterpret_cast< int(*)>(_a[1]))); break; case 5: _t->doAdjustment((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2])),(*reinterpret_cast< QVariantList(*)>(_a[3]))); break; default: ; } } else if (_c == QMetaObject::IndexOfMethod) { int *result = reinterpret_cast(_a[0]); { using _t = void (VCalibrationSettings::*)(const bool & ); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&VCalibrationSettings::adjustmentTriggered)) { *result = 0; return; } } { using _t = void (VCalibrationSettings::*)(const QStringList & ); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&VCalibrationSettings::columnTitleChanged)) { *result = 1; return; } } { using _t = void (VCalibrationSettings::*)(const QVariantList & ); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&VCalibrationSettings::rejectionReasonsChanged)) { *result = 2; return; } } { using _t = void (VCalibrationSettings::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&VCalibrationSettings::didModelChange)) { *result = 3; return; } } } else if (_c == QMetaObject::RegisterPropertyMetaType) { switch (_id) { default: *reinterpret_cast(_a[0]) = -1; break; case 3: *reinterpret_cast(_a[0]) = qRegisterMetaType< MListModel* >(); break; } } #ifndef QT_NO_PROPERTIES else if (_c == QMetaObject::ReadProperty) { auto *_t = static_cast(_o); (void)_t; void *_v = _a[0]; switch (_id) { case 0: *reinterpret_cast< bool*>(_v) = _t->adjustment(); break; case 1: *reinterpret_cast< QStringList*>(_v) = _t->columnTitle(); break; case 2: *reinterpret_cast< QVariantList*>(_v) = _t->rejectionReasons(); break; case 3: *reinterpret_cast< MListModel**>(_v) = _t->model(); break; default: break; } } else if (_c == QMetaObject::WriteProperty) { auto *_t = static_cast(_o); (void)_t; void *_v = _a[0]; switch (_id) { case 0: _t->adjustment(*reinterpret_cast< bool*>(_v)); break; case 1: _t->columnTitle(*reinterpret_cast< QStringList*>(_v)); break; case 2: _t->rejectionReasons(*reinterpret_cast< QVariantList*>(_v)); break; default: break; } } else if (_c == QMetaObject::ResetProperty) { } #endif // QT_NO_PROPERTIES } QT_INIT_METAOBJECT const QMetaObject View::VCalibrationSettings::staticMetaObject = { { QMetaObject::SuperData::link(), qt_meta_stringdata_View__VCalibrationSettings.data, qt_meta_data_View__VCalibrationSettings, qt_static_metacall, nullptr, nullptr } }; const QMetaObject *View::VCalibrationSettings::metaObject() const { return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; } void *View::VCalibrationSettings::qt_metacast(const char *_clname) { if (!_clname) return nullptr; if (!strcmp(_clname, qt_meta_stringdata_View__VCalibrationSettings.stringdata0)) return static_cast(this); return VAdjustmentResponseBase::qt_metacast(_clname); } int View::VCalibrationSettings::qt_metacall(QMetaObject::Call _c, int _id, void **_a) { _id = VAdjustmentResponseBase::qt_metacall(_c, _id, _a); if (_id < 0) return _id; if (_c == QMetaObject::InvokeMetaMethod) { if (_id < 6) qt_static_metacall(this, _c, _id, _a); _id -= 6; } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { if (_id < 6) *reinterpret_cast(_a[0]) = -1; _id -= 6; } #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 -= 4; } else if (_c == QMetaObject::QueryPropertyDesignable) { _id -= 4; } else if (_c == QMetaObject::QueryPropertyScriptable) { _id -= 4; } else if (_c == QMetaObject::QueryPropertyStored) { _id -= 4; } else if (_c == QMetaObject::QueryPropertyEditable) { _id -= 4; } else if (_c == QMetaObject::QueryPropertyUser) { _id -= 4; } #endif // QT_NO_PROPERTIES return _id; } // SIGNAL 0 void View::VCalibrationSettings::adjustmentTriggered(const bool & _t1) { void *_a[] = { nullptr, const_cast(reinterpret_cast(std::addressof(_t1))) }; QMetaObject::activate(this, &staticMetaObject, 0, _a); } // SIGNAL 1 void View::VCalibrationSettings::columnTitleChanged(const QStringList & _t1) { void *_a[] = { nullptr, const_cast(reinterpret_cast(std::addressof(_t1))) }; QMetaObject::activate(this, &staticMetaObject, 1, _a); } // SIGNAL 2 void View::VCalibrationSettings::rejectionReasonsChanged(const QVariantList & _t1) { void *_a[] = { nullptr, const_cast(reinterpret_cast(std::addressof(_t1))) }; QMetaObject::activate(this, &staticMetaObject, 2, _a); } // SIGNAL 3 void View::VCalibrationSettings::didModelChange() { QMetaObject::activate(this, &staticMetaObject, 3, nullptr); } QT_WARNING_POP QT_END_MOC_NAMESPACE