Index: sources/view/hd/adjustment/VTreatmentAdjustmentSaline.h =================================================================== diff -u -raaf98fec556f719e9a65ce3f0376e2fd1d504bde -r12e7b6dda53cf8db7707c7fa55dcf6137e7d6997 --- sources/view/hd/adjustment/VTreatmentAdjustmentSaline.h (.../VTreatmentAdjustmentSaline.h) (revision aaf98fec556f719e9a65ce3f0376e2fd1d504bde) +++ sources/view/hd/adjustment/VTreatmentAdjustmentSaline.h (.../VTreatmentAdjustmentSaline.h) (revision 12e7b6dda53cf8db7707c7fa55dcf6137e7d6997) @@ -5,22 +5,30 @@ * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * \file VTreatmentAdjustmentSaline.h - * \author Behrouz NematiPour (last) - * \date 10-Aug-2020 (last) - * \author Behrouz NematiPour (original) - * \date 10-Aug-2020 (original) + * \file VTreatmentAdjustmentSaline.h + * \author (last) Behrouz NematiPour + * \date (last) 23-Aug-2020 + * \author (original) Behrouz NematiPour + * \date (original) 13-Aug-2020 * */ #pragma once #include // Project -#include "vtreatmentadjustmentresponsebase.h" +#include "main.h" // Doxygen : don't remove +#include "VTreatmentAdjustmentResponseBase.h" namespace View { +/*! + * \brief The VTreatmentAdjustmentSaline class + * \details View for Model's Data representation. + * + * \sa Model::MAdjustSalineResponse + * + */ class VTreatmentAdjustmentSaline : public VTreatmentAdjustmentResponseBase { Q_OBJECT @@ -49,6 +57,11 @@ void doAdjustment(); signals: + /*! + * \brief didAdjustment + * \details the notification signal to adjust the saline bolus state + * \param vData - data model for the duration adjustment request + */ void didAdjustment(const AdjustSalineRequestData &vData); }; }