X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesPlugin%2FFeaturesPlugin_ValidatorTransform.h;h=b957253e33c28bdd2766f7aea3f4ddcb679307ff;hb=658fccce59f75b0cfa7c3f3d45f1ffb295ed24be;hp=b1bb5c256347d3c08121aa412c24806298c457ba;hpb=23898b690da4986d891bde5b124bbcec7e8144f1;p=modules%2Fshaper.git diff --git a/src/FeaturesPlugin/FeaturesPlugin_ValidatorTransform.h b/src/FeaturesPlugin/FeaturesPlugin_ValidatorTransform.h index b1bb5c256..b957253e3 100755 --- a/src/FeaturesPlugin/FeaturesPlugin_ValidatorTransform.h +++ b/src/FeaturesPlugin/FeaturesPlugin_ValidatorTransform.h @@ -9,16 +9,18 @@ #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;