#include "VTDSwitches.h" // Project #include "GuiController.h" VIEW_DEF(VTDSwitches, TDSwitchesData) void VTDSwitches::onActionReceive(const TDSwitchesData &vData) { h9Door ( vData.mH9door ); // *** 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 ); }