20 #ifndef GeomValidators_Face_H
21 #define GeomValidators_Face_H
23 #include "GeomValidators.h"
24 #include "ModelAPI_AttributeValidator.h"
38 GEOMVALIDATORS_EXPORT
virtual bool isValid(
const AttributePtr& theAttribute,
39 const std::list<std::string>& theArguments,
An event message for sending a string message which has to be translated.
Definition: Events_InfoMessage.h:35
A validator of selection.
Definition: GeomValidators_Face.h:31
virtual bool isValid(const AttributePtr &theAttribute, const std::list< std::string > &theArguments, Events_InfoMessage &theError) const
returns true if attribute is valid
Definition: GeomValidators_Face.cpp:85
Generic validator for any attribute of a feature.
Definition: ModelAPI_AttributeValidator.h:31