X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FOBJECT%2FGEOM_Annotation.hxx;h=794402491eda8960ba6c2aafdb8c5c752ae985a2;hb=a9fe5759c52e7f225c6b1403bf93fc97c10874b9;hp=3594a1b6d6c78d5d81f4a975ecf11bc7558faa3b;hpb=fde342bef471648e5265fa28f6464241708c79d4;p=modules%2Fgeom.git diff --git a/src/OBJECT/GEOM_Annotation.hxx b/src/OBJECT/GEOM_Annotation.hxx index 3594a1b6d..794402491 100755 --- a/src/OBJECT/GEOM_Annotation.hxx +++ b/src/OBJECT/GEOM_Annotation.hxx @@ -122,10 +122,10 @@ public: //! Returns attachment point of extension line. const gp_Pnt& GetAttachPoint() const { return myAttach; } - //! Sets shape (annotated shape) that will be used for hilighting. + //! Sets shape (annotated shape) that will be used for highlighting. Standard_EXPORT void SetHilightShape( const TopoDS_Shape& theShape ); - //! Returns the hilighting shape. + //! Returns the highlighting shape. const TopoDS_Shape HilightShape() const { return myShape; } public: @@ -283,10 +283,10 @@ private: gp_Pnt myStartPosition; //!< Position before starting dragging operation. Standard_Boolean myIsScreenFixed; //!< Flag indicating whether "screen fixed" positioning mode is turned on or off. Standard_Boolean myIsAutoHide; //!< Flag indicating whether "auto-hiding" option is turned on. - Standard_Boolean myIsDepthCulling; //!< Flag indiciating whether the "depth culling" is turned on. + Standard_Boolean myIsDepthCulling; //!< Flag indicating whether the "depth culling" is turned on. HighlightMode myHilightMode; //!< Highlight mode for presentation. TCollection_ExtendedString myText; //!< Text string of the label presentation. - TopoDS_Shape myShape; //!< Hilighting shape. + TopoDS_Shape myShape; //!< Highlighting shape. private: