X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_MeshInfo.cxx;fp=src%2FSMESHGUI%2FSMESHGUI_MeshInfo.cxx;h=57b1c9343725927976d4a079f6b430a2e79d6ee4;hp=192b1440d5500d5f583e3010c9a9df3277de258b;hb=474a24023d42179de2c114e5c3844f0b857ddca3;hpb=58a7aa4445314783449856504f994d259f21d091 diff --git a/src/SMESHGUI/SMESHGUI_MeshInfo.cxx b/src/SMESHGUI/SMESHGUI_MeshInfo.cxx index 192b1440d..57b1c9343 100644 --- a/src/SMESHGUI/SMESHGUI_MeshInfo.cxx +++ b/src/SMESHGUI/SMESHGUI_MeshInfo.cxx @@ -81,7 +81,7 @@ public: /*! \brief Constructor. \param parent Parent widget. - \param name Field name. Defauls to null string. + \param name Field name. Defaults to null string. */ Field::Field( QWidget* parent, const QString& name ): QLabel( parent ) { @@ -382,7 +382,7 @@ namespace \brief Format connectivity data to string representation. \param connectivity Connectivity map. \param type Element type or face index if negative - \return Stringifed representation of the connectivity. + \return Stringified representation of the connectivity. */ QString formatConnectivity( SMESH::Connectivity connectivity, int type ) { @@ -1036,7 +1036,7 @@ void SMESHGUI_BaseInfo::setFieldsVisible( int startRow, int lastRow, bool on ) } /*! - \brief Write information from panel to ouput stream. + \brief Write information from panel to output stream. \param out Text stream output. */ void SMESHGUI_BaseInfo::saveInfo( QTextStream& out ) @@ -1999,7 +1999,7 @@ void SMESHGUI_ElemInfo::updateControls() } /*! - \brief Write information from panel to ouput stream. + \brief Write information from panel to output stream. \param out Text stream output. */ void SMESHGUI_ElemInfo::saveInfo( QTextStream &out ) @@ -2864,7 +2864,7 @@ void SMESHGUI_AddInfo::showNextSubMeshes() } /*! - \brief Write information from panel to ouput stream. + \brief Write information from panel to output stream. \param out Text stream output. */ void SMESHGUI_AddInfo::saveInfo( QTextStream &out ) @@ -2926,7 +2926,7 @@ public: }; /*! - \brief Contructor. + \brief Constructor. \param parent Parent widget. \internal */