X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchPlugin%2FSketchPlugin_ExternalValidator.h;h=821b27de77b9c3cd5ea2247d55deb25cbe8edea1;hb=1105bfe31c0304ffacd85363d070322049d564f1;hp=62d95bfe04eefc4e6d7c8099132fab93f05a6f7d;hpb=a731f82dccbfdb67cbf8e8d617222a4d3e32018a;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/SketchPlugin_ExternalValidator.h b/src/SketchPlugin/SketchPlugin_ExternalValidator.h index 62d95bfe0..821b27de7 100644 --- a/src/SketchPlugin/SketchPlugin_ExternalValidator.h +++ b/src/SketchPlugin/SketchPlugin_ExternalValidator.h @@ -10,7 +10,7 @@ #include #include -/**\class SketchPlugin_ResultPointValidator +/**\class SketchPlugin_ExternalValidator * \ingroup Validators * \brief Validator for the points selection * @@ -23,8 +23,10 @@ public: /// among attributes listed in the arguments /// \param theAttribute an attribute to check /// \param theArguments a filter parameters + /// \param theError error message SKETCHPLUGIN_EXPORT virtual bool isValid(const AttributePtr& theAttribute, - const std::list& theArguments) const; + const std::list& theArguments, + std::string& theError) const; protected: /// returns true if the feature of the attribute is external