From e4b606911b07601a3f25950d18aacbb3c5a55295 Mon Sep 17 00:00:00 2001 From: srn Date: Thu, 26 Jan 2006 07:36:40 +0000 Subject: [PATCH] Added methods strore/restoreVisualParameters --- src/VISUGUI/VisuGUI.cxx | 9 +++++++++ src/VISUGUI/VisuGUI.h | 3 +++ 2 files changed, 12 insertions(+) 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* ); -- 2.39.2