X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FFeaturesPlugin%2FFeaturesPlugin_ValidatorTransform.h;h=f57f2f9bdce6c46aaf9915df5846cdc247fb5f99;hb=21a0c85b52bb93f94680e2342370764e6510e387;hp=b1bb5c256347d3c08121aa412c24806298c457ba;hpb=23898b690da4986d891bde5b124bbcec7e8144f1;p=modules%2Fshaper.git diff --git a/src/FeaturesPlugin/FeaturesPlugin_ValidatorTransform.h b/src/FeaturesPlugin/FeaturesPlugin_ValidatorTransform.h index b1bb5c256..f57f2f9bd 100755 --- a/src/FeaturesPlugin/FeaturesPlugin_ValidatorTransform.h +++ b/src/FeaturesPlugin/FeaturesPlugin_ValidatorTransform.h @@ -9,19 +9,21 @@ #include "ModelAPI_AttributeValidator.h" -/** -* \ingroup Validators -* A validator of selection -*/ +/** \class FeaturesPlugin_ValidatorTransform + * \ingroup Validators + * \brief A validator of selection + */ class FeaturesPlugin_ValidatorTransform : public ModelAPI_AttributeValidator { public: - //! returns true if attribute is valid - //! \param theAttribute the checked attribute - //! \param theArguments arguments of the attribute + /** \return true if attribute is valid + * \param theAttribute the checked attribute + * \param theArguments arguments of the attribute + * \param theError error message + */ virtual bool isValid(const AttributePtr& theAttribute, const std::list& theArguments, - std::string& theError) const; + Events_InfoMessage& theError) const; }; #endif