X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_VTKPrsDisplayer.h;h=66e2f75111e7c47356c5178e309c620d0bbb5105;hb=81c9f5cdf82909d0aebd2c491c50fa7516cc80b7;hp=7a47a6f8402f51b288d6fe8357d4ae43352a33f1;hpb=a558c58ccc19713db2b13ada4d0f32dff61d0deb;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_VTKPrsDisplayer.h b/src/HYDROGUI/HYDROGUI_VTKPrsDisplayer.h index 7a47a6f8..66e2f751 100644 --- a/src/HYDROGUI/HYDROGUI_VTKPrsDisplayer.h +++ b/src/HYDROGUI/HYDROGUI_VTKPrsDisplayer.h @@ -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,8 +126,9 @@ private: HYDROGUI_VTKPrsDriver* getDriver( const int theViewId, const Handle(HYDROData_Entity)& theObj ); HYDROGUI_VTKPrsDriver* myDriver; + HYDROGUI_VTKPrsDriver* myShapeDriver; - QMap> myScalarBars; //!< Colors legend presentations + QMap > myScalarBars; //!< Colors legend presentations }; #endif