X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_MeshOp.h;h=9fd854e4c8acc3ebdf98859ec169b458e18bb0bf;hp=063ebcaac73e14becd064b87da1d7c3403a9c111;hb=902a6da0b24e3d6b3914c29d28f00befc442053b;hpb=12b34b1b56add2bc44228da392aaf68a79128b8b;ds=sidebyside diff --git a/src/SMESHGUI/SMESHGUI_MeshOp.h b/src/SMESHGUI/SMESHGUI_MeshOp.h index 063ebcaac..9fd854e4c 100644 --- a/src/SMESHGUI/SMESHGUI_MeshOp.h +++ b/src/SMESHGUI/SMESHGUI_MeshOp.h @@ -52,6 +52,7 @@ protected slots: virtual bool onApply(); void onCreateHyp( const int theHypType, const int theIndex ); void onEditHyp( const int theHypType, const int theIndex ); + void onHypoSet( const QString& theSetName ); private: bool isValid( QString& ) const; @@ -69,6 +70,7 @@ private: bool editMeshOrSubMesh( QString& ); int currentHyp( const int, const int ) const; + bool isAccessibleDim( const int ) const; void setCurrentHyp( const int, const int, const int ); void setDefaultName() const; SMESH::SMESH_Hypothesis_var getAlgo( const int );