From: srn Date: Thu, 26 Jan 2006 07:36:40 +0000 (+0000) Subject: Added methods strore/restoreVisualParameters X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e4b606911b07601a3f25950d18aacbb3c5a55295;p=modules%2Fvisu.git Added methods strore/restoreVisualParameters --- diff --git a/src/VISUGUI/VisuGUI.cxx b/src/VISUGUI/VisuGUI.cxx index e2742d98..6caa8805 100644 --- a/src/VISUGUI/VisuGUI.cxx +++ b/src/VISUGUI/VisuGUI.cxx @@ -3098,3 +3098,12 @@ LightApp_Displayer* VisuGUI::displayer() return myDisplayer; } + +void VisuGUI::storeVisualParameters() +{ +} + +void VisuGUI::restoreVisualParameters() +{ +} + diff --git a/src/VISUGUI/VisuGUI.h b/src/VISUGUI/VisuGUI.h index 45e3b059..62fffa2f 100644 --- a/src/VISUGUI/VisuGUI.h +++ b/src/VISUGUI/VisuGUI.h @@ -74,6 +74,9 @@ public: VISU::TViewToPrs3d getScalarBarsMap(); VISU::TViewToPrs3d myScalarBarsMap; + + virtual void storeVisualParameters(); + virtual void restoreVisualParameters(); public slots: virtual bool deactivateModule( SUIT_Study* );