Salome HOME
patch for install error on Linux
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_ShapeLandCoverMap.h
index 025a0fcccaee9f2b08c643561173e275eb324f1d..263c23294b2478a3e6bcdf65011cd56eff45604b 100644 (file)
@@ -45,6 +45,7 @@ public:
   virtual void              setVisible( const bool theState,
                                         const bool theIsUpdateViewer = true );
 
+  bool isScalarMapModeEnabled() const;
   /**
    * Enable/disable scalar map coloring mode.
    * @param theIsToEnable if true - scalar map coloring mode willbe enbaled, if false - disabled
@@ -56,8 +57,8 @@ protected:
   virtual Handle_AIS_InteractiveObject createShape() const;
 
 private:
-  HYDROGUI_OCCDisplayer* myDisplayer;
-  bool                   myIsScalarMapMode;
+  HYDROGUI_OCCDisplayer*           myDisplayer;
+  bool                             myIsScalarMapMode;
 };
 
 #endif