20 #ifndef GeomValidators_FeatureKind_H
21 #define GeomValidators_FeatureKind_H
23 #include <GeomValidators.h>
25 #include <ModelAPI_AttributeValidator.h>
26 #include <ModelAPI_Attribute.h>
39 GEOMVALIDATORS_EXPORT
virtual bool isValid(
const AttributePtr& theAttribute,
40 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: GeomValidators_FeatureKind.h:32
virtual GEOMVALIDATORS_EXPORT bool isValid(const AttributePtr &theAttribute, const std::list< std::string > &theArguments, Events_InfoMessage &theError) const
Definition: GeomValidators_FeatureKind.cpp:35
Generic validator for any attribute of a feature.
Definition: ModelAPI_AttributeValidator.h:31