#pragma once // Qt #include // Project #include "main.h" // Doxygen : do not remove #include "VViewAutoGen.h" #include "MTDActiveAlarmsListRequestResponse.h" // namespace namespace View { /*! * \brief The VTDActiveAlarmsListRequestResponse class * \details The The ID_TDActiveAlarmsListRequestResponse view * * \sa Model::MTDActiveAlarmsListRequestResponse * */ class VTDActiveAlarmsListRequestResponse : public QObject { Q_OBJECT // The property adjustment_Triggered has to be always true // and to always trigger the change event to work as a notifier for GUI TRIGGER( bool , adjustment , 0 ) PROPERTY( quint32, accepted , 0 ) PROPERTY( quint32, rejectionReason , 0 ) PROPERTY( quint32, activeAlarmList1 , 0 ) PROPERTY( quint32, activeAlarmList2 , 0 ) PROPERTY( quint32, activeAlarmList3 , 0 ) PROPERTY( quint32, activeAlarmList4 , 0 ) PROPERTY( quint32, activeAlarmList5 , 0 ) PROPERTY( quint32, activeAlarmList6 , 0 ) PROPERTY( quint32, activeAlarmList7 , 0 ) PROPERTY( quint32, activeAlarmList8 , 0 ) PROPERTY( quint32, activeAlarmList9 , 0 ) PROPERTY( quint32, activeAlarmList10, 0 ) VIEW_DEC(VTDActiveAlarmsListRequestResponse, TDActiveAlarmsListRequestResponseData) }; }