X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGEOMGUI%2FGEOMGUI_DimensionProperty.h;h=a074da4940b8661932bd67c627460c3be343323b;hb=a9fe5759c52e7f225c6b1403bf93fc97c10874b9;hp=a2397968cce67a1c4565bd7adffeb430f188e547;hpb=45a00be884c6ed618e1c002e52e3df84d47eca36;p=modules%2Fgeom.git diff --git a/src/GEOMGUI/GEOMGUI_DimensionProperty.h b/src/GEOMGUI/GEOMGUI_DimensionProperty.h index a2397968c..a074da494 100644 --- a/src/GEOMGUI/GEOMGUI_DimensionProperty.h +++ b/src/GEOMGUI/GEOMGUI_DimensionProperty.h @@ -135,14 +135,14 @@ public: /*! * \brief Inits property fields from the passed length object. * \param theIO [in] the interactive presentation. - * \param theLCS [in] the local coordiante system of parent object. + * \param theLCS [in] the local coordinate system of parent object. */ void Init( const Handle(AIS_LengthDimension)& theIO, const gp_Ax3& theLCS ); /*! * \brief Updates length object properties from the fields. * \param theIO [in/out] the interactive presentation. - * \param theLCS [in] the local coordiante system of parent object. + * \param theLCS [in] the local coordinate system of parent object. */ void Update( Handle(AIS_LengthDimension)& theIO, const gp_Ax3& theLCS ); @@ -160,7 +160,7 @@ public: void FromValues(int& theIt, const std::vector& theValues); /*! - * \brief Overload comparsion. + * \brief Overload comparison. */ bool operator == (const Length &theOther) const; bool operator != (const Length &theOther) const { return !(operator == (theOther)); } @@ -203,14 +203,14 @@ public: /*! * \brief Inits property fields from the passed length object. * \param theIO [in] the interactive presentation. - * \param theLCS [in] the local coordiante system of parent object. + * \param theLCS [in] the local coordinate system of parent object. */ void Init( const Handle(AIS_DiameterDimension)& theIO, const gp_Ax3& theLCS ); /*! * \brief Updates length object properties from the fields. * \param theIO [in/out] the interactive presentation. - * \param theLCS [in] the local coordiante system of parent object. + * \param theLCS [in] the local coordinate system of parent object. */ void Update( Handle(AIS_DiameterDimension)& theIO, const gp_Ax3& theLCS ); @@ -228,7 +228,7 @@ public: void FromValues(int& theIt, const std::vector& theValues); /*! - * \brief Overload comparsion. + * \brief Overload comparison. */ bool operator == (const Diameter &theOther) const; bool operator != (const Diameter &theOther) const { return !(operator == (theOther)); } @@ -273,14 +273,14 @@ public: /*! * \brief Inits property fields from the passed length object. * \param theIO [in] the interactive presentation. - * \param theLCS [in] the local coordiante system of parent object. + * \param theLCS [in] the local coordinate system of parent object. */ void Init( const Handle(AIS_AngleDimension)& theIO, const gp_Ax3& theLCS ); /*! * \brief Updates length object properties from the fields. * \param theIO [in/out] the interactive presentation. - * \param theLCS [in] the local coordiante system of parent object. + * \param theLCS [in] the local coordinate system of parent object. */ void Update( Handle(AIS_AngleDimension)& theIO, const gp_Ax3& theLCS ); @@ -298,7 +298,7 @@ public: void FromValues(int& theIt, const std::vector& theValues); /*! - * \brief Overload comparsion. + * \brief Overload comparison. */ bool operator == (const Angle &theOther) const; bool operator != (const Angle &theOther) const { return !(operator == (theOther)); } @@ -352,12 +352,12 @@ public: operator QString() const; /*! - * \brief Overload comparsion. + * \brief Overload comparison. */ bool operator == (const GEOMGUI_DimensionProperty &theOther) const; /*! - * \brief Overload comparsion. + * \brief Overload comparison. */ bool operator != (const GEOMGUI_DimensionProperty &theOther) const {