Salome HOME
refs #430: incorrect coordinates in dump polyline
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_VTKPrsDisplayer.h
index 5db3e743ff670ac3d81d23ad9405e913e82993dd..66e2f75111e7c47356c5178e309c620d0bbb5105 100644 (file)
@@ -75,7 +75,7 @@ public:
    * \brief Delete scalar bar for the given viewer id.
    * \param theViewerId viewer identifier
    */
-  void             DeleteScalarBar( const int theViewerId );
+  void             EraseScalarBar( const int theViewerId, const bool theIsDelete = false );
 
 protected:
   /**
@@ -126,6 +126,7 @@ private:
   HYDROGUI_VTKPrsDriver* getDriver( const int theViewId, const Handle(HYDROData_Entity)& theObj );
 
   HYDROGUI_VTKPrsDriver*       myDriver;
+  HYDROGUI_VTKPrsDriver*       myShapeDriver;
 
   QMap<int, vtkSmartPointer<vtkScalarBarActor> > myScalarBars; //!< Colors legend presentations
 };