From b1b1f0f9452da13d989fe8494102b6dfbadb0bf2 Mon Sep 17 00:00:00 2001 From: srn Date: Thu, 2 Feb 2006 07:57:45 +0000 Subject: [PATCH] added method getVisualParameters --- idl/SALOME_Session.idl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/idl/SALOME_Session.idl b/idl/SALOME_Session.idl index 3086194ee..f067b753a 100644 --- a/idl/SALOME_Session.idl +++ b/idl/SALOME_Session.idl @@ -105,6 +105,9 @@ module SALOME Get Active study ID */ long GetActiveStudyId(); +/*! + Restores a state of the study at theSavePoint +*/ + boolean restoreVisualState(in long theSavePoint); } ; - } ; -- 2.39.2