20 #ifndef ModelAPI_AttributeValidator_H
21 #define ModelAPI_AttributeValidator_H
24 #include <ModelAPI_Attribute.h>
25 #include <ModelAPI_Validator.h>
37 virtual bool isValid(
const AttributePtr& theAttribute,
38 const std::list<std::string>& theArguments,
An event message for sending a string message which has to be translated.
Definition: Events_InfoMessage.h:35
Generic validator for any attribute of a feature.
Definition: ModelAPI_AttributeValidator.h:31
virtual bool isValid(const AttributePtr &theAttribute, const std::list< std::string > &theArguments, Events_InfoMessage &theError) const =0
Allows to validate the attribute value of a feature or the whole feature.
Definition: ModelAPI_Validator.h:43