/**************************************************************************** ** Meta object code from reading C++ file 'VDDPressuresData.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/dd/data/VDDPressuresData.h" #include #include #if !defined(Q_MOC_OUTPUT_REVISION) #error "The header file 'VDDPressuresData.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__VDDPressures_t { QByteArrayData data[23]; char stringdata0[319]; }; #define QT_MOC_LITERAL(idx, ofs, len) \ Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ qptrdiff(offsetof(qt_meta_stringdata_View__VDDPressures_t, stringdata0) + ofs \ - idx * sizeof(QByteArrayData)) \ ) static const qt_meta_stringdata_View__VDDPressures_t qt_meta_stringdata_View__VDDPressures = { { QT_MOC_LITERAL(0, 0, 18), // "View::VDDPressures" QT_MOC_LITERAL(1, 19, 17), // "d9PressureChanged" QT_MOC_LITERAL(2, 37, 0), // "" QT_MOC_LITERAL(3, 38, 11), // "vd9Pressure" QT_MOC_LITERAL(4, 50, 18), // "d66PressureChanged" QT_MOC_LITERAL(5, 69, 12), // "vd66Pressure" QT_MOC_LITERAL(6, 82, 18), // "d51PressureChanged" QT_MOC_LITERAL(7, 101, 12), // "vd51Pressure" QT_MOC_LITERAL(8, 114, 18), // "d18PressureChanged" QT_MOC_LITERAL(9, 133, 12), // "vd18Pressure" QT_MOC_LITERAL(10, 146, 18), // "d41PressureChanged" QT_MOC_LITERAL(11, 165, 12), // "vd41Pressure" QT_MOC_LITERAL(12, 178, 18), // "d87PressureChanged" QT_MOC_LITERAL(13, 197, 12), // "vd87Pressure" QT_MOC_LITERAL(14, 210, 15), // "onActionReceive" QT_MOC_LITERAL(15, 226, 15), // "DDPressuresData" QT_MOC_LITERAL(16, 242, 5), // "vData" QT_MOC_LITERAL(17, 248, 10), // "d9Pressure" QT_MOC_LITERAL(18, 259, 11), // "d66Pressure" QT_MOC_LITERAL(19, 271, 11), // "d51Pressure" QT_MOC_LITERAL(20, 283, 11), // "d18Pressure" QT_MOC_LITERAL(21, 295, 11), // "d41Pressure" QT_MOC_LITERAL(22, 307, 11) // "d87Pressure" }, "View::VDDPressures\0d9PressureChanged\0" "\0vd9Pressure\0d66PressureChanged\0" "vd66Pressure\0d51PressureChanged\0" "vd51Pressure\0d18PressureChanged\0" "vd18Pressure\0d41PressureChanged\0" "vd41Pressure\0d87PressureChanged\0" "vd87Pressure\0onActionReceive\0" "DDPressuresData\0vData\0d9Pressure\0" "d66Pressure\0d51Pressure\0d18Pressure\0" "d41Pressure\0d87Pressure" }; #undef QT_MOC_LITERAL static const uint qt_meta_data_View__VDDPressures[] = { // content: 8, // revision 0, // classname 0, 0, // classinfo 7, 14, // methods 6, 70, // properties 0, 0, // enums/sets 0, 0, // constructors 0, // flags 6, // signalCount // signals: name, argc, parameters, tag, flags 1, 1, 49, 2, 0x06 /* Public */, 4, 1, 52, 2, 0x06 /* Public */, 6, 1, 55, 2, 0x06 /* Public */, 8, 1, 58, 2, 0x06 /* Public */, 10, 1, 61, 2, 0x06 /* Public */, 12, 1, 64, 2, 0x06 /* Public */, // slots: name, argc, parameters, tag, flags 14, 1, 67, 2, 0x08 /* Private */, // signals: parameters QMetaType::Void, QMetaType::Float, 3, QMetaType::Void, QMetaType::Float, 5, QMetaType::Void, QMetaType::Float, 7, QMetaType::Void, QMetaType::Float, 9, QMetaType::Void, QMetaType::Float, 11, QMetaType::Void, QMetaType::Float, 13, // slots: parameters QMetaType::Void, 0x80000000 | 15, 16, // properties: name, type, flags 17, QMetaType::Float, 0x00495003, 18, QMetaType::Float, 0x00495003, 19, QMetaType::Float, 0x00495003, 20, QMetaType::Float, 0x00495003, 21, QMetaType::Float, 0x00495003, 22, QMetaType::Float, 0x00495003, // properties: notify_signal_id 0, 1, 2, 3, 4, 5, 0 // eod }; void View::VDDPressures::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->d9PressureChanged((*reinterpret_cast< const float(*)>(_a[1]))); break; case 1: _t->d66PressureChanged((*reinterpret_cast< const float(*)>(_a[1]))); break; case 2: _t->d51PressureChanged((*reinterpret_cast< const float(*)>(_a[1]))); break; case 3: _t->d18PressureChanged((*reinterpret_cast< const float(*)>(_a[1]))); break; case 4: _t->d41PressureChanged((*reinterpret_cast< const float(*)>(_a[1]))); break; case 5: _t->d87PressureChanged((*reinterpret_cast< const float(*)>(_a[1]))); break; case 6: _t->onActionReceive((*reinterpret_cast< const DDPressuresData(*)>(_a[1]))); break; default: ; } } else if (_c == QMetaObject::IndexOfMethod) { int *result = reinterpret_cast(_a[0]); { using _t = void (VDDPressures::*)(const float & ); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&VDDPressures::d9PressureChanged)) { *result = 0; return; } } { using _t = void (VDDPressures::*)(const float & ); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&VDDPressures::d66PressureChanged)) { *result = 1; return; } } { using _t = void (VDDPressures::*)(const float & ); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&VDDPressures::d51PressureChanged)) { *result = 2; return; } } { using _t = void (VDDPressures::*)(const float & ); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&VDDPressures::d18PressureChanged)) { *result = 3; return; } } { using _t = void (VDDPressures::*)(const float & ); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&VDDPressures::d41PressureChanged)) { *result = 4; return; } } { using _t = void (VDDPressures::*)(const float & ); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&VDDPressures::d87PressureChanged)) { *result = 5; return; } } } #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< float*>(_v) = _t->d9Pressure(); break; case 1: *reinterpret_cast< float*>(_v) = _t->d66Pressure(); break; case 2: *reinterpret_cast< float*>(_v) = _t->d51Pressure(); break; case 3: *reinterpret_cast< float*>(_v) = _t->d18Pressure(); break; case 4: *reinterpret_cast< float*>(_v) = _t->d41Pressure(); break; case 5: *reinterpret_cast< float*>(_v) = _t->d87Pressure(); break; default: break; } } else if (_c == QMetaObject::WriteProperty) { auto *_t = static_cast(_o); (void)_t; void *_v = _a[0]; switch (_id) { case 0: _t->d9Pressure(*reinterpret_cast< float*>(_v)); break; case 1: _t->d66Pressure(*reinterpret_cast< float*>(_v)); break; case 2: _t->d51Pressure(*reinterpret_cast< float*>(_v)); break; case 3: _t->d18Pressure(*reinterpret_cast< float*>(_v)); break; case 4: _t->d41Pressure(*reinterpret_cast< float*>(_v)); break; case 5: _t->d87Pressure(*reinterpret_cast< float*>(_v)); break; default: break; } } else if (_c == QMetaObject::ResetProperty) { } #endif // QT_NO_PROPERTIES } QT_INIT_METAOBJECT const QMetaObject View::VDDPressures::staticMetaObject = { { QMetaObject::SuperData::link(), qt_meta_stringdata_View__VDDPressures.data, qt_meta_data_View__VDDPressures, qt_static_metacall, nullptr, nullptr } }; const QMetaObject *View::VDDPressures::metaObject() const { return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; } void *View::VDDPressures::qt_metacast(const char *_clname) { if (!_clname) return nullptr; if (!strcmp(_clname, qt_meta_stringdata_View__VDDPressures.stringdata0)) return static_cast(this); return QObject::qt_metacast(_clname); } int View::VDDPressures::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; } #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 -= 6; } else if (_c == QMetaObject::QueryPropertyDesignable) { _id -= 6; } else if (_c == QMetaObject::QueryPropertyScriptable) { _id -= 6; } else if (_c == QMetaObject::QueryPropertyStored) { _id -= 6; } else if (_c == QMetaObject::QueryPropertyEditable) { _id -= 6; } else if (_c == QMetaObject::QueryPropertyUser) { _id -= 6; } #endif // QT_NO_PROPERTIES return _id; } // SIGNAL 0 void View::VDDPressures::d9PressureChanged(const float & _t1) { void *_a[] = { nullptr, const_cast(reinterpret_cast(std::addressof(_t1))) }; QMetaObject::activate(this, &staticMetaObject, 0, _a); } // SIGNAL 1 void View::VDDPressures::d66PressureChanged(const float & _t1) { void *_a[] = { nullptr, const_cast(reinterpret_cast(std::addressof(_t1))) }; QMetaObject::activate(this, &staticMetaObject, 1, _a); } // SIGNAL 2 void View::VDDPressures::d51PressureChanged(const float & _t1) { void *_a[] = { nullptr, const_cast(reinterpret_cast(std::addressof(_t1))) }; QMetaObject::activate(this, &staticMetaObject, 2, _a); } // SIGNAL 3 void View::VDDPressures::d18PressureChanged(const float & _t1) { void *_a[] = { nullptr, const_cast(reinterpret_cast(std::addressof(_t1))) }; QMetaObject::activate(this, &staticMetaObject, 3, _a); } // SIGNAL 4 void View::VDDPressures::d41PressureChanged(const float & _t1) { void *_a[] = { nullptr, const_cast(reinterpret_cast(std::addressof(_t1))) }; QMetaObject::activate(this, &staticMetaObject, 4, _a); } // SIGNAL 5 void View::VDDPressures::d87PressureChanged(const float & _t1) { void *_a[] = { nullptr, const_cast(reinterpret_cast(std::addressof(_t1))) }; QMetaObject::activate(this, &staticMetaObject, 5, _a); } QT_WARNING_POP QT_END_MOC_NAMESPACE