#pragma once // Qt #include // Project #include "main.h" // Doxygen : do not remove #include "VViewAutoGen.h" #include "MTDTreatmentSetPoints.h" // namespace namespace View { /*! * \brief The VTDTreatmentSetPoints class * \details The The ID_TDTreatmentSetPoints view * * \sa Model::MTDTreatmentSetPoints * */ class VTDTreatmentSetPoints : 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, bloodFlow, 0 ) PROPERTY( quint32, dialFlow , 0 ) PROPERTY( float , dialTemp , 0 ) VIEW_DEC(VTDTreatmentSetPoints, TDTreatmentSetPointsData) }; }