#include "VDDConductivity.h" // Project #include "GuiController.h" VIEW_DEF(VDDConductivity, DDConductivityData) void VDDConductivity::onActionReceive(const DDConductivityData &vData) { d17Cond ( vData.mD17cond ); d27Cond ( vData.mD27cond ); d29Cond ( vData.mD29cond ); d43Cond ( vData.mD43cond ); // *** 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 ); }