return QVariant( false, 0 );
}
+//=======================================================================
+//function : type
+//purpose :
+//=======================================================================
+int SMESHGUI_Selection::type( SalomeApp_DataOwner* owner, _PTR(Study) study )
+{
+ return type( owner->entry(), study );
+}
//=======================================================================
//function : type
//purpose :
//=======================================================================
-
-int SMESHGUI_Selection::type( SalomeApp_DataOwner* owner,
- _PTR(Study) study )
+int SMESHGUI_Selection::type( const QString& entry, _PTR(Study) study )
{
- QString entry = owner->entry();
-
_PTR(SObject) obj (study->FindObjectID(entry.latin1()));
if( !obj )
return -1;
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: