/**************************************************************************** ** Meta object code from reading C++ file 'appmodel.h' ** ** Created by: The Qt Meta Object Compiler version 68 (Qt 6.2.4) ** ** WARNING! All changes made in this file will be lost! *****************************************************************************/ #include #include "../appmodel.h" #include #include #include #include #if !defined(Q_MOC_OUTPUT_REVISION) #error "The header file 'appmodel.h' doesn't include ." #elif Q_MOC_OUTPUT_REVISION != 68 #error "This file was generated using the moc from 6.2.4. 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_CarData_t { const uint offsetsAndSize[16]; char stringdata0[49]; }; #define QT_MOC_LITERAL(ofs, len) \ uint(offsetof(qt_meta_stringdata_CarData_t, stringdata0) + ofs), len static const qt_meta_stringdata_CarData_t qt_meta_stringdata_CarData = { { QT_MOC_LITERAL(0, 7), // "CarData" QT_MOC_LITERAL(8, 11), // "dataChanged" QT_MOC_LITERAL(20, 0), // "" QT_MOC_LITERAL(21, 3), // "uid" QT_MOC_LITERAL(25, 7), // "int32_t" QT_MOC_LITERAL(33, 4), // "name" QT_MOC_LITERAL(38, 4), // "type" QT_MOC_LITERAL(43, 5) // "state" }, "CarData\0dataChanged\0\0uid\0int32_t\0name\0" "type\0state" }; #undef QT_MOC_LITERAL static const uint qt_meta_data_CarData[] = { // content: 10, // revision 0, // classname 0, 0, // classinfo 1, 14, // methods 4, 21, // properties 0, 0, // enums/sets 0, 0, // constructors 0, // flags 1, // signalCount // signals: name, argc, parameters, tag, flags, initial metatype offsets 1, 0, 20, 2, 0x06, 5 /* Public */, // signals: parameters QMetaType::Void, // properties: name, type, flags 3, 0x80000000 | 4, 0x0001510b, uint(0), 0, 5, QMetaType::QString, 0x00015103, uint(0), 0, 6, QMetaType::QString, 0x00015103, uint(0), 0, 7, QMetaType::QString, 0x00015103, uint(0), 0, 0 // eod }; void CarData::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->dataChanged(); break; default: ; } } else if (_c == QMetaObject::IndexOfMethod) { int *result = reinterpret_cast(_a[0]); { using _t = void (CarData::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&CarData::dataChanged)) { *result = 0; 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< int32_t*>(_v) = _t->uid(); break; case 1: *reinterpret_cast< QString*>(_v) = _t->name(); break; case 2: *reinterpret_cast< QString*>(_v) = _t->type(); break; case 3: *reinterpret_cast< QString*>(_v) = _t->state(); break; default: break; } } else if (_c == QMetaObject::WriteProperty) { auto *_t = static_cast(_o); (void)_t; void *_v = _a[0]; switch (_id) { case 0: _t->setUid(*reinterpret_cast< int32_t*>(_v)); break; case 1: _t->setName(*reinterpret_cast< QString*>(_v)); break; case 2: _t->setType(*reinterpret_cast< QString*>(_v)); break; case 3: _t->setState(*reinterpret_cast< QString*>(_v)); break; default: break; } } else if (_c == QMetaObject::ResetProperty) { } else if (_c == QMetaObject::BindableProperty) { } #endif // QT_NO_PROPERTIES (void)_a; } const QMetaObject CarData::staticMetaObject = { { QMetaObject::SuperData::link(), qt_meta_stringdata_CarData.offsetsAndSize, qt_meta_data_CarData, qt_static_metacall, nullptr, qt_incomplete_metaTypeArray, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete >, nullptr } }; const QMetaObject *CarData::metaObject() const { return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; } void *CarData::qt_metacast(const char *_clname) { if (!_clname) return nullptr; if (!strcmp(_clname, qt_meta_stringdata_CarData.stringdata0)) return static_cast(this); return QObject::qt_metacast(_clname); } int CarData::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 < 1) qt_static_metacall(this, _c, _id, _a); _id -= 1; } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { if (_id < 1) *reinterpret_cast(_a[0]) = QMetaType(); _id -= 1; } #ifndef QT_NO_PROPERTIES else if (_c == QMetaObject::ReadProperty || _c == QMetaObject::WriteProperty || _c == QMetaObject::ResetProperty || _c == QMetaObject::BindableProperty || _c == QMetaObject::RegisterPropertyMetaType) { qt_static_metacall(this, _c, _id, _a); _id -= 4; } #endif // QT_NO_PROPERTIES return _id; } // SIGNAL 0 void CarData::dataChanged() { QMetaObject::activate(this, &staticMetaObject, 0, nullptr); } struct qt_meta_stringdata_AppModel_t { const uint offsetsAndSize[486]; char stringdata0[4190]; }; #define QT_MOC_LITERAL(ofs, len) \ uint(offsetof(qt_meta_stringdata_AppModel_t, stringdata0) + ofs), len static const qt_meta_stringdata_AppModel_t qt_meta_stringdata_AppModel = { { QT_MOC_LITERAL(0, 8), // "AppModel" QT_MOC_LITERAL(9, 12), // "readyChanged" QT_MOC_LITERAL(22, 0), // "" QT_MOC_LITERAL(23, 10), // "carChanged" QT_MOC_LITERAL(34, 13), // "radar1Changed" QT_MOC_LITERAL(48, 13), // "radar2Changed" QT_MOC_LITERAL(62, 13), // "radar3Changed" QT_MOC_LITERAL(76, 13), // "radar4Changed" QT_MOC_LITERAL(90, 13), // "radar5Changed" QT_MOC_LITERAL(104, 13), // "radar6Changed" QT_MOC_LITERAL(118, 13), // "radar7Changed" QT_MOC_LITERAL(132, 13), // "radar8Changed" QT_MOC_LITERAL(146, 13), // "radar9Changed" QT_MOC_LITERAL(160, 14), // "accountChanged" QT_MOC_LITERAL(175, 15), // "passwordChanged" QT_MOC_LITERAL(191, 14), // "carNameChanged" QT_MOC_LITERAL(206, 16), // "driveNameChanged" QT_MOC_LITERAL(223, 18), // "sectionTextChanged" QT_MOC_LITERAL(242, 17), // "steerAngleChanged" QT_MOC_LITERAL(260, 11), // "pingChanged" QT_MOC_LITERAL(272, 11), // "tempChanged" QT_MOC_LITERAL(284, 12), // "speedChanged" QT_MOC_LITERAL(297, 14), // "visibleChanged" QT_MOC_LITERAL(312, 11), // "gearChanged" QT_MOC_LITERAL(324, 11), // "coldChanged" QT_MOC_LITERAL(336, 25), // "gearboxOilPressureChanged" QT_MOC_LITERAL(362, 21), // "gearboxOilTempChanged" QT_MOC_LITERAL(384, 16), // "engineRpmChanged" QT_MOC_LITERAL(401, 24), // "engineoilPressureChanged" QT_MOC_LITERAL(426, 20), // "brakePressureChanged" QT_MOC_LITERAL(447, 14), // "playAlertSound" QT_MOC_LITERAL(462, 12), // "carConnected" QT_MOC_LITERAL(475, 8), // "closeWin" QT_MOC_LITERAL(484, 13), // "oilPosChanged" QT_MOC_LITERAL(498, 19), // "workPressureChanged" QT_MOC_LITERAL(518, 16), // "leftAngleChanged" QT_MOC_LITERAL(535, 17), // "rightAngleChanged" QT_MOC_LITERAL(553, 17), // "engineTimeChanged" QT_MOC_LITERAL(571, 18), // "wireSensorLChanged" QT_MOC_LITERAL(590, 18), // "wireSensorRChanged" QT_MOC_LITERAL(609, 16), // "fuelLevelChanged" QT_MOC_LITERAL(626, 18), // "lockSwitchLChanged" QT_MOC_LITERAL(645, 18), // "lockSwitchRChanged" QT_MOC_LITERAL(664, 15), // "tipLimitChanged" QT_MOC_LITERAL(680, 15), // "turnLeftChanged" QT_MOC_LITERAL(696, 16), // "turnRightChanged" QT_MOC_LITERAL(713, 16), // "hightBeamChanged" QT_MOC_LITERAL(730, 14), // "lowBeamChanged" QT_MOC_LITERAL(745, 14), // "parkingChanged" QT_MOC_LITERAL(760, 12), // "brakeChanged" QT_MOC_LITERAL(773, 14), // "backCarChanged" QT_MOC_LITERAL(788, 20), // "frontWorkLampChanged" QT_MOC_LITERAL(809, 19), // "rearWorkLampChanged" QT_MOC_LITERAL(829, 18), // "cargoWeightChanged" QT_MOC_LITERAL(848, 16), // "systemVolChanged" QT_MOC_LITERAL(865, 12), // "fGearChanged" QT_MOC_LITERAL(878, 12), // "gear1Changed" QT_MOC_LITERAL(891, 26), // "lowOilPressureAlarmChanged" QT_MOC_LITERAL(918, 34), // "engineWaterTemperatureAlarmCh..." QT_MOC_LITERAL(953, 36), // "highEngineOilTemperatureAlarm..." QT_MOC_LITERAL(990, 31), // "engineWaterLevelLowAlarmChanged" QT_MOC_LITERAL(1022, 22), // "lowFuelOilAlarmChanged" QT_MOC_LITERAL(1045, 34), // "returnOilFilterBlockedAlarmCh..." QT_MOC_LITERAL(1080, 28), // "oilFilterBlockedAlarmChanged" QT_MOC_LITERAL(1109, 33), // "controlScreenBlockageAlarmCha..." QT_MOC_LITERAL(1143, 35), // "emergencyFilterBlockingAlarmC..." QT_MOC_LITERAL(1179, 32), // "coolingFilterBlockedAlarmChanged" QT_MOC_LITERAL(1212, 37), // "electricPumpScreenBlockedAlar..." QT_MOC_LITERAL(1250, 30), // "brakeFilterBlockedAlarmChanged" QT_MOC_LITERAL(1281, 38), // "variableSpeedFilterBlockedAla..." QT_MOC_LITERAL(1320, 22), // "lowVoltageAlarmChanged" QT_MOC_LITERAL(1343, 37), // "highTransmissionOilTemperatur..." QT_MOC_LITERAL(1381, 35), // "transmissionOilPressureIsLowC..." QT_MOC_LITERAL(1417, 36), // "oilTemperatureSensor1IsFaulty..." QT_MOC_LITERAL(1454, 36), // "oilTemperatureSensor2IsFaulty..." QT_MOC_LITERAL(1491, 29), // "oilLevelSensorIsFaultyChanged" QT_MOC_LITERAL(1521, 25), // "frontThrottleFaultChanged" QT_MOC_LITERAL(1547, 24), // "rearThrottleFaultChanged" QT_MOC_LITERAL(1572, 34), // "handleOfTheUpperArmIsFaultyCh..." QT_MOC_LITERAL(1607, 28), // "leftLegHandleIsFaultyChanged" QT_MOC_LITERAL(1636, 29), // "rightLegHandleIsFaultyChanged" QT_MOC_LITERAL(1666, 21), // "engineBusFaultChanged" QT_MOC_LITERAL(1688, 27), // "transmissionBusFaultChanged" QT_MOC_LITERAL(1716, 28), // "remoteControlBusFaultChanged" QT_MOC_LITERAL(1745, 39), // "rodChamberPressureSensorIsFau..." QT_MOC_LITERAL(1785, 41), // "noRodChamberPressureSensorIsF..." QT_MOC_LITERAL(1827, 34), // "brakePressureSensorIsFaultyCh..." QT_MOC_LITERAL(1862, 35), // "systemPressureSensorIsFaultyC..." QT_MOC_LITERAL(1898, 36), // "controlPressureSensorIsFaulty..." QT_MOC_LITERAL(1935, 37), // "steeringPressureSensorIsFault..." QT_MOC_LITERAL(1973, 42), // "pressureSensorOfTheLowerArmIs..." QT_MOC_LITERAL(2016, 44), // "lockingPinDisplacementSensorL..." QT_MOC_LITERAL(2061, 44), // "lockingPinDisplacementSensorR..." QT_MOC_LITERAL(2106, 37), // "legDisplacementSensorLIsFault..." QT_MOC_LITERAL(2144, 37), // "legDisplacementSensorRIsFault..." QT_MOC_LITERAL(2182, 29), // "steeringEncoderFailureChanged" QT_MOC_LITERAL(2212, 10), // "onLoginRst" QT_MOC_LITERAL(2223, 3), // "rst" QT_MOC_LITERAL(2227, 11), // "onCarAppend" QT_MOC_LITERAL(2239, 10), // "UserCamera" QT_MOC_LITERAL(2250, 4), // "info" QT_MOC_LITERAL(2255, 13), // "onRadarUpadte" QT_MOC_LITERAL(2269, 7), // "int32_t" QT_MOC_LITERAL(2277, 2), // "r0" QT_MOC_LITERAL(2280, 2), // "r1" QT_MOC_LITERAL(2283, 2), // "r2" QT_MOC_LITERAL(2286, 2), // "r3" QT_MOC_LITERAL(2289, 2), // "r4" QT_MOC_LITERAL(2292, 2), // "r5" QT_MOC_LITERAL(2295, 2), // "r6" QT_MOC_LITERAL(2298, 2), // "r7" QT_MOC_LITERAL(2301, 2), // "r8" QT_MOC_LITERAL(2304, 14), // "onEncodeUpdate" QT_MOC_LITERAL(2319, 4), // "left" QT_MOC_LITERAL(2324, 5), // "right" QT_MOC_LITERAL(2330, 10), // "onFeedData" QT_MOC_LITERAL(2341, 8), // "FeedData" QT_MOC_LITERAL(2350, 4), // "data" QT_MOC_LITERAL(2355, 13), // "onNotifyState" QT_MOC_LITERAL(2369, 3), // "uid" QT_MOC_LITERAL(2373, 9), // "UserState" QT_MOC_LITERAL(2383, 5), // "state" QT_MOC_LITERAL(2389, 6), // "onPing" QT_MOC_LITERAL(2396, 5), // "value" QT_MOC_LITERAL(2402, 4), // "temp" QT_MOC_LITERAL(2407, 9), // "onMoveEnd" QT_MOC_LITERAL(2417, 3), // "rid" QT_MOC_LITERAL(2421, 8), // "WorkArea" QT_MOC_LITERAL(2430, 4), // "area" QT_MOC_LITERAL(2435, 2), // "no" QT_MOC_LITERAL(2438, 11), // "onNotifyDel" QT_MOC_LITERAL(2450, 4), // "peer" QT_MOC_LITERAL(2455, 9), // "onKickoff" QT_MOC_LITERAL(2465, 13), // "onNotifyLeave" QT_MOC_LITERAL(2479, 12), // "onNotifyFail" QT_MOC_LITERAL(2492, 9), // "onMoveRet" QT_MOC_LITERAL(2502, 8), // "MoveDesc" QT_MOC_LITERAL(2511, 4), // "desc" QT_MOC_LITERAL(2516, 7), // "OnClose" QT_MOC_LITERAL(2524, 9), // "userLogin" QT_MOC_LITERAL(2534, 7), // "useName" QT_MOC_LITERAL(2542, 8), // "password" QT_MOC_LITERAL(2551, 10), // "connectCar" QT_MOC_LITERAL(2562, 2), // "id" QT_MOC_LITERAL(2565, 8), // "leaveCar" QT_MOC_LITERAL(2574, 6), // "logout" QT_MOC_LITERAL(2581, 9), // "moveBegin" QT_MOC_LITERAL(2591, 10), // "controlCar" QT_MOC_LITERAL(2602, 13), // "cancelControl" QT_MOC_LITERAL(2616, 11), // "showBackDlg" QT_MOC_LITERAL(2628, 7), // "content" QT_MOC_LITERAL(2636, 11), // "showMoveDlg" QT_MOC_LITERAL(2648, 4), // "idle" QT_MOC_LITERAL(2653, 5), // "ready" QT_MOC_LITERAL(2659, 3), // "car" QT_MOC_LITERAL(2663, 25), // "QQmlListProperty" QT_MOC_LITERAL(2689, 6), // "radar1" QT_MOC_LITERAL(2696, 6), // "radar2" QT_MOC_LITERAL(2703, 6), // "radar3" QT_MOC_LITERAL(2710, 6), // "radar4" QT_MOC_LITERAL(2717, 6), // "radar5" QT_MOC_LITERAL(2724, 6), // "radar6" QT_MOC_LITERAL(2731, 6), // "radar7" QT_MOC_LITERAL(2738, 6), // "radar8" QT_MOC_LITERAL(2745, 6), // "radar9" QT_MOC_LITERAL(2752, 4), // "ping" QT_MOC_LITERAL(2757, 10), // "alertSound" QT_MOC_LITERAL(2768, 7), // "Visible" QT_MOC_LITERAL(2776, 7), // "Account" QT_MOC_LITERAL(2784, 8), // "Password" QT_MOC_LITERAL(2793, 7), // "CarName" QT_MOC_LITERAL(2801, 9), // "DriveName" QT_MOC_LITERAL(2811, 13), // "BrakePressure" QT_MOC_LITERAL(2825, 18), // "GearboxOilPressure" QT_MOC_LITERAL(2844, 14), // "GearboxOilTemp" QT_MOC_LITERAL(2859, 8), // "EnginRpm" QT_MOC_LITERAL(2868, 17), // "EngineOilPressure" QT_MOC_LITERAL(2886, 6), // "OilPos" QT_MOC_LITERAL(2893, 12), // "WorkPressure" QT_MOC_LITERAL(2906, 4), // "Cold" QT_MOC_LITERAL(2911, 9), // "leftAngle" QT_MOC_LITERAL(2921, 10), // "rightAngle" QT_MOC_LITERAL(2932, 5), // "Steer" QT_MOC_LITERAL(2938, 5), // "Speed" QT_MOC_LITERAL(2944, 10), // "engineTime" QT_MOC_LITERAL(2955, 11), // "wireSensorL" QT_MOC_LITERAL(2967, 11), // "wireSensorR" QT_MOC_LITERAL(2979, 9), // "fuelLevel" QT_MOC_LITERAL(2989, 11), // "lockSwitchL" QT_MOC_LITERAL(3001, 11), // "lockSwitchR" QT_MOC_LITERAL(3013, 8), // "tipLimit" QT_MOC_LITERAL(3022, 8), // "turnLeft" QT_MOC_LITERAL(3031, 9), // "turnRight" QT_MOC_LITERAL(3041, 9), // "hightBeam" QT_MOC_LITERAL(3051, 7), // "lowBeam" QT_MOC_LITERAL(3059, 7), // "parking" QT_MOC_LITERAL(3067, 5), // "brake" QT_MOC_LITERAL(3073, 7), // "backCar" QT_MOC_LITERAL(3081, 13), // "frontWorkLamp" QT_MOC_LITERAL(3095, 12), // "rearWorkLamp" QT_MOC_LITERAL(3108, 11), // "cargoWeight" QT_MOC_LITERAL(3120, 9), // "systemVol" QT_MOC_LITERAL(3130, 5), // "fGear" QT_MOC_LITERAL(3136, 5), // "gear1" QT_MOC_LITERAL(3142, 19), // "lowOilPressureAlarm" QT_MOC_LITERAL(3162, 27), // "engineWaterTemperatureAlarm" QT_MOC_LITERAL(3190, 29), // "highEngineOilTemperatureAlarm" QT_MOC_LITERAL(3220, 24), // "engineWaterLevelLowAlarm" QT_MOC_LITERAL(3245, 15), // "lowFuelOilAlarm" QT_MOC_LITERAL(3261, 27), // "returnOilFilterBlockedAlarm" QT_MOC_LITERAL(3289, 21), // "oilFilterBlockedAlarm" QT_MOC_LITERAL(3311, 26), // "controlScreenBlockageAlarm" QT_MOC_LITERAL(3338, 28), // "emergencyFilterBlockingAlarm" QT_MOC_LITERAL(3367, 25), // "coolingFilterBlockedAlarm" QT_MOC_LITERAL(3393, 30), // "electricPumpScreenBlockedAlarm" QT_MOC_LITERAL(3424, 23), // "brakeFilterBlockedAlarm" QT_MOC_LITERAL(3448, 31), // "variableSpeedFilterBlockedAlarm" QT_MOC_LITERAL(3480, 15), // "lowVoltageAlarm" QT_MOC_LITERAL(3496, 30), // "highTransmissionOilTemperature" QT_MOC_LITERAL(3527, 28), // "transmissionOilPressureIsLow" QT_MOC_LITERAL(3556, 29), // "oilTemperatureSensor1IsFaulty" QT_MOC_LITERAL(3586, 29), // "oilTemperatureSensor2IsFaulty" QT_MOC_LITERAL(3616, 22), // "oilLevelSensorIsFaulty" QT_MOC_LITERAL(3639, 18), // "frontThrottleFault" QT_MOC_LITERAL(3658, 17), // "rearThrottleFault" QT_MOC_LITERAL(3676, 27), // "handleOfTheUpperArmIsFaulty" QT_MOC_LITERAL(3704, 21), // "leftLegHandleIsFaulty" QT_MOC_LITERAL(3726, 22), // "rightLegHandleIsFaulty" QT_MOC_LITERAL(3749, 14), // "engineBusFault" QT_MOC_LITERAL(3764, 20), // "transmissionBusFault" QT_MOC_LITERAL(3785, 21), // "remoteControlBusFault" QT_MOC_LITERAL(3807, 32), // "rodChamberPressureSensorIsFaulty" QT_MOC_LITERAL(3840, 34), // "noRodChamberPressureSensorIsF..." QT_MOC_LITERAL(3875, 27), // "brakePressureSensorIsFaulty" QT_MOC_LITERAL(3903, 28), // "systemPressureSensorIsFaulty" QT_MOC_LITERAL(3932, 29), // "controlPressureSensorIsFaulty" QT_MOC_LITERAL(3962, 30), // "steeringPressureSensorIsFaulty" QT_MOC_LITERAL(3993, 35), // "pressureSensorOfTheLowerArmIs..." QT_MOC_LITERAL(4029, 37), // "lockingPinDisplacementSensorL..." QT_MOC_LITERAL(4067, 37), // "lockingPinDisplacementSensorR..." QT_MOC_LITERAL(4105, 30), // "legDisplacementSensorLIsFaulty" QT_MOC_LITERAL(4136, 30), // "legDisplacementSensorRIsFaulty" QT_MOC_LITERAL(4167, 22) // "steeringEncoderFailure" }, "AppModel\0readyChanged\0\0carChanged\0" "radar1Changed\0radar2Changed\0radar3Changed\0" "radar4Changed\0radar5Changed\0radar6Changed\0" "radar7Changed\0radar8Changed\0radar9Changed\0" "accountChanged\0passwordChanged\0" "carNameChanged\0driveNameChanged\0" "sectionTextChanged\0steerAngleChanged\0" "pingChanged\0tempChanged\0speedChanged\0" "visibleChanged\0gearChanged\0coldChanged\0" "gearboxOilPressureChanged\0" "gearboxOilTempChanged\0engineRpmChanged\0" "engineoilPressureChanged\0brakePressureChanged\0" "playAlertSound\0carConnected\0closeWin\0" "oilPosChanged\0workPressureChanged\0" "leftAngleChanged\0rightAngleChanged\0" "engineTimeChanged\0wireSensorLChanged\0" "wireSensorRChanged\0fuelLevelChanged\0" "lockSwitchLChanged\0lockSwitchRChanged\0" "tipLimitChanged\0turnLeftChanged\0" "turnRightChanged\0hightBeamChanged\0" "lowBeamChanged\0parkingChanged\0" "brakeChanged\0backCarChanged\0" "frontWorkLampChanged\0rearWorkLampChanged\0" "cargoWeightChanged\0systemVolChanged\0" "fGearChanged\0gear1Changed\0" "lowOilPressureAlarmChanged\0" "engineWaterTemperatureAlarmChanged\0" "highEngineOilTemperatureAlarmChanged\0" "engineWaterLevelLowAlarmChanged\0" "lowFuelOilAlarmChanged\0" "returnOilFilterBlockedAlarmChanged\0" "oilFilterBlockedAlarmChanged\0" "controlScreenBlockageAlarmChanged\0" "emergencyFilterBlockingAlarmChanged\0" "coolingFilterBlockedAlarmChanged\0" "electricPumpScreenBlockedAlarmChanged\0" "brakeFilterBlockedAlarmChanged\0" "variableSpeedFilterBlockedAlarmChanged\0" "lowVoltageAlarmChanged\0" "highTransmissionOilTemperatureChanged\0" "transmissionOilPressureIsLowChanged\0" "oilTemperatureSensor1IsFaultyChanged\0" "oilTemperatureSensor2IsFaultyChanged\0" "oilLevelSensorIsFaultyChanged\0" "frontThrottleFaultChanged\0" "rearThrottleFaultChanged\0" "handleOfTheUpperArmIsFaultyChanged\0" "leftLegHandleIsFaultyChanged\0" "rightLegHandleIsFaultyChanged\0" "engineBusFaultChanged\0transmissionBusFaultChanged\0" "remoteControlBusFaultChanged\0" "rodChamberPressureSensorIsFaultyChanged\0" "noRodChamberPressureSensorIsFaultyChanged\0" "brakePressureSensorIsFaultyChanged\0" "systemPressureSensorIsFaultyChanged\0" "controlPressureSensorIsFaultyChanged\0" "steeringPressureSensorIsFaultyChanged\0" "pressureSensorOfTheLowerArmIsFaultyChanged\0" "lockingPinDisplacementSensorLIsFaultyChanged\0" "lockingPinDisplacementSensorRIsFaultyChanged\0" "legDisplacementSensorLIsFaultyChanged\0" "legDisplacementSensorRIsFaultyChanged\0" "steeringEncoderFailureChanged\0onLoginRst\0" "rst\0onCarAppend\0UserCamera\0info\0" "onRadarUpadte\0int32_t\0r0\0r1\0r2\0r3\0r4\0" "r5\0r6\0r7\0r8\0onEncodeUpdate\0left\0right\0" "onFeedData\0FeedData\0data\0onNotifyState\0" "uid\0UserState\0state\0onPing\0value\0temp\0" "onMoveEnd\0rid\0WorkArea\0area\0no\0" "onNotifyDel\0peer\0onKickoff\0onNotifyLeave\0" "onNotifyFail\0onMoveRet\0MoveDesc\0desc\0" "OnClose\0userLogin\0useName\0password\0" "connectCar\0id\0leaveCar\0logout\0moveBegin\0" "controlCar\0cancelControl\0showBackDlg\0" "content\0showMoveDlg\0idle\0ready\0car\0" "QQmlListProperty\0radar1\0" "radar2\0radar3\0radar4\0radar5\0radar6\0" "radar7\0radar8\0radar9\0ping\0alertSound\0" "Visible\0Account\0Password\0CarName\0" "DriveName\0BrakePressure\0GearboxOilPressure\0" "GearboxOilTemp\0EnginRpm\0EngineOilPressure\0" "OilPos\0WorkPressure\0Cold\0leftAngle\0" "rightAngle\0Steer\0Speed\0engineTime\0" "wireSensorL\0wireSensorR\0fuelLevel\0" "lockSwitchL\0lockSwitchR\0tipLimit\0" "turnLeft\0turnRight\0hightBeam\0lowBeam\0" "parking\0brake\0backCar\0frontWorkLamp\0" "rearWorkLamp\0cargoWeight\0systemVol\0" "fGear\0gear1\0lowOilPressureAlarm\0" "engineWaterTemperatureAlarm\0" "highEngineOilTemperatureAlarm\0" "engineWaterLevelLowAlarm\0lowFuelOilAlarm\0" "returnOilFilterBlockedAlarm\0" "oilFilterBlockedAlarm\0controlScreenBlockageAlarm\0" "emergencyFilterBlockingAlarm\0" "coolingFilterBlockedAlarm\0" "electricPumpScreenBlockedAlarm\0" "brakeFilterBlockedAlarm\0" "variableSpeedFilterBlockedAlarm\0" "lowVoltageAlarm\0highTransmissionOilTemperature\0" "transmissionOilPressureIsLow\0" "oilTemperatureSensor1IsFaulty\0" "oilTemperatureSensor2IsFaulty\0" "oilLevelSensorIsFaulty\0frontThrottleFault\0" "rearThrottleFault\0handleOfTheUpperArmIsFaulty\0" "leftLegHandleIsFaulty\0rightLegHandleIsFaulty\0" "engineBusFault\0transmissionBusFault\0" "remoteControlBusFault\0" "rodChamberPressureSensorIsFaulty\0" "noRodChamberPressureSensorIsFaulty\0" "brakePressureSensorIsFaulty\0" "systemPressureSensorIsFaulty\0" "controlPressureSensorIsFaulty\0" "steeringPressureSensorIsFaulty\0" "pressureSensorOfTheLowerArmIsFaulty\0" "lockingPinDisplacementSensorLIsFaulty\0" "lockingPinDisplacementSensorRIsFaulty\0" "legDisplacementSensorLIsFaulty\0" "legDisplacementSensorRIsFaulty\0" "steeringEncoderFailure" }; #undef QT_MOC_LITERAL static const uint qt_meta_data_AppModel[] = { // content: 10, // revision 0, // classname 0, 0, // classinfo 118, 14, // methods 90, 914, // properties 0, 0, // enums/sets 0, 0, // constructors 0, // flags 94, // signalCount // signals: name, argc, parameters, tag, flags, initial metatype offsets 1, 0, 722, 2, 0x06, 91 /* Public */, 3, 0, 723, 2, 0x06, 92 /* Public */, 4, 0, 724, 2, 0x06, 93 /* Public */, 5, 0, 725, 2, 0x06, 94 /* Public */, 6, 0, 726, 2, 0x06, 95 /* Public */, 7, 0, 727, 2, 0x06, 96 /* Public */, 8, 0, 728, 2, 0x06, 97 /* Public */, 9, 0, 729, 2, 0x06, 98 /* Public */, 10, 0, 730, 2, 0x06, 99 /* Public */, 11, 0, 731, 2, 0x06, 100 /* Public */, 12, 0, 732, 2, 0x06, 101 /* Public */, 13, 0, 733, 2, 0x06, 102 /* Public */, 14, 0, 734, 2, 0x06, 103 /* Public */, 15, 0, 735, 2, 0x06, 104 /* Public */, 16, 0, 736, 2, 0x06, 105 /* Public */, 17, 0, 737, 2, 0x06, 106 /* Public */, 18, 0, 738, 2, 0x06, 107 /* Public */, 19, 0, 739, 2, 0x06, 108 /* Public */, 20, 0, 740, 2, 0x06, 109 /* Public */, 21, 0, 741, 2, 0x06, 110 /* Public */, 22, 0, 742, 2, 0x06, 111 /* Public */, 23, 0, 743, 2, 0x06, 112 /* Public */, 24, 0, 744, 2, 0x06, 113 /* Public */, 25, 0, 745, 2, 0x06, 114 /* Public */, 26, 0, 746, 2, 0x06, 115 /* Public */, 27, 0, 747, 2, 0x06, 116 /* Public */, 28, 0, 748, 2, 0x06, 117 /* Public */, 29, 0, 749, 2, 0x06, 118 /* Public */, 30, 0, 750, 2, 0x06, 119 /* Public */, 31, 0, 751, 2, 0x06, 120 /* Public */, 32, 0, 752, 2, 0x06, 121 /* Public */, 33, 0, 753, 2, 0x06, 122 /* Public */, 34, 0, 754, 2, 0x06, 123 /* Public */, 35, 0, 755, 2, 0x06, 124 /* Public */, 36, 0, 756, 2, 0x06, 125 /* Public */, 37, 0, 757, 2, 0x06, 126 /* Public */, 38, 0, 758, 2, 0x06, 127 /* Public */, 39, 0, 759, 2, 0x06, 128 /* Public */, 40, 0, 760, 2, 0x06, 129 /* Public */, 41, 0, 761, 2, 0x06, 130 /* Public */, 42, 0, 762, 2, 0x06, 131 /* Public */, 43, 0, 763, 2, 0x06, 132 /* Public */, 44, 0, 764, 2, 0x06, 133 /* Public */, 45, 0, 765, 2, 0x06, 134 /* Public */, 46, 0, 766, 2, 0x06, 135 /* Public */, 47, 0, 767, 2, 0x06, 136 /* Public */, 48, 0, 768, 2, 0x06, 137 /* Public */, 49, 0, 769, 2, 0x06, 138 /* Public */, 50, 0, 770, 2, 0x06, 139 /* Public */, 51, 0, 771, 2, 0x06, 140 /* Public */, 52, 0, 772, 2, 0x06, 141 /* Public */, 53, 0, 773, 2, 0x06, 142 /* Public */, 54, 0, 774, 2, 0x06, 143 /* Public */, 55, 0, 775, 2, 0x06, 144 /* Public */, 56, 0, 776, 2, 0x06, 145 /* Public */, 57, 0, 777, 2, 0x06, 146 /* Public */, 58, 0, 778, 2, 0x06, 147 /* Public */, 59, 0, 779, 2, 0x06, 148 /* Public */, 60, 0, 780, 2, 0x06, 149 /* Public */, 61, 0, 781, 2, 0x06, 150 /* Public */, 62, 0, 782, 2, 0x06, 151 /* Public */, 63, 0, 783, 2, 0x06, 152 /* Public */, 64, 0, 784, 2, 0x06, 153 /* Public */, 65, 0, 785, 2, 0x06, 154 /* Public */, 66, 0, 786, 2, 0x06, 155 /* Public */, 67, 0, 787, 2, 0x06, 156 /* Public */, 68, 0, 788, 2, 0x06, 157 /* Public */, 69, 0, 789, 2, 0x06, 158 /* Public */, 70, 0, 790, 2, 0x06, 159 /* Public */, 71, 0, 791, 2, 0x06, 160 /* Public */, 72, 0, 792, 2, 0x06, 161 /* Public */, 73, 0, 793, 2, 0x06, 162 /* Public */, 74, 0, 794, 2, 0x06, 163 /* Public */, 75, 0, 795, 2, 0x06, 164 /* Public */, 76, 0, 796, 2, 0x06, 165 /* Public */, 77, 0, 797, 2, 0x06, 166 /* Public */, 78, 0, 798, 2, 0x06, 167 /* Public */, 79, 0, 799, 2, 0x06, 168 /* Public */, 80, 0, 800, 2, 0x06, 169 /* Public */, 81, 0, 801, 2, 0x06, 170 /* Public */, 82, 0, 802, 2, 0x06, 171 /* Public */, 83, 0, 803, 2, 0x06, 172 /* Public */, 84, 0, 804, 2, 0x06, 173 /* Public */, 85, 0, 805, 2, 0x06, 174 /* Public */, 86, 0, 806, 2, 0x06, 175 /* Public */, 87, 0, 807, 2, 0x06, 176 /* Public */, 88, 0, 808, 2, 0x06, 177 /* Public */, 89, 0, 809, 2, 0x06, 178 /* Public */, 90, 0, 810, 2, 0x06, 179 /* Public */, 91, 0, 811, 2, 0x06, 180 /* Public */, 92, 0, 812, 2, 0x06, 181 /* Public */, 93, 0, 813, 2, 0x06, 182 /* Public */, 94, 0, 814, 2, 0x06, 183 /* Public */, 95, 0, 815, 2, 0x06, 184 /* Public */, // slots: name, argc, parameters, tag, flags, initial metatype offsets 96, 1, 816, 2, 0x0a, 185 /* Public */, 98, 1, 819, 2, 0x0a, 187 /* Public */, 101, 9, 822, 2, 0x0a, 189 /* Public */, 112, 2, 841, 2, 0x0a, 199 /* Public */, 115, 1, 846, 2, 0x0a, 202 /* Public */, 118, 2, 849, 2, 0x0a, 204 /* Public */, 122, 2, 854, 2, 0x0a, 207 /* Public */, 125, 3, 859, 2, 0x0a, 210 /* Public */, 130, 1, 866, 2, 0x0a, 214 /* Public */, 132, 0, 869, 2, 0x0a, 216 /* Public */, 133, 1, 870, 2, 0x0a, 217 /* Public */, 134, 1, 873, 2, 0x0a, 219 /* Public */, 135, 1, 876, 2, 0x0a, 221 /* Public */, 138, 0, 879, 2, 0x0a, 223 /* Public */, // methods: name, argc, parameters, tag, flags, initial metatype offsets 139, 2, 880, 2, 0x02, 224 /* Public */, 142, 1, 885, 2, 0x02, 227 /* Public */, 144, 0, 888, 2, 0x02, 229 /* Public */, 145, 0, 889, 2, 0x02, 230 /* Public */, 146, 2, 890, 2, 0x02, 231 /* Public */, 147, 1, 895, 2, 0x02, 234 /* Public */, 148, 0, 898, 2, 0x02, 236 /* Public */, 149, 4, 899, 2, 0x02, 237 /* Public */, 151, 1, 908, 2, 0x02, 242 /* Public */, 152, 1, 911, 2, 0x02, 244 /* Public */, // signals: parameters QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, // slots: parameters QMetaType::Void, QMetaType::Bool, 97, QMetaType::Void, 0x80000000 | 99, 100, QMetaType::Void, 0x80000000 | 102, 0x80000000 | 102, 0x80000000 | 102, 0x80000000 | 102, 0x80000000 | 102, 0x80000000 | 102, 0x80000000 | 102, 0x80000000 | 102, 0x80000000 | 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, QMetaType::Void, 0x80000000 | 102, 0x80000000 | 102, 113, 114, QMetaType::Void, 0x80000000 | 116, 117, QMetaType::Void, 0x80000000 | 102, 0x80000000 | 120, 119, 121, QMetaType::Void, 0x80000000 | 102, QMetaType::Double, 123, 124, QMetaType::Void, 0x80000000 | 102, 0x80000000 | 127, 0x80000000 | 102, 126, 128, 129, QMetaType::Void, 0x80000000 | 102, 131, QMetaType::Void, QMetaType::Void, 0x80000000 | 102, 131, QMetaType::Void, 0x80000000 | 102, 131, QMetaType::Void, 0x80000000 | 136, 137, QMetaType::Void, // methods: parameters QMetaType::Void, QMetaType::QString, QMetaType::QString, 140, 141, QMetaType::Void, QMetaType::Int, 143, QMetaType::Void, QMetaType::Void, QMetaType::Void, 0x80000000 | 102, 0x80000000 | 102, 128, 129, QMetaType::Void, QMetaType::Int, 143, QMetaType::Void, QMetaType::Void, QMetaType::QString, 0x80000000 | 127, 0x80000000 | 102, 0x80000000 | 102, 150, 128, 129, 119, QMetaType::Void, 0x80000000 | 136, 137, QMetaType::Bool, 0x80000000 | 102, 119, // properties: name, type, flags 153, QMetaType::Bool, 0x00015103, uint(0), 0, 154, 0x80000000 | 155, 0x00015009, uint(1), 0, 156, 0x80000000 | 102, 0x0001510b, uint(2), 0, 157, 0x80000000 | 102, 0x0001510b, uint(3), 0, 158, 0x80000000 | 102, 0x0001510b, uint(4), 0, 159, 0x80000000 | 102, 0x0001510b, uint(5), 0, 160, 0x80000000 | 102, 0x0001510b, uint(6), 0, 161, 0x80000000 | 102, 0x0001510b, uint(7), 0, 162, 0x80000000 | 102, 0x0001510b, uint(8), 0, 163, 0x80000000 | 102, 0x0001510b, uint(9), 0, 164, 0x80000000 | 102, 0x0001510b, uint(10), 0, 165, 0x80000000 | 102, 0x0001510b, uint(17), 0, 124, 0x80000000 | 102, 0x0001510b, uint(18), 0, 166, 0x80000000 | 102, 0x00015009, uint(28), 0, 167, 0x80000000 | 102, 0x0001500b, uint(20), 0, 168, QMetaType::QString, 0x00015103, uint(11), 0, 169, QMetaType::QString, 0x00015103, uint(12), 0, 170, QMetaType::QString, 0x00015103, uint(13), 0, 171, QMetaType::QString, 0x00015103, uint(14), 0, 172, 0x80000000 | 102, 0x0001500b, uint(27), 0, 173, 0x80000000 | 102, 0x0001500b, uint(23), 0, 174, 0x80000000 | 102, 0x0001500b, uint(24), 0, 175, 0x80000000 | 102, 0x0001500b, uint(25), 0, 176, 0x80000000 | 102, 0x0001500b, uint(26), 0, 177, 0x80000000 | 102, 0x0001500b, uint(31), 0, 178, 0x80000000 | 102, 0x0001510b, uint(32), 0, 179, 0x80000000 | 102, 0x0001500b, uint(22), 0, 180, 0x80000000 | 102, 0x0001510b, uint(33), 0, 181, 0x80000000 | 102, 0x0001510b, uint(34), 0, 182, QMetaType::Float, 0x00015003, uint(16), 0, 183, 0x80000000 | 102, 0x0001500b, uint(19), 0, 184, 0x80000000 | 102, 0x0001510b, uint(35), 0, 185, 0x80000000 | 102, 0x0001510b, uint(36), 0, 186, 0x80000000 | 102, 0x0001510b, uint(37), 0, 187, 0x80000000 | 102, 0x0001510b, uint(38), 0, 188, 0x80000000 | 102, 0x0001510b, uint(39), 0, 189, 0x80000000 | 102, 0x0001510b, uint(40), 0, 190, 0x80000000 | 102, 0x0001510b, uint(41), 0, 191, 0x80000000 | 102, 0x0001510b, uint(42), 0, 192, 0x80000000 | 102, 0x0001510b, uint(43), 0, 193, 0x80000000 | 102, 0x0001510b, uint(44), 0, 194, 0x80000000 | 102, 0x0001510b, uint(45), 0, 195, 0x80000000 | 102, 0x0001510b, uint(46), 0, 196, 0x80000000 | 102, 0x0001510b, uint(47), 0, 197, 0x80000000 | 102, 0x0001510b, uint(48), 0, 198, 0x80000000 | 102, 0x0001510b, uint(49), 0, 199, 0x80000000 | 102, 0x0001510b, uint(50), 0, 200, 0x80000000 | 102, 0x0001510b, uint(51), 0, 201, 0x80000000 | 102, 0x0001510b, uint(52), 0, 202, 0x80000000 | 102, 0x0001510b, uint(53), 0, 203, 0x80000000 | 102, 0x0001510b, uint(54), 0, 204, 0x80000000 | 102, 0x0001510b, uint(55), 0, 205, 0x80000000 | 102, 0x0001510b, uint(56), 0, 206, 0x80000000 | 102, 0x0001510b, uint(57), 0, 207, 0x80000000 | 102, 0x0001510b, uint(58), 0, 208, 0x80000000 | 102, 0x0001510b, uint(59), 0, 209, 0x80000000 | 102, 0x0001510b, uint(60), 0, 210, 0x80000000 | 102, 0x0001510b, uint(61), 0, 211, 0x80000000 | 102, 0x0001510b, uint(62), 0, 212, 0x80000000 | 102, 0x0001510b, uint(63), 0, 213, 0x80000000 | 102, 0x0001510b, uint(64), 0, 214, 0x80000000 | 102, 0x0001510b, uint(65), 0, 215, 0x80000000 | 102, 0x0001510b, uint(66), 0, 216, 0x80000000 | 102, 0x0001510b, uint(67), 0, 217, 0x80000000 | 102, 0x0001510b, uint(68), 0, 218, 0x80000000 | 102, 0x0001510b, uint(69), 0, 219, 0x80000000 | 102, 0x0001510b, uint(70), 0, 220, 0x80000000 | 102, 0x0001510b, uint(71), 0, 221, 0x80000000 | 102, 0x0001510b, uint(72), 0, 222, 0x80000000 | 102, 0x0001510b, uint(73), 0, 223, 0x80000000 | 102, 0x0001510b, uint(74), 0, 224, 0x80000000 | 102, 0x0001510b, uint(75), 0, 225, 0x80000000 | 102, 0x0001510b, uint(76), 0, 226, 0x80000000 | 102, 0x0001510b, uint(77), 0, 227, 0x80000000 | 102, 0x0001510b, uint(78), 0, 228, 0x80000000 | 102, 0x0001510b, uint(79), 0, 229, 0x80000000 | 102, 0x0001510b, uint(80), 0, 230, 0x80000000 | 102, 0x0001510b, uint(81), 0, 231, 0x80000000 | 102, 0x0001510b, uint(82), 0, 232, 0x80000000 | 102, 0x0001510b, uint(83), 0, 233, 0x80000000 | 102, 0x0001510b, uint(84), 0, 234, 0x80000000 | 102, 0x0001510b, uint(85), 0, 235, 0x80000000 | 102, 0x0001510b, uint(86), 0, 236, 0x80000000 | 102, 0x0001510b, uint(87), 0, 237, 0x80000000 | 102, 0x0001510b, uint(88), 0, 238, 0x80000000 | 102, 0x0001510b, uint(89), 0, 239, 0x80000000 | 102, 0x0001510b, uint(90), 0, 240, 0x80000000 | 102, 0x0001510b, uint(91), 0, 241, 0x80000000 | 102, 0x0001510b, uint(92), 0, 242, 0x80000000 | 102, 0x0001510b, uint(93), 0, 0 // eod }; void AppModel::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->readyChanged(); break; case 1: _t->carChanged(); break; case 2: _t->radar1Changed(); break; case 3: _t->radar2Changed(); break; case 4: _t->radar3Changed(); break; case 5: _t->radar4Changed(); break; case 6: _t->radar5Changed(); break; case 7: _t->radar6Changed(); break; case 8: _t->radar7Changed(); break; case 9: _t->radar8Changed(); break; case 10: _t->radar9Changed(); break; case 11: _t->accountChanged(); break; case 12: _t->passwordChanged(); break; case 13: _t->carNameChanged(); break; case 14: _t->driveNameChanged(); break; case 15: _t->sectionTextChanged(); break; case 16: _t->steerAngleChanged(); break; case 17: _t->pingChanged(); break; case 18: _t->tempChanged(); break; case 19: _t->speedChanged(); break; case 20: _t->visibleChanged(); break; case 21: _t->gearChanged(); break; case 22: _t->coldChanged(); break; case 23: _t->gearboxOilPressureChanged(); break; case 24: _t->gearboxOilTempChanged(); break; case 25: _t->engineRpmChanged(); break; case 26: _t->engineoilPressureChanged(); break; case 27: _t->brakePressureChanged(); break; case 28: _t->playAlertSound(); break; case 29: _t->carConnected(); break; case 30: _t->closeWin(); break; case 31: _t->oilPosChanged(); break; case 32: _t->workPressureChanged(); break; case 33: _t->leftAngleChanged(); break; case 34: _t->rightAngleChanged(); break; case 35: _t->engineTimeChanged(); break; case 36: _t->wireSensorLChanged(); break; case 37: _t->wireSensorRChanged(); break; case 38: _t->fuelLevelChanged(); break; case 39: _t->lockSwitchLChanged(); break; case 40: _t->lockSwitchRChanged(); break; case 41: _t->tipLimitChanged(); break; case 42: _t->turnLeftChanged(); break; case 43: _t->turnRightChanged(); break; case 44: _t->hightBeamChanged(); break; case 45: _t->lowBeamChanged(); break; case 46: _t->parkingChanged(); break; case 47: _t->brakeChanged(); break; case 48: _t->backCarChanged(); break; case 49: _t->frontWorkLampChanged(); break; case 50: _t->rearWorkLampChanged(); break; case 51: _t->cargoWeightChanged(); break; case 52: _t->systemVolChanged(); break; case 53: _t->fGearChanged(); break; case 54: _t->gear1Changed(); break; case 55: _t->lowOilPressureAlarmChanged(); break; case 56: _t->engineWaterTemperatureAlarmChanged(); break; case 57: _t->highEngineOilTemperatureAlarmChanged(); break; case 58: _t->engineWaterLevelLowAlarmChanged(); break; case 59: _t->lowFuelOilAlarmChanged(); break; case 60: _t->returnOilFilterBlockedAlarmChanged(); break; case 61: _t->oilFilterBlockedAlarmChanged(); break; case 62: _t->controlScreenBlockageAlarmChanged(); break; case 63: _t->emergencyFilterBlockingAlarmChanged(); break; case 64: _t->coolingFilterBlockedAlarmChanged(); break; case 65: _t->electricPumpScreenBlockedAlarmChanged(); break; case 66: _t->brakeFilterBlockedAlarmChanged(); break; case 67: _t->variableSpeedFilterBlockedAlarmChanged(); break; case 68: _t->lowVoltageAlarmChanged(); break; case 69: _t->highTransmissionOilTemperatureChanged(); break; case 70: _t->transmissionOilPressureIsLowChanged(); break; case 71: _t->oilTemperatureSensor1IsFaultyChanged(); break; case 72: _t->oilTemperatureSensor2IsFaultyChanged(); break; case 73: _t->oilLevelSensorIsFaultyChanged(); break; case 74: _t->frontThrottleFaultChanged(); break; case 75: _t->rearThrottleFaultChanged(); break; case 76: _t->handleOfTheUpperArmIsFaultyChanged(); break; case 77: _t->leftLegHandleIsFaultyChanged(); break; case 78: _t->rightLegHandleIsFaultyChanged(); break; case 79: _t->engineBusFaultChanged(); break; case 80: _t->transmissionBusFaultChanged(); break; case 81: _t->remoteControlBusFaultChanged(); break; case 82: _t->rodChamberPressureSensorIsFaultyChanged(); break; case 83: _t->noRodChamberPressureSensorIsFaultyChanged(); break; case 84: _t->brakePressureSensorIsFaultyChanged(); break; case 85: _t->systemPressureSensorIsFaultyChanged(); break; case 86: _t->controlPressureSensorIsFaultyChanged(); break; case 87: _t->steeringPressureSensorIsFaultyChanged(); break; case 88: _t->pressureSensorOfTheLowerArmIsFaultyChanged(); break; case 89: _t->lockingPinDisplacementSensorLIsFaultyChanged(); break; case 90: _t->lockingPinDisplacementSensorRIsFaultyChanged(); break; case 91: _t->legDisplacementSensorLIsFaultyChanged(); break; case 92: _t->legDisplacementSensorRIsFaultyChanged(); break; case 93: _t->steeringEncoderFailureChanged(); break; case 94: _t->onLoginRst((*reinterpret_cast< std::add_pointer_t>(_a[1]))); break; case 95: _t->onCarAppend((*reinterpret_cast< std::add_pointer_t>(_a[1]))); break; case 96: _t->onRadarUpadte((*reinterpret_cast< std::add_pointer_t>(_a[1])),(*reinterpret_cast< std::add_pointer_t>(_a[2])),(*reinterpret_cast< std::add_pointer_t>(_a[3])),(*reinterpret_cast< std::add_pointer_t>(_a[4])),(*reinterpret_cast< std::add_pointer_t>(_a[5])),(*reinterpret_cast< std::add_pointer_t>(_a[6])),(*reinterpret_cast< std::add_pointer_t>(_a[7])),(*reinterpret_cast< std::add_pointer_t>(_a[8])),(*reinterpret_cast< std::add_pointer_t>(_a[9]))); break; case 97: _t->onEncodeUpdate((*reinterpret_cast< std::add_pointer_t>(_a[1])),(*reinterpret_cast< std::add_pointer_t>(_a[2]))); break; case 98: _t->onFeedData((*reinterpret_cast< std::add_pointer_t>(_a[1]))); break; case 99: _t->onNotifyState((*reinterpret_cast< std::add_pointer_t>(_a[1])),(*reinterpret_cast< std::add_pointer_t>(_a[2]))); break; case 100: _t->onPing((*reinterpret_cast< std::add_pointer_t>(_a[1])),(*reinterpret_cast< std::add_pointer_t>(_a[2]))); break; case 101: _t->onMoveEnd((*reinterpret_cast< std::add_pointer_t>(_a[1])),(*reinterpret_cast< std::add_pointer_t>(_a[2])),(*reinterpret_cast< std::add_pointer_t>(_a[3]))); break; case 102: _t->onNotifyDel((*reinterpret_cast< std::add_pointer_t>(_a[1]))); break; case 103: _t->onKickoff(); break; case 104: _t->onNotifyLeave((*reinterpret_cast< std::add_pointer_t>(_a[1]))); break; case 105: _t->onNotifyFail((*reinterpret_cast< std::add_pointer_t>(_a[1]))); break; case 106: _t->onMoveRet((*reinterpret_cast< std::add_pointer_t>(_a[1]))); break; case 107: _t->OnClose(); break; case 108: _t->userLogin((*reinterpret_cast< std::add_pointer_t>(_a[1])),(*reinterpret_cast< std::add_pointer_t>(_a[2]))); break; case 109: _t->connectCar((*reinterpret_cast< std::add_pointer_t>(_a[1]))); break; case 110: _t->leaveCar(); break; case 111: _t->logout(); break; case 112: _t->moveBegin((*reinterpret_cast< std::add_pointer_t>(_a[1])),(*reinterpret_cast< std::add_pointer_t>(_a[2]))); break; case 113: _t->controlCar((*reinterpret_cast< std::add_pointer_t>(_a[1]))); break; case 114: _t->cancelControl(); break; case 115: _t->showBackDlg((*reinterpret_cast< std::add_pointer_t>(_a[1])),(*reinterpret_cast< std::add_pointer_t>(_a[2])),(*reinterpret_cast< std::add_pointer_t>(_a[3])),(*reinterpret_cast< std::add_pointer_t>(_a[4]))); break; case 116: _t->showMoveDlg((*reinterpret_cast< std::add_pointer_t>(_a[1]))); break; case 117: { bool _r = _t->idle((*reinterpret_cast< std::add_pointer_t>(_a[1]))); if (_a[0]) *reinterpret_cast< bool*>(_a[0]) = std::move(_r); } break; default: ; } } else if (_c == QMetaObject::IndexOfMethod) { int *result = reinterpret_cast(_a[0]); { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::readyChanged)) { *result = 0; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::carChanged)) { *result = 1; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::radar1Changed)) { *result = 2; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::radar2Changed)) { *result = 3; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::radar3Changed)) { *result = 4; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::radar4Changed)) { *result = 5; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::radar5Changed)) { *result = 6; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::radar6Changed)) { *result = 7; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::radar7Changed)) { *result = 8; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::radar8Changed)) { *result = 9; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::radar9Changed)) { *result = 10; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::accountChanged)) { *result = 11; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::passwordChanged)) { *result = 12; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::carNameChanged)) { *result = 13; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::driveNameChanged)) { *result = 14; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::sectionTextChanged)) { *result = 15; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::steerAngleChanged)) { *result = 16; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::pingChanged)) { *result = 17; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::tempChanged)) { *result = 18; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::speedChanged)) { *result = 19; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::visibleChanged)) { *result = 20; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::gearChanged)) { *result = 21; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::coldChanged)) { *result = 22; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::gearboxOilPressureChanged)) { *result = 23; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::gearboxOilTempChanged)) { *result = 24; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::engineRpmChanged)) { *result = 25; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::engineoilPressureChanged)) { *result = 26; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::brakePressureChanged)) { *result = 27; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::playAlertSound)) { *result = 28; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::carConnected)) { *result = 29; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::closeWin)) { *result = 30; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::oilPosChanged)) { *result = 31; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::workPressureChanged)) { *result = 32; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::leftAngleChanged)) { *result = 33; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::rightAngleChanged)) { *result = 34; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::engineTimeChanged)) { *result = 35; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::wireSensorLChanged)) { *result = 36; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::wireSensorRChanged)) { *result = 37; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::fuelLevelChanged)) { *result = 38; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::lockSwitchLChanged)) { *result = 39; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::lockSwitchRChanged)) { *result = 40; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::tipLimitChanged)) { *result = 41; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::turnLeftChanged)) { *result = 42; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::turnRightChanged)) { *result = 43; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::hightBeamChanged)) { *result = 44; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::lowBeamChanged)) { *result = 45; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::parkingChanged)) { *result = 46; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::brakeChanged)) { *result = 47; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::backCarChanged)) { *result = 48; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::frontWorkLampChanged)) { *result = 49; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::rearWorkLampChanged)) { *result = 50; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::cargoWeightChanged)) { *result = 51; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::systemVolChanged)) { *result = 52; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::fGearChanged)) { *result = 53; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::gear1Changed)) { *result = 54; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::lowOilPressureAlarmChanged)) { *result = 55; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::engineWaterTemperatureAlarmChanged)) { *result = 56; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::highEngineOilTemperatureAlarmChanged)) { *result = 57; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::engineWaterLevelLowAlarmChanged)) { *result = 58; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::lowFuelOilAlarmChanged)) { *result = 59; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::returnOilFilterBlockedAlarmChanged)) { *result = 60; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::oilFilterBlockedAlarmChanged)) { *result = 61; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::controlScreenBlockageAlarmChanged)) { *result = 62; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::emergencyFilterBlockingAlarmChanged)) { *result = 63; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::coolingFilterBlockedAlarmChanged)) { *result = 64; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::electricPumpScreenBlockedAlarmChanged)) { *result = 65; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::brakeFilterBlockedAlarmChanged)) { *result = 66; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::variableSpeedFilterBlockedAlarmChanged)) { *result = 67; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::lowVoltageAlarmChanged)) { *result = 68; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::highTransmissionOilTemperatureChanged)) { *result = 69; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::transmissionOilPressureIsLowChanged)) { *result = 70; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::oilTemperatureSensor1IsFaultyChanged)) { *result = 71; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::oilTemperatureSensor2IsFaultyChanged)) { *result = 72; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::oilLevelSensorIsFaultyChanged)) { *result = 73; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::frontThrottleFaultChanged)) { *result = 74; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::rearThrottleFaultChanged)) { *result = 75; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::handleOfTheUpperArmIsFaultyChanged)) { *result = 76; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::leftLegHandleIsFaultyChanged)) { *result = 77; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::rightLegHandleIsFaultyChanged)) { *result = 78; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::engineBusFaultChanged)) { *result = 79; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::transmissionBusFaultChanged)) { *result = 80; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::remoteControlBusFaultChanged)) { *result = 81; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::rodChamberPressureSensorIsFaultyChanged)) { *result = 82; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::noRodChamberPressureSensorIsFaultyChanged)) { *result = 83; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::brakePressureSensorIsFaultyChanged)) { *result = 84; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::systemPressureSensorIsFaultyChanged)) { *result = 85; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::controlPressureSensorIsFaultyChanged)) { *result = 86; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::steeringPressureSensorIsFaultyChanged)) { *result = 87; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::pressureSensorOfTheLowerArmIsFaultyChanged)) { *result = 88; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::lockingPinDisplacementSensorLIsFaultyChanged)) { *result = 89; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::lockingPinDisplacementSensorRIsFaultyChanged)) { *result = 90; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::legDisplacementSensorLIsFaultyChanged)) { *result = 91; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::legDisplacementSensorRIsFaultyChanged)) { *result = 92; return; } } { using _t = void (AppModel::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AppModel::steeringEncoderFailureChanged)) { *result = 93; 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< bool*>(_v) = _t->ready(); break; case 1: *reinterpret_cast< QQmlListProperty*>(_v) = _t->car(); break; case 2: *reinterpret_cast< int32_t*>(_v) = _t->radar1(); break; case 3: *reinterpret_cast< int32_t*>(_v) = _t->radar2(); break; case 4: *reinterpret_cast< int32_t*>(_v) = _t->radar3(); break; case 5: *reinterpret_cast< int32_t*>(_v) = _t->radar4(); break; case 6: *reinterpret_cast< int32_t*>(_v) = _t->radar5(); break; case 7: *reinterpret_cast< int32_t*>(_v) = _t->radar6(); break; case 8: *reinterpret_cast< int32_t*>(_v) = _t->radar7(); break; case 9: *reinterpret_cast< int32_t*>(_v) = _t->radar8(); break; case 10: *reinterpret_cast< int32_t*>(_v) = _t->radar9(); break; case 11: *reinterpret_cast< int32_t*>(_v) = _t->ping(); break; case 12: *reinterpret_cast< int32_t*>(_v) = _t->temp(); break; case 13: *reinterpret_cast< int32_t*>(_v) = _t->alertSound(); break; case 14: *reinterpret_cast< int32_t*>(_v) = _t->Visible(); break; case 15: *reinterpret_cast< QString*>(_v) = _t->Account(); break; case 16: *reinterpret_cast< QString*>(_v) = _t->Password(); break; case 17: *reinterpret_cast< QString*>(_v) = _t->CarName(); break; case 18: *reinterpret_cast< QString*>(_v) = _t->DriveName(); break; case 19: *reinterpret_cast< int32_t*>(_v) = _t->BrakePressure(); break; case 20: *reinterpret_cast< int32_t*>(_v) = _t->GearboxOilPressure(); break; case 21: *reinterpret_cast< int32_t*>(_v) = _t->GearboxOilTemp(); break; case 22: *reinterpret_cast< int32_t*>(_v) = _t->EnginRpm(); break; case 23: *reinterpret_cast< int32_t*>(_v) = _t->EngineOilPressure(); break; case 24: *reinterpret_cast< int32_t*>(_v) = _t->OilPos(); break; case 25: *reinterpret_cast< int32_t*>(_v) = _t->WorkPressure(); break; case 26: *reinterpret_cast< int32_t*>(_v) = _t->Cold(); break; case 27: *reinterpret_cast< int32_t*>(_v) = _t->leftAngle(); break; case 28: *reinterpret_cast< int32_t*>(_v) = _t->rightAngle(); break; case 29: *reinterpret_cast< float*>(_v) = _t->Steer(); break; case 30: *reinterpret_cast< int32_t*>(_v) = _t->Speed(); break; case 31: *reinterpret_cast< int32_t*>(_v) = _t->engineTime(); break; case 32: *reinterpret_cast< int32_t*>(_v) = _t->wireSensorL(); break; case 33: *reinterpret_cast< int32_t*>(_v) = _t->wireSensorR(); break; case 34: *reinterpret_cast< int32_t*>(_v) = _t->fuelLevel(); break; case 35: *reinterpret_cast< int32_t*>(_v) = _t->lockSwitchL(); break; case 36: *reinterpret_cast< int32_t*>(_v) = _t->lockSwitchR(); break; case 37: *reinterpret_cast< int32_t*>(_v) = _t->tipLimit(); break; case 38: *reinterpret_cast< int32_t*>(_v) = _t->turnLeft(); break; case 39: *reinterpret_cast< int32_t*>(_v) = _t->turnRight(); break; case 40: *reinterpret_cast< int32_t*>(_v) = _t->hightBeam(); break; case 41: *reinterpret_cast< int32_t*>(_v) = _t->lowBeam(); break; case 42: *reinterpret_cast< int32_t*>(_v) = _t->parking(); break; case 43: *reinterpret_cast< int32_t*>(_v) = _t->brake(); break; case 44: *reinterpret_cast< int32_t*>(_v) = _t->backCar(); break; case 45: *reinterpret_cast< int32_t*>(_v) = _t->frontWorkLamp(); break; case 46: *reinterpret_cast< int32_t*>(_v) = _t->rearWorkLamp(); break; case 47: *reinterpret_cast< int32_t*>(_v) = _t->cargoWeight(); break; case 48: *reinterpret_cast< int32_t*>(_v) = _t->systemVol(); break; case 49: *reinterpret_cast< int32_t*>(_v) = _t->fGear(); break; case 50: *reinterpret_cast< int32_t*>(_v) = _t->gear1(); break; case 51: *reinterpret_cast< int32_t*>(_v) = _t->lowOilPressureAlarm(); break; case 52: *reinterpret_cast< int32_t*>(_v) = _t->engineWaterTemperatureAlarm(); break; case 53: *reinterpret_cast< int32_t*>(_v) = _t->highEngineOilTemperatureAlarm(); break; case 54: *reinterpret_cast< int32_t*>(_v) = _t->engineWaterLevelLowAlarm(); break; case 55: *reinterpret_cast< int32_t*>(_v) = _t->lowFuelOilAlarm(); break; case 56: *reinterpret_cast< int32_t*>(_v) = _t->returnOilFilterBlockedAlarm(); break; case 57: *reinterpret_cast< int32_t*>(_v) = _t->oilFilterBlockedAlarm(); break; case 58: *reinterpret_cast< int32_t*>(_v) = _t->controlScreenBlockageAlarm(); break; case 59: *reinterpret_cast< int32_t*>(_v) = _t->emergencyFilterBlockingAlarm(); break; case 60: *reinterpret_cast< int32_t*>(_v) = _t->coolingFilterBlockedAlarm(); break; case 61: *reinterpret_cast< int32_t*>(_v) = _t->electricPumpScreenBlockedAlarm(); break; case 62: *reinterpret_cast< int32_t*>(_v) = _t->brakeFilterBlockedAlarm(); break; case 63: *reinterpret_cast< int32_t*>(_v) = _t->variableSpeedFilterBlockedAlarm(); break; case 64: *reinterpret_cast< int32_t*>(_v) = _t->lowVoltageAlarm(); break; case 65: *reinterpret_cast< int32_t*>(_v) = _t->highTransmissionOilTemperature(); break; case 66: *reinterpret_cast< int32_t*>(_v) = _t->transmissionOilPressureIsLow(); break; case 67: *reinterpret_cast< int32_t*>(_v) = _t->oilTemperatureSensor1IsFaulty(); break; case 68: *reinterpret_cast< int32_t*>(_v) = _t->oilTemperatureSensor2IsFaulty(); break; case 69: *reinterpret_cast< int32_t*>(_v) = _t->oilLevelSensorIsFaulty(); break; case 70: *reinterpret_cast< int32_t*>(_v) = _t->frontThrottleFault(); break; case 71: *reinterpret_cast< int32_t*>(_v) = _t->rearThrottleFault(); break; case 72: *reinterpret_cast< int32_t*>(_v) = _t->handleOfTheUpperArmIsFaulty(); break; case 73: *reinterpret_cast< int32_t*>(_v) = _t->leftLegHandleIsFaulty(); break; case 74: *reinterpret_cast< int32_t*>(_v) = _t->rightLegHandleIsFaulty(); break; case 75: *reinterpret_cast< int32_t*>(_v) = _t->engineBusFault(); break; case 76: *reinterpret_cast< int32_t*>(_v) = _t->transmissionBusFault(); break; case 77: *reinterpret_cast< int32_t*>(_v) = _t->remoteControlBusFault(); break; case 78: *reinterpret_cast< int32_t*>(_v) = _t->rodChamberPressureSensorIsFaulty(); break; case 79: *reinterpret_cast< int32_t*>(_v) = _t->noRodChamberPressureSensorIsFaulty(); break; case 80: *reinterpret_cast< int32_t*>(_v) = _t->brakePressureSensorIsFaulty(); break; case 81: *reinterpret_cast< int32_t*>(_v) = _t->systemPressureSensorIsFaulty(); break; case 82: *reinterpret_cast< int32_t*>(_v) = _t->controlPressureSensorIsFaulty(); break; case 83: *reinterpret_cast< int32_t*>(_v) = _t->steeringPressureSensorIsFaulty(); break; case 84: *reinterpret_cast< int32_t*>(_v) = _t->pressureSensorOfTheLowerArmIsFaulty(); break; case 85: *reinterpret_cast< int32_t*>(_v) = _t->lockingPinDisplacementSensorLIsFaulty(); break; case 86: *reinterpret_cast< int32_t*>(_v) = _t->lockingPinDisplacementSensorRIsFaulty(); break; case 87: *reinterpret_cast< int32_t*>(_v) = _t->legDisplacementSensorLIsFaulty(); break; case 88: *reinterpret_cast< int32_t*>(_v) = _t->legDisplacementSensorRIsFaulty(); break; case 89: *reinterpret_cast< int32_t*>(_v) = _t->steeringEncoderFailure(); break; default: break; } } else if (_c == QMetaObject::WriteProperty) { auto *_t = static_cast(_o); (void)_t; void *_v = _a[0]; switch (_id) { case 0: _t->setReady(*reinterpret_cast< bool*>(_v)); break; case 2: _t->setRadar1(*reinterpret_cast< int32_t*>(_v)); break; case 3: _t->setRadar2(*reinterpret_cast< int32_t*>(_v)); break; case 4: _t->setRadar3(*reinterpret_cast< int32_t*>(_v)); break; case 5: _t->setRadar4(*reinterpret_cast< int32_t*>(_v)); break; case 6: _t->setRadar5(*reinterpret_cast< int32_t*>(_v)); break; case 7: _t->setRadar6(*reinterpret_cast< int32_t*>(_v)); break; case 8: _t->setRadar7(*reinterpret_cast< int32_t*>(_v)); break; case 9: _t->setRadar8(*reinterpret_cast< int32_t*>(_v)); break; case 10: _t->setRadar9(*reinterpret_cast< int32_t*>(_v)); break; case 11: _t->setPing(*reinterpret_cast< int32_t*>(_v)); break; case 12: _t->setTemp(*reinterpret_cast< int32_t*>(_v)); break; case 14: _t->SetVisible(*reinterpret_cast< int32_t*>(_v)); break; case 15: _t->setAccount(*reinterpret_cast< QString*>(_v)); break; case 16: _t->setPassword(*reinterpret_cast< QString*>(_v)); break; case 17: _t->setCarName(*reinterpret_cast< QString*>(_v)); break; case 18: _t->setDriveName(*reinterpret_cast< QString*>(_v)); break; case 19: _t->SetBrakePressure(*reinterpret_cast< int32_t*>(_v)); break; case 20: _t->SetGearBoxOilPressure(*reinterpret_cast< int32_t*>(_v)); break; case 21: _t->SetGearBoxOilTemp(*reinterpret_cast< int32_t*>(_v)); break; case 22: _t->SetEngingRpm(*reinterpret_cast< int32_t*>(_v)); break; case 23: _t->SetEngineOilPressure(*reinterpret_cast< int32_t*>(_v)); break; case 24: _t->SetOilPos(*reinterpret_cast< int32_t*>(_v)); break; case 25: _t->setWorkPressure(*reinterpret_cast< int32_t*>(_v)); break; case 26: _t->SetCold(*reinterpret_cast< int32_t*>(_v)); break; case 27: _t->setLeftAngle(*reinterpret_cast< int32_t*>(_v)); break; case 28: _t->setRightAngle(*reinterpret_cast< int32_t*>(_v)); break; case 29: _t->setSteerAngle(*reinterpret_cast< float*>(_v)); break; case 30: _t->SetSpeed(*reinterpret_cast< int32_t*>(_v)); break; case 31: _t->setEngineTime(*reinterpret_cast< int32_t*>(_v)); break; case 32: _t->setWireSensorL(*reinterpret_cast< int32_t*>(_v)); break; case 33: _t->setWireSensorR(*reinterpret_cast< int32_t*>(_v)); break; case 34: _t->setFuelLevel(*reinterpret_cast< int32_t*>(_v)); break; case 35: _t->setLockSwitchL(*reinterpret_cast< int32_t*>(_v)); break; case 36: _t->setLockSwitchR(*reinterpret_cast< int32_t*>(_v)); break; case 37: _t->setTipLimit(*reinterpret_cast< int32_t*>(_v)); break; case 38: _t->setTurnLeft(*reinterpret_cast< int32_t*>(_v)); break; case 39: _t->setTurnRight(*reinterpret_cast< int32_t*>(_v)); break; case 40: _t->setHightBeam(*reinterpret_cast< int32_t*>(_v)); break; case 41: _t->setLowBeam(*reinterpret_cast< int32_t*>(_v)); break; case 42: _t->setParking(*reinterpret_cast< int32_t*>(_v)); break; case 43: _t->setBrake(*reinterpret_cast< int32_t*>(_v)); break; case 44: _t->setBackCar(*reinterpret_cast< int32_t*>(_v)); break; case 45: _t->setFrontWorkLamp(*reinterpret_cast< int32_t*>(_v)); break; case 46: _t->setRearWorkLamp(*reinterpret_cast< int32_t*>(_v)); break; case 47: _t->setCargoWeight(*reinterpret_cast< int32_t*>(_v)); break; case 48: _t->setSystemVol(*reinterpret_cast< int32_t*>(_v)); break; case 49: _t->setFGear(*reinterpret_cast< int32_t*>(_v)); break; case 50: _t->setGear1(*reinterpret_cast< int32_t*>(_v)); break; case 51: _t->setLowOilPressureAlarm(*reinterpret_cast< int32_t*>(_v)); break; case 52: _t->setEngineWaterTemperatureAlarm(*reinterpret_cast< int32_t*>(_v)); break; case 53: _t->setHighEngineOilTemperatureAlarm(*reinterpret_cast< int32_t*>(_v)); break; case 54: _t->setEngineWaterLevelLowAlarm(*reinterpret_cast< int32_t*>(_v)); break; case 55: _t->setLowFuelOilAlarm(*reinterpret_cast< int32_t*>(_v)); break; case 56: _t->setReturnOilFilterBlockedAlarm(*reinterpret_cast< int32_t*>(_v)); break; case 57: _t->setOilFilterBlockedAlarm(*reinterpret_cast< int32_t*>(_v)); break; case 58: _t->setControlScreenBlockageAlarm(*reinterpret_cast< int32_t*>(_v)); break; case 59: _t->setEmergencyFilterBlockingAlarm(*reinterpret_cast< int32_t*>(_v)); break; case 60: _t->setCoolingFilterBlockedAlarm(*reinterpret_cast< int32_t*>(_v)); break; case 61: _t->setElectricPumpScreenBlockedAlarm(*reinterpret_cast< int32_t*>(_v)); break; case 62: _t->setBrakeFilterBlockedAlarm(*reinterpret_cast< int32_t*>(_v)); break; case 63: _t->setVariableSpeedFilterBlockedAlarm(*reinterpret_cast< int32_t*>(_v)); break; case 64: _t->setLowVoltageAlarm(*reinterpret_cast< int32_t*>(_v)); break; case 65: _t->setHighTransmissionOilTemperature(*reinterpret_cast< int32_t*>(_v)); break; case 66: _t->setTransmissionOilPressureIsLow(*reinterpret_cast< int32_t*>(_v)); break; case 67: _t->setOilTemperatureSensor1IsFaulty(*reinterpret_cast< int32_t*>(_v)); break; case 68: _t->setOilTemperatureSensor2IsFaulty(*reinterpret_cast< int32_t*>(_v)); break; case 69: _t->setOilLevelSensorIsFaulty(*reinterpret_cast< int32_t*>(_v)); break; case 70: _t->setFrontThrottleFault(*reinterpret_cast< int32_t*>(_v)); break; case 71: _t->setRearThrottleFault(*reinterpret_cast< int32_t*>(_v)); break; case 72: _t->setHandleOfTheUpperArmIsFaulty(*reinterpret_cast< int32_t*>(_v)); break; case 73: _t->setLeftLegHandleIsFaulty(*reinterpret_cast< int32_t*>(_v)); break; case 74: _t->setRightLegHandleIsFaulty(*reinterpret_cast< int32_t*>(_v)); break; case 75: _t->setEngineBusFault(*reinterpret_cast< int32_t*>(_v)); break; case 76: _t->setTransmissionBusFault(*reinterpret_cast< int32_t*>(_v)); break; case 77: _t->setRemoteControlBusFault(*reinterpret_cast< int32_t*>(_v)); break; case 78: _t->setRodChamberPressureSensorIsFaulty(*reinterpret_cast< int32_t*>(_v)); break; case 79: _t->setNoRodChamberPressureSensorIsFaulty(*reinterpret_cast< int32_t*>(_v)); break; case 80: _t->setBrakePressureSensorIsFaulty(*reinterpret_cast< int32_t*>(_v)); break; case 81: _t->setSystemPressureSensorIsFaulty(*reinterpret_cast< int32_t*>(_v)); break; case 82: _t->setControlPressureSensorIsFaulty(*reinterpret_cast< int32_t*>(_v)); break; case 83: _t->setSteeringPressureSensorIsFaulty(*reinterpret_cast< int32_t*>(_v)); break; case 84: _t->setPressureSensorOfTheLowerArmIsFaulty(*reinterpret_cast< int32_t*>(_v)); break; case 85: _t->setLockingPinDisplacementSensorLIsFaulty(*reinterpret_cast< int32_t*>(_v)); break; case 86: _t->setLockingPinDisplacementSensorRIsFaulty(*reinterpret_cast< int32_t*>(_v)); break; case 87: _t->setLegDisplacementSensorLIsFaulty(*reinterpret_cast< int32_t*>(_v)); break; case 88: _t->setLegDisplacementSensorRIsFaulty(*reinterpret_cast< int32_t*>(_v)); break; case 89: _t->setSteeringEncoderFailure(*reinterpret_cast< int32_t*>(_v)); break; default: break; } } else if (_c == QMetaObject::ResetProperty) { } else if (_c == QMetaObject::BindableProperty) { } #endif // QT_NO_PROPERTIES } const QMetaObject AppModel::staticMetaObject = { { QMetaObject::SuperData::link(), qt_meta_stringdata_AppModel.offsetsAndSize, qt_meta_data_AppModel, qt_static_metacall, nullptr, qt_incomplete_metaTypeArray, QtPrivate::TypeAndForceComplete, std::true_type>, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete , QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete , QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete >, nullptr } }; const QMetaObject *AppModel::metaObject() const { return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; } void *AppModel::qt_metacast(const char *_clname) { if (!_clname) return nullptr; if (!strcmp(_clname, qt_meta_stringdata_AppModel.stringdata0)) return static_cast(this); return QObject::qt_metacast(_clname); } int AppModel::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 < 118) qt_static_metacall(this, _c, _id, _a); _id -= 118; } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { if (_id < 118) *reinterpret_cast(_a[0]) = QMetaType(); _id -= 118; } #ifndef QT_NO_PROPERTIES else if (_c == QMetaObject::ReadProperty || _c == QMetaObject::WriteProperty || _c == QMetaObject::ResetProperty || _c == QMetaObject::BindableProperty || _c == QMetaObject::RegisterPropertyMetaType) { qt_static_metacall(this, _c, _id, _a); _id -= 90; } #endif // QT_NO_PROPERTIES return _id; } // SIGNAL 0 void AppModel::readyChanged() { QMetaObject::activate(this, &staticMetaObject, 0, nullptr); } // SIGNAL 1 void AppModel::carChanged() { QMetaObject::activate(this, &staticMetaObject, 1, nullptr); } // SIGNAL 2 void AppModel::radar1Changed() { QMetaObject::activate(this, &staticMetaObject, 2, nullptr); } // SIGNAL 3 void AppModel::radar2Changed() { QMetaObject::activate(this, &staticMetaObject, 3, nullptr); } // SIGNAL 4 void AppModel::radar3Changed() { QMetaObject::activate(this, &staticMetaObject, 4, nullptr); } // SIGNAL 5 void AppModel::radar4Changed() { QMetaObject::activate(this, &staticMetaObject, 5, nullptr); } // SIGNAL 6 void AppModel::radar5Changed() { QMetaObject::activate(this, &staticMetaObject, 6, nullptr); } // SIGNAL 7 void AppModel::radar6Changed() { QMetaObject::activate(this, &staticMetaObject, 7, nullptr); } // SIGNAL 8 void AppModel::radar7Changed() { QMetaObject::activate(this, &staticMetaObject, 8, nullptr); } // SIGNAL 9 void AppModel::radar8Changed() { QMetaObject::activate(this, &staticMetaObject, 9, nullptr); } // SIGNAL 10 void AppModel::radar9Changed() { QMetaObject::activate(this, &staticMetaObject, 10, nullptr); } // SIGNAL 11 void AppModel::accountChanged() { QMetaObject::activate(this, &staticMetaObject, 11, nullptr); } // SIGNAL 12 void AppModel::passwordChanged() { QMetaObject::activate(this, &staticMetaObject, 12, nullptr); } // SIGNAL 13 void AppModel::carNameChanged() { QMetaObject::activate(this, &staticMetaObject, 13, nullptr); } // SIGNAL 14 void AppModel::driveNameChanged() { QMetaObject::activate(this, &staticMetaObject, 14, nullptr); } // SIGNAL 15 void AppModel::sectionTextChanged() { QMetaObject::activate(this, &staticMetaObject, 15, nullptr); } // SIGNAL 16 void AppModel::steerAngleChanged() { QMetaObject::activate(this, &staticMetaObject, 16, nullptr); } // SIGNAL 17 void AppModel::pingChanged() { QMetaObject::activate(this, &staticMetaObject, 17, nullptr); } // SIGNAL 18 void AppModel::tempChanged() { QMetaObject::activate(this, &staticMetaObject, 18, nullptr); } // SIGNAL 19 void AppModel::speedChanged() { QMetaObject::activate(this, &staticMetaObject, 19, nullptr); } // SIGNAL 20 void AppModel::visibleChanged() { QMetaObject::activate(this, &staticMetaObject, 20, nullptr); } // SIGNAL 21 void AppModel::gearChanged() { QMetaObject::activate(this, &staticMetaObject, 21, nullptr); } // SIGNAL 22 void AppModel::coldChanged() { QMetaObject::activate(this, &staticMetaObject, 22, nullptr); } // SIGNAL 23 void AppModel::gearboxOilPressureChanged() { QMetaObject::activate(this, &staticMetaObject, 23, nullptr); } // SIGNAL 24 void AppModel::gearboxOilTempChanged() { QMetaObject::activate(this, &staticMetaObject, 24, nullptr); } // SIGNAL 25 void AppModel::engineRpmChanged() { QMetaObject::activate(this, &staticMetaObject, 25, nullptr); } // SIGNAL 26 void AppModel::engineoilPressureChanged() { QMetaObject::activate(this, &staticMetaObject, 26, nullptr); } // SIGNAL 27 void AppModel::brakePressureChanged() { QMetaObject::activate(this, &staticMetaObject, 27, nullptr); } // SIGNAL 28 void AppModel::playAlertSound() { QMetaObject::activate(this, &staticMetaObject, 28, nullptr); } // SIGNAL 29 void AppModel::carConnected() { QMetaObject::activate(this, &staticMetaObject, 29, nullptr); } // SIGNAL 30 void AppModel::closeWin() { QMetaObject::activate(this, &staticMetaObject, 30, nullptr); } // SIGNAL 31 void AppModel::oilPosChanged() { QMetaObject::activate(this, &staticMetaObject, 31, nullptr); } // SIGNAL 32 void AppModel::workPressureChanged() { QMetaObject::activate(this, &staticMetaObject, 32, nullptr); } // SIGNAL 33 void AppModel::leftAngleChanged() { QMetaObject::activate(this, &staticMetaObject, 33, nullptr); } // SIGNAL 34 void AppModel::rightAngleChanged() { QMetaObject::activate(this, &staticMetaObject, 34, nullptr); } // SIGNAL 35 void AppModel::engineTimeChanged() { QMetaObject::activate(this, &staticMetaObject, 35, nullptr); } // SIGNAL 36 void AppModel::wireSensorLChanged() { QMetaObject::activate(this, &staticMetaObject, 36, nullptr); } // SIGNAL 37 void AppModel::wireSensorRChanged() { QMetaObject::activate(this, &staticMetaObject, 37, nullptr); } // SIGNAL 38 void AppModel::fuelLevelChanged() { QMetaObject::activate(this, &staticMetaObject, 38, nullptr); } // SIGNAL 39 void AppModel::lockSwitchLChanged() { QMetaObject::activate(this, &staticMetaObject, 39, nullptr); } // SIGNAL 40 void AppModel::lockSwitchRChanged() { QMetaObject::activate(this, &staticMetaObject, 40, nullptr); } // SIGNAL 41 void AppModel::tipLimitChanged() { QMetaObject::activate(this, &staticMetaObject, 41, nullptr); } // SIGNAL 42 void AppModel::turnLeftChanged() { QMetaObject::activate(this, &staticMetaObject, 42, nullptr); } // SIGNAL 43 void AppModel::turnRightChanged() { QMetaObject::activate(this, &staticMetaObject, 43, nullptr); } // SIGNAL 44 void AppModel::hightBeamChanged() { QMetaObject::activate(this, &staticMetaObject, 44, nullptr); } // SIGNAL 45 void AppModel::lowBeamChanged() { QMetaObject::activate(this, &staticMetaObject, 45, nullptr); } // SIGNAL 46 void AppModel::parkingChanged() { QMetaObject::activate(this, &staticMetaObject, 46, nullptr); } // SIGNAL 47 void AppModel::brakeChanged() { QMetaObject::activate(this, &staticMetaObject, 47, nullptr); } // SIGNAL 48 void AppModel::backCarChanged() { QMetaObject::activate(this, &staticMetaObject, 48, nullptr); } // SIGNAL 49 void AppModel::frontWorkLampChanged() { QMetaObject::activate(this, &staticMetaObject, 49, nullptr); } // SIGNAL 50 void AppModel::rearWorkLampChanged() { QMetaObject::activate(this, &staticMetaObject, 50, nullptr); } // SIGNAL 51 void AppModel::cargoWeightChanged() { QMetaObject::activate(this, &staticMetaObject, 51, nullptr); } // SIGNAL 52 void AppModel::systemVolChanged() { QMetaObject::activate(this, &staticMetaObject, 52, nullptr); } // SIGNAL 53 void AppModel::fGearChanged() { QMetaObject::activate(this, &staticMetaObject, 53, nullptr); } // SIGNAL 54 void AppModel::gear1Changed() { QMetaObject::activate(this, &staticMetaObject, 54, nullptr); } // SIGNAL 55 void AppModel::lowOilPressureAlarmChanged() { QMetaObject::activate(this, &staticMetaObject, 55, nullptr); } // SIGNAL 56 void AppModel::engineWaterTemperatureAlarmChanged() { QMetaObject::activate(this, &staticMetaObject, 56, nullptr); } // SIGNAL 57 void AppModel::highEngineOilTemperatureAlarmChanged() { QMetaObject::activate(this, &staticMetaObject, 57, nullptr); } // SIGNAL 58 void AppModel::engineWaterLevelLowAlarmChanged() { QMetaObject::activate(this, &staticMetaObject, 58, nullptr); } // SIGNAL 59 void AppModel::lowFuelOilAlarmChanged() { QMetaObject::activate(this, &staticMetaObject, 59, nullptr); } // SIGNAL 60 void AppModel::returnOilFilterBlockedAlarmChanged() { QMetaObject::activate(this, &staticMetaObject, 60, nullptr); } // SIGNAL 61 void AppModel::oilFilterBlockedAlarmChanged() { QMetaObject::activate(this, &staticMetaObject, 61, nullptr); } // SIGNAL 62 void AppModel::controlScreenBlockageAlarmChanged() { QMetaObject::activate(this, &staticMetaObject, 62, nullptr); } // SIGNAL 63 void AppModel::emergencyFilterBlockingAlarmChanged() { QMetaObject::activate(this, &staticMetaObject, 63, nullptr); } // SIGNAL 64 void AppModel::coolingFilterBlockedAlarmChanged() { QMetaObject::activate(this, &staticMetaObject, 64, nullptr); } // SIGNAL 65 void AppModel::electricPumpScreenBlockedAlarmChanged() { QMetaObject::activate(this, &staticMetaObject, 65, nullptr); } // SIGNAL 66 void AppModel::brakeFilterBlockedAlarmChanged() { QMetaObject::activate(this, &staticMetaObject, 66, nullptr); } // SIGNAL 67 void AppModel::variableSpeedFilterBlockedAlarmChanged() { QMetaObject::activate(this, &staticMetaObject, 67, nullptr); } // SIGNAL 68 void AppModel::lowVoltageAlarmChanged() { QMetaObject::activate(this, &staticMetaObject, 68, nullptr); } // SIGNAL 69 void AppModel::highTransmissionOilTemperatureChanged() { QMetaObject::activate(this, &staticMetaObject, 69, nullptr); } // SIGNAL 70 void AppModel::transmissionOilPressureIsLowChanged() { QMetaObject::activate(this, &staticMetaObject, 70, nullptr); } // SIGNAL 71 void AppModel::oilTemperatureSensor1IsFaultyChanged() { QMetaObject::activate(this, &staticMetaObject, 71, nullptr); } // SIGNAL 72 void AppModel::oilTemperatureSensor2IsFaultyChanged() { QMetaObject::activate(this, &staticMetaObject, 72, nullptr); } // SIGNAL 73 void AppModel::oilLevelSensorIsFaultyChanged() { QMetaObject::activate(this, &staticMetaObject, 73, nullptr); } // SIGNAL 74 void AppModel::frontThrottleFaultChanged() { QMetaObject::activate(this, &staticMetaObject, 74, nullptr); } // SIGNAL 75 void AppModel::rearThrottleFaultChanged() { QMetaObject::activate(this, &staticMetaObject, 75, nullptr); } // SIGNAL 76 void AppModel::handleOfTheUpperArmIsFaultyChanged() { QMetaObject::activate(this, &staticMetaObject, 76, nullptr); } // SIGNAL 77 void AppModel::leftLegHandleIsFaultyChanged() { QMetaObject::activate(this, &staticMetaObject, 77, nullptr); } // SIGNAL 78 void AppModel::rightLegHandleIsFaultyChanged() { QMetaObject::activate(this, &staticMetaObject, 78, nullptr); } // SIGNAL 79 void AppModel::engineBusFaultChanged() { QMetaObject::activate(this, &staticMetaObject, 79, nullptr); } // SIGNAL 80 void AppModel::transmissionBusFaultChanged() { QMetaObject::activate(this, &staticMetaObject, 80, nullptr); } // SIGNAL 81 void AppModel::remoteControlBusFaultChanged() { QMetaObject::activate(this, &staticMetaObject, 81, nullptr); } // SIGNAL 82 void AppModel::rodChamberPressureSensorIsFaultyChanged() { QMetaObject::activate(this, &staticMetaObject, 82, nullptr); } // SIGNAL 83 void AppModel::noRodChamberPressureSensorIsFaultyChanged() { QMetaObject::activate(this, &staticMetaObject, 83, nullptr); } // SIGNAL 84 void AppModel::brakePressureSensorIsFaultyChanged() { QMetaObject::activate(this, &staticMetaObject, 84, nullptr); } // SIGNAL 85 void AppModel::systemPressureSensorIsFaultyChanged() { QMetaObject::activate(this, &staticMetaObject, 85, nullptr); } // SIGNAL 86 void AppModel::controlPressureSensorIsFaultyChanged() { QMetaObject::activate(this, &staticMetaObject, 86, nullptr); } // SIGNAL 87 void AppModel::steeringPressureSensorIsFaultyChanged() { QMetaObject::activate(this, &staticMetaObject, 87, nullptr); } // SIGNAL 88 void AppModel::pressureSensorOfTheLowerArmIsFaultyChanged() { QMetaObject::activate(this, &staticMetaObject, 88, nullptr); } // SIGNAL 89 void AppModel::lockingPinDisplacementSensorLIsFaultyChanged() { QMetaObject::activate(this, &staticMetaObject, 89, nullptr); } // SIGNAL 90 void AppModel::lockingPinDisplacementSensorRIsFaultyChanged() { QMetaObject::activate(this, &staticMetaObject, 90, nullptr); } // SIGNAL 91 void AppModel::legDisplacementSensorLIsFaultyChanged() { QMetaObject::activate(this, &staticMetaObject, 91, nullptr); } // SIGNAL 92 void AppModel::legDisplacementSensorRIsFaultyChanged() { QMetaObject::activate(this, &staticMetaObject, 92, nullptr); } // SIGNAL 93 void AppModel::steeringEncoderFailureChanged() { QMetaObject::activate(this, &staticMetaObject, 93, nullptr); } QT_WARNING_POP QT_END_MOC_NAMESPACE