X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_ModelWidget.h;h=de0548b3d355b5ba765768d324f2015c4c32c548;hb=625280d2a73437339d19053ee7d0712ae976ef3e;hp=45c5789a5ae75ffc83d67d28f63c1a03bf99b9b7;hpb=c57e24940c832457343b4fa2b36e0aee85e2238b;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_ModelWidget.h b/src/ModuleBase/ModuleBase_ModelWidget.h index 45c5789a5..de0548b3d 100644 --- a/src/ModuleBase/ModuleBase_ModelWidget.h +++ b/src/ModuleBase/ModuleBase_ModelWidget.h @@ -90,6 +90,8 @@ protected: /// \returns the string value void setAttributeID(const std::string& theAttribute) { myAttributeID = theAttribute; } + void updateObject(ObjectPtr theObj) const; + bool myHasDefaultValue; /// the boolean state whether the control has a default value private: