Index: sources/view/hd/adjustment/posttreatment/VPostTreatmentAdjustTreatmentLog.cpp =================================================================== diff -u -r7c12b8ce1964a37e856ebcae205f8b4ed19f3c6a -r735e9e89a99157992fb1ec6e3f0d2953e564346d --- sources/view/hd/adjustment/posttreatment/VPostTreatmentAdjustTreatmentLog.cpp (.../VPostTreatmentAdjustTreatmentLog.cpp) (revision 7c12b8ce1964a37e856ebcae205f8b4ed19f3c6a) +++ sources/view/hd/adjustment/posttreatment/VPostTreatmentAdjustTreatmentLog.cpp (.../VPostTreatmentAdjustTreatmentLog.cpp) (revision 735e9e89a99157992fb1ec6e3f0d2953e564346d) @@ -37,11 +37,14 @@ ACTION_VIEW_CONNECTION(TreatmentLogAlarmData); ACTION_VIEW_CONNECTION(TreatmentLogEventData); -// connect(&_TreatmentLog , &TreatmentLog::didTxCodeReceive, -// [=](const QString &vTxCode) { txCode( vTxCode ); } ); + connect(&_TreatmentLog , &TreatmentLog::isIdleNotified, + [=](bool vIdle) { isIdle(vIdle); } ); + connect(&_TreatmentLog , &TreatmentLog::didTxCodeReceive, + [=](const QString &vTxCode) { txCode( vTxCode ); } ); + connect(&_TreatmentLog , &TreatmentLog::didNotification, - [=](const QString &vNotification) { notification(vNotification); } ); + [=](const QString &vNotification) { notification(vNotification); } ); } /*! @@ -57,6 +60,14 @@ } /*! + * \brief View::VPostTreatmentAdjustmentTreatmentLog::doExport + * \details the invocable slot to send user's treatment log export request to the controller + */ +void View::VPostTreatmentAdjustmentTreatmentLog::doExport() { + _TreatmentLog.doExport(); +} + +/*! * \brief VPostTreatmentAdjustmentUltrafiltrationInit::onActionReceive * \details received response model data handler * \param vData - model data