X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketcherPrs%2FSketcherPrs_Tangent.h;h=a3bdf4a44862b917864b47231ae3c3c0b94382e2;hb=4f565b2204d3fba046aa8c851abada2a5a17bf6c;hp=335006da59e1cf682ef42b1167390826a387d561;hpb=ad777acf40828575ffa8a9ba6db103a7cc17dd71;p=modules%2Fshaper.git diff --git a/src/SketcherPrs/SketcherPrs_Tangent.h b/src/SketcherPrs/SketcherPrs_Tangent.h index 335006da5..a3bdf4a44 100644 --- a/src/SketcherPrs/SketcherPrs_Tangent.h +++ b/src/SketcherPrs/SketcherPrs_Tangent.h @@ -8,9 +8,7 @@ #define SketcherPrs_Tangent_H #include "SketcherPrs_SymbolPrs.h" - -class SketchPlugin_Constraint; -class SketchPlugin_Sketch; +#include DEFINE_STANDARD_HANDLE(SketcherPrs_Tangent, SketcherPrs_SymbolPrs) @@ -26,10 +24,17 @@ public: /// Constructor /// \param theConstraint a constraint feature /// \param thePlane a coordinate plane of current sketch - Standard_EXPORT SketcherPrs_Tangent(SketchPlugin_Constraint* theConstraint, + Standard_EXPORT SketcherPrs_Tangent(ModelAPI_Feature* theConstraint, const std::shared_ptr& thePlane); - DEFINE_STANDARD_RTTI(SketcherPrs_Tangent) + DEFINE_STANDARD_RTTIEXT(SketcherPrs_Tangent, SketcherPrs_SymbolPrs) + + /// Returns true if the constraint feature arguments are correcly filled to build AIS presentation + /// \param theConstraint a constraint feature + /// \param thePlane a coordinate plane of current sketch + /// \return boolean result value + static bool IsReadyToDisplay(ModelAPI_Feature* theConstraint, + const std::shared_ptr& thePlane); protected: virtual const char* iconName() const { return "tangent.png"; } @@ -38,7 +43,7 @@ protected: /// Update myPntArray according to presentation positions /// \return true in case of success - virtual bool updatePoints(double theStep) const; + virtual bool updateIfReadyToDisplay(double theStep) const; }; #endif \ No newline at end of file