X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchPlugin%2FSketchPlugin_ConstraintDistance.h;h=cbd6ccf37f6ac2a5773f443744972c64149720ad;hb=df51e63f5d87b0c8fa46f5cda0c7c92aad5da888;hp=c8c7cb78129f01627acced76b0ebef54a77cb702;hpb=21c6bdfc12eeaf908253e6f9504dc05450fb55ad;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/SketchPlugin_ConstraintDistance.h b/src/SketchPlugin/SketchPlugin_ConstraintDistance.h index c8c7cb781..cbd6ccf37 100644 --- a/src/SketchPlugin/SketchPlugin_ConstraintDistance.h +++ b/src/SketchPlugin/SketchPlugin_ConstraintDistance.h @@ -12,6 +12,8 @@ #include "SketchPlugin_Sketch.h" #include "ModelAPI_Data.h" +#include + #include class SketchPlugin_Line; @@ -65,12 +67,13 @@ class SketchPlugin_ConstraintDistance : public SketchPlugin_ConstraintBase /// \param theID identifier of changed attribute SKETCHPLUGIN_EXPORT virtual void attributeChanged(const std::string& theID); - /// Returns the current distance between the feature attributes - double calculateCurrentDistance() const; - /// \brief Use plugin manager for features creation SketchPlugin_ConstraintDistance(); +protected: + /// Returns the current distance between the feature attributes + double calculateCurrentDistance(); + private: bool myFlyoutUpdate; ///< to avoid cyclic dependencies on automatic updates of flyout point };