X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModelAPI%2FModelAPI_RefAttrValidator.h;h=087cff483c516d4c5a122e44c0182131b3d9ee0d;hb=6fd3b8e870b7d3c2ff6f3e0557e253137d2cded3;hp=1e4d7bdddad8a029542f0a4fb04b14b9003ef880;hpb=f1cd93fd02a54259f72e3191d037323a496b2bef;p=modules%2Fshaper.git diff --git a/src/ModelAPI/ModelAPI_RefAttrValidator.h b/src/ModelAPI/ModelAPI_RefAttrValidator.h index 1e4d7bddd..087cff483 100644 --- a/src/ModelAPI/ModelAPI_RefAttrValidator.h +++ b/src/ModelAPI/ModelAPI_RefAttrValidator.h @@ -12,20 +12,13 @@ #include #include -/* +/**\class ModelAPI_RefAttrValidator + * \ingroup DataModel * Used for filtering out the object that can be used for reference attribute value */ class ModelAPI_RefAttrValidator : public ModelAPI_AttributeValidator { public: - //! Returns true if object is good for the feature attribute - virtual bool isValid(const FeaturePtr& theFeature, const std::list& theArguments, - const ObjectPtr& theObject) const = 0; - - //! Returns true if the attribute is good for the feature attribute - virtual bool isValid(const FeaturePtr& theFeature, const std::list& theArguments, - const AttributePtr& theAttribute) const = 0; - }; #endif