#include "VDDPreGenDialysateRequest.h" // Project #include "GuiController.h" VIEW_DEF(VDDPreGenDialysateRequest, DDPreGenDialysateRequestData) void VDDPreGenDialysateRequest::onActionReceive(const DDPreGenDialysateRequestData &vData) { start ( vData.mStart ); dialRate ( vData.mDialrate ); dialTemp ( vData.mDialtemp ); acidType ( vData.mAcidtype ); bicarbType ( vData.mBicarbtype ); // *** has to be the last to let the information to be set and then emit the signal *** // *** otherwise will use the previous values before being set. *** adjustment ( true ); }