X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_Selection.h;h=833dde674e894f4a5277ee2c0ef549945f8de30b;hp=524aa26a253fcbcaa2ffe0c7e53b9d5351e0b9b2;hb=b0105f0f9d05ef09ad770cf0d343901589cba620;hpb=868e306e098d4ca6bfd1d183f0a57fb9cb805086 diff --git a/src/SMESHGUI/SMESHGUI_Selection.h b/src/SMESHGUI/SMESHGUI_Selection.h index 524aa26a2..833dde674 100644 --- a/src/SMESHGUI/SMESHGUI_Selection.h +++ b/src/SMESHGUI/SMESHGUI_Selection.h @@ -31,7 +31,6 @@ #include "SalomeApp_Selection.h" #include "SALOMEDSClient_definitions.hxx" -#include "SUIT_DataOwner.h" class SalomeApp_SelectionMgr; class SALOMEDSClient_Study; @@ -46,6 +45,7 @@ public: virtual void init( const QString&, SalomeApp_SelectionMgr* ); virtual QtxValue param( const int , const QString& paramName ) const; + virtual void processOwner( const SalomeApp_DataOwner* ); // got from object, not from actor virtual int numberOfNodes( int ind ) const; @@ -64,12 +64,11 @@ public: SMESH_Actor* getActor( int ind ) const; static int type( const QString&, _PTR(Study) ); - static int type( SalomeApp_DataOwner* owner, _PTR(Study) study); static QString typeName( const int type); private: - QStringList myTypes; - SUIT_DataOwnerPtrList myDataOwners; + QStringList myTypes; + QPtrList myActors; }; #endif