20 #ifndef GeomValidators_MinObjectsSelected_H
21 #define GeomValidators_MinObjectsSelected_H
23 #include <GeomValidators.h>
24 #include <ModelAPI_Feature.h>
25 #include <ModelAPI_FeatureValidator.h>
38 GEOMVALIDATORS_EXPORT
virtual bool isValid(
const std::shared_ptr<ModelAPI_Feature>& theFeature,
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
Validates number of objects in selection list.
Definition: GeomValidators_MinObjectsSelected.h:31
virtual GEOMVALIDATORS_EXPORT bool isValid(const std::shared_ptr< ModelAPI_Feature > &theFeature, const std::list< std::string > &theArguments, Events_InfoMessage &theError) const
Definition: GeomValidators_MinObjectsSelected.cpp:31
The geneneric validator for the whole feature.
Definition: ModelAPI_FeatureValidator.h:35