X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_WidgetValidated.h;fp=src%2FModuleBase%2FModuleBase_WidgetValidated.h;h=ac8eb89eb7d5ae4774cf6f743bd5b1c6633173d1;hb=6962b55abf9d2cd5c5a5853ef98b72b86bb262e2;hp=71f9c8a2e1b5233092e1dd7a2e056198c93bd15b;hpb=39aa2839a4269a2fc87cfe3b4487cce8f3df9a6f;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_WidgetValidated.h b/src/ModuleBase/ModuleBase_WidgetValidated.h index 71f9c8a2e..ac8eb89eb 100644 --- a/src/ModuleBase/ModuleBase_WidgetValidated.h +++ b/src/ModuleBase/ModuleBase_WidgetValidated.h @@ -126,8 +126,10 @@ protected: /// to be used to restore flush state when unblocked /// \param isAttributeSetInitializedBlocked out value if model is blocked /// in value if model is unblocked to be used to restore previous state when unblocked + /// \param isAttributeSendUpdatedBlocked out value if model signal is blocked virtual void blockAttribute(const AttributePtr& theAttribute, const bool& theToBlock, - bool& isFlushesActived, bool& isAttributeSetInitializedBlocked); + bool& isFlushesActived, bool& isAttributeSetInitializedBlocked, + bool& isAttributeSendUpdatedBlocked); private: /// Checks the current attibute in all attribute validators