Salome HOME
Join modifications from branch OCC_development_for_3_2_0a2
[modules/visu.git] / src / VISUGUI / VisuGUI_Module.h
index c13c8235d997885cca1298ba144abd19b50da748..d0c371b48dc187e960a27839bc865741874a23e4 100644 (file)
@@ -24,7 +24,6 @@
 //  File   : VisuGUI_Module.h
 //  Author : 
 //  Module : VISU
-//  $Header$
 
 #ifndef VisuGUI_Module_HeaderFile
 #define VisuGUI_Module_HeaderFile
@@ -84,6 +83,14 @@ public:
   getViewManager(const QString& theType, 
                 const bool theIsCreate);
 
+  virtual 
+  void
+  storeVisualParameters(int savePoint);
+  
+  virtual
+  void
+  restoreVisualParameters(int savePoint);
+
 public slots:
   //! Reimplemented method of the module deactivation.
   virtual 
@@ -146,26 +153,6 @@ protected slots:
   void
   OnEditGaussPoints();
 
-  //! Reimplemented method of the Gauss Points displaying.
-  virtual 
-  void
-  OnDisplayPrs();
-
-  //! Reimplemented method of the Gauss Points displaying only.
-  virtual 
-  void
-  OnDisplayOnlyPrs();
-
-  //! Reimplemented method of the Gauss Points full erasing.
-  virtual
-  void
-  OnEraseAll();
-
-  //! Reimplemented method of the Gauss Points erasing.
-  virtual
-  void
-  OnErasePrs();
-
   //! Virtual method of saving configuration.
   virtual
   void