From: nds Date: Tue, 27 Jan 2015 09:26:43 +0000 (+0300) Subject: Merge branch 'Dev_0.7.1' of newgeom:newgeom into Dev_0.7.1 X-Git-Tag: V_1.0.0~17^2~8 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7b95df2653284e65f416373ff010af49ee8c68ef;p=modules%2Fshaper.git Merge branch 'Dev_0.7.1' of newgeom:newgeom into Dev_0.7.1 --- 7b95df2653284e65f416373ff010af49ee8c68ef diff --cc src/SketchPlugin/SketchPlugin_Validators.h index 0b3dcf2b0,0e94d7a70..d6368a1eb --- a/src/SketchPlugin/SketchPlugin_Validators.h +++ b/src/SketchPlugin/SketchPlugin_Validators.h @@@ -24,10 -30,12 +30,12 @@@ class SketchPlugin_DistanceAttrValidato //! Returns true if the attribute is good for the feature attribute virtual bool isValid(const FeaturePtr& theFeature, const std::list& theArguments, - const AttributePtr& theAttribute) const { return true; }; + const AttributePtr& theAttribute) const; }; - /** + /**\class SketchPlugin_DifferentObjectsValidator + * \ingroup Validators + * * Check that there is no same object was already selected in the feature. * For an example: to avoid perpendicularity on line and the same line. */