X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_Selection.h;h=71690c7137dfbe63f99ccda2ab828ed6a1502ea6;hb=86ca5611705a674ccb26c7ea2176cf518bec24f5;hp=c7b7915abf5628b1dc082009de09b9f6d8a12e4c;hpb=a17b36970bc61da1d664453c615754997c925b18;p=modules%2Fsmesh.git diff --git a/src/SMESHGUI/SMESHGUI_Selection.h b/src/SMESHGUI/SMESHGUI_Selection.h index c7b7915ab..71690c713 100644 --- a/src/SMESHGUI/SMESHGUI_Selection.h +++ b/src/SMESHGUI/SMESHGUI_Selection.h @@ -71,8 +71,8 @@ public: virtual int nbChildren( int ) const; virtual bool isContainer( int ) const; - // parameters got from actor return nothing if an actor is not visible - virtual QList elemTypes( int ) const; + // parameters got from actor, return nothing if an actor is not visible + virtual QList elemTypes( int, bool ) const; // == objElemTypes w/o actor virtual QList labeledTypes( int ) const; virtual QString displayMode( int ) const; virtual QString shrinkMode( int ) const; @@ -87,7 +87,8 @@ public: static int type( const QString&, _PTR(Study) ); static QString typeName( const int ); - + static int guiState(); + bool isImported( const int ) const; private: