Salome HOME
There were added new version of method type returning type by string entry
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_Selection.h
index 7137ebaef333b72e8adc07c0cac80f43688e9e69..7fccc4e9b2656b3b5017302e562b4e8ef274ac44 100644 (file)
@@ -63,7 +63,8 @@ public:
   
   SMESH_Actor* getActor( int ind ) const;
 
-  static int       type( SalomeApp_DataOwner* owner, _PTR(Study) study);
+  static int       type( const QString&, _PTR(Study) );
+  static int       type( SalomeApp_DataOwner* owner, _PTR(Study) );
   static QString   typeName( const int type);
 
 private: