X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FParametersPlugin%2FParametersPlugin_Parameter.h;h=50be185b2fa2796f826e3776b12a4a6afb91f092;hb=471cc7b52168016a3b6fff7e64cdd800cd7d8f91;hp=229f8f217192cb95b68fcc2ee18a9f377b490708;hpb=d8858e810a0b5e1d09a93fcaa665b439c4264873;p=modules%2Fshaper.git diff --git a/src/ParametersPlugin/ParametersPlugin_Parameter.h b/src/ParametersPlugin/ParametersPlugin_Parameter.h index 229f8f217..50be185b2 100644 --- a/src/ParametersPlugin/ParametersPlugin_Parameter.h +++ b/src/ParametersPlugin/ParametersPlugin_Parameter.h @@ -55,6 +55,13 @@ class ParametersPlugin_Parameter : public ModelAPI_Feature return MY_ARGUMENTS_ID; } + /// return comment attribute Id + inline static const std::string& COMMENT_ID() + { + static const std::string MY_COMMENT_ID("comment"); + return MY_COMMENT_ID; + } + /// Returns the kind of a feature PARAMETERSPLUGIN_EXPORT virtual const std::string& getKind() { @@ -86,7 +93,7 @@ class ParametersPlugin_Parameter : public ModelAPI_Feature /// Updates name of the parameter void updateName(); /// Updates expression of the parameter - void updateExpression(); + bool updateExpression(); private: std::shared_ptr myInterp;