Salome HOME
Merge branch 'BR_1328' into BR_DEMO
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_OCCDisplayer.h
index 92e20c815854ade1c62d9322833cf1fb7dc27df6..275954472bcd21b65b54531eab4ac330fc806517 100644 (file)
@@ -82,6 +82,8 @@ public:
    */
   Handle(AIS_ColorScale)          GetColorScale( const int theViewerId );
 
+  void UpdateColorScale( const OCCViewer_Viewer* );
+
 protected:
   /**
    * \brief Erase all viewer objects.
@@ -108,15 +110,11 @@ protected:
                                            const int theViewerId,
                                            const bool theIsForced,
                                            const bool theDoFitAll );
-
-protected:
   /**
    * \brief Purge all invalid objects in the viewer.
    * \param theViewerId viewer identifier
    */
   void                            purgeObjects( const int theViewerId );
-
-  void UpdateColorScale( const OCCViewer_Viewer* );
   
 private:
   /**