Salome HOME
Removing dependencies on CORBA
[modules/gui.git] / src / SUPERVGraph / SUPERVGraph_ViewFrame.h
index e4d76feaf5dbe8641f8df2d1718b8a9435953731..351241aa8939a9c004e859a5707155855c17625c 100755 (executable)
 #define SUPERVGraph_ViewFrame_H
 
 #include "SALOME_InteractiveObject.hxx"
-
-#include "SALOMEDSClient.hxx"
-
-#include "SalomeApp_Application.h"
 #include "SUIT_PopupClient.h"
 #include "SUIT_ViewWindow.h"
 
@@ -82,11 +78,6 @@ class /*SUPERVGRAPH_EXPORT*/ SUPERVGraph_ViewFrame : public SUIT_ViewWindow {
                                         QString newName );
   bool                           isInViewer( const Handle(SALOME_InteractiveObject)& IObject );
   bool                           isVisible( const Handle(SALOME_InteractiveObject)& IObject );
-
-  /*  undo/redo management */
-  void              undo(const _PTR(Study)& aStudy, const char* StudyFrameEntry);
-  void              redo(const _PTR(Study)& aStudy, const char* StudyFrameEntry);
-
   
   /* selection */
   Handle(SALOME_InteractiveObject) FindIObject(const char* Entry) { Handle(SALOME_InteractiveObject) o; return o; };
@@ -120,6 +111,5 @@ class /*SUPERVGRAPH_EXPORT*/ SUPERVGraph_ViewFrame : public SUIT_ViewWindow {
   
  private:
   SUPERVGraph_View* myView;
-  SalomeApp_Application* myApp;
 }; 
 #endif