X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FStdMeshersGUI%2FStdMeshersGUI_SubShapeSelectorWdg.h;h=7793817be8419c5a208e519dcf66c7eaac8dfb1d;hp=f8ea6e9e1ec43b38f1ab004ffad66998d0bfa412;hb=3eb21ad301385822cfbaa81f2ed6fbfd7bacf23b;hpb=a1e66f21f0a737448968cde85063790ab9f16e6a diff --git a/src/StdMeshersGUI/StdMeshersGUI_SubShapeSelectorWdg.h b/src/StdMeshersGUI/StdMeshersGUI_SubShapeSelectorWdg.h index f8ea6e9e1..7793817be 100644 --- a/src/StdMeshersGUI/StdMeshersGUI_SubShapeSelectorWdg.h +++ b/src/StdMeshersGUI/StdMeshersGUI_SubShapeSelectorWdg.h @@ -58,7 +58,7 @@ public: ~StdMeshersGUI_SubShapeSelectorWdg(); SMESH::long_array_var GetListOfIDs(); - void SetListOfIDs( SMESH::long_array_var ); + bool SetListOfIDs( SMESH::long_array_var ); void SetGeomShapeEntry( const QString& theEntry ); const char* GetGeomShapeEntry() { return myEntry.toLatin1().data();} @@ -69,7 +69,8 @@ public: TopoDS_Shape GetGeomShape() { return myGeomShape; } TopoDS_Shape GetMainShape() { return myMainShape; } - QList GetCorrectedListOfIDs( bool fromSubshapeToMainshape = true ); + QList GetCorrectedListOfIDs( bool fromSubshapeToMainshape, + bool* isOK=0); static GEOM::GEOM_Object_var GetGeomObjectByEntry( const QString& ); static TopoDS_Shape GetTopoDSByEntry( const QString& );