X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchPlugin%2FSketchPlugin_ConstraintDistance.h;h=cbd6ccf37f6ac2a5773f443744972c64149720ad;hb=64fc7e4fdd63997ec7a502b233ef5f88186d5bbb;hp=a1e315d2bc0246a0a75b8b7fec4d8aff02847b8f;hpb=705438fb7ab16ba1608b6b1aeddd546d6311cb77;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/SketchPlugin_ConstraintDistance.h b/src/SketchPlugin/SketchPlugin_ConstraintDistance.h index a1e315d2b..cbd6ccf37 100644 --- a/src/SketchPlugin/SketchPlugin_ConstraintDistance.h +++ b/src/SketchPlugin/SketchPlugin_ConstraintDistance.h @@ -27,7 +27,7 @@ class GeomDataAPI_Point2D; * This constraint has three attributes: * SketchPlugin_Constraint::VALUE(), SketchPlugin_Constraint::ENTITY_A() and SketchPlugin_Constraint::ENTITY_B() */ -class SketchPlugin_ConstraintDistance : public SketchPlugin_ConstraintBase, public GeomAPI_ICustomPrs +class SketchPlugin_ConstraintDistance : public SketchPlugin_ConstraintBase { public: /// Distance constraint kind @@ -67,16 +67,13 @@ class SketchPlugin_ConstraintDistance : public SketchPlugin_ConstraintBase, publ /// \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(); - - /// Customize presentation of the feature - virtual bool customisePresentation(ResultPtr theResult, AISObjectPtr thePrs, - std::shared_ptr theDefaultPrs); - /// \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 };