X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FGEOMGUI%2FGEOMGUI_Selection.h;h=acef7e196656a41c5fdfe1333f2dfebe58e0ff76;hb=08a90cb03f6d2befe6f0b923bd690182ded48378;hp=c6e9b59da7a627913f14ce5178a725e347c67c95;hpb=40f5df35aa4780823d1198399b7ebe5feba9ca77;p=modules%2Fgeom.git diff --git a/src/GEOMGUI/GEOMGUI_Selection.h b/src/GEOMGUI/GEOMGUI_Selection.h index c6e9b59da..acef7e196 100644 --- a/src/GEOMGUI/GEOMGUI_Selection.h +++ b/src/GEOMGUI/GEOMGUI_Selection.h @@ -18,11 +18,10 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com -// // File : GEOMGUI_Selection.h // Author : Alexander SOLOVYOV, Open CASCADE S.A.S. (alexander.solovyov@opencascade.com) -// + #ifndef GEOMGUI_SELECTION_H #define GEOMGUI_SELECTION_H @@ -66,8 +65,9 @@ private: QString displayMode( const int ) const; QString selectionMode() const; bool isVectorsMode( const int ) const; - bool hasHiddenChildren( const int ) const; - bool hasShownChildren( const int ) const; + bool hasChildren( const int ) const; + bool hasConcealedChildren( const int ) const; + bool hasDisclosedChildren( const int ) const; bool compoundOfVertices( const int ) const; bool topLevel( const int ) const; bool isPhysicalMaterial( const int ) const;