From: apo Date: Wed, 5 Oct 2005 07:59:46 +0000 (+0000) Subject: 1. To introduce GAUSSVIEW identificator for Save/Restore View prarams functionality X-Git-Tag: BR-D5-38-2003_D2005-12-10~64 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c675af176679d6d4698c90b8dff1eec2cc73261f;p=modules%2Fvisu.git 1. To introduce GAUSSVIEW identificator for Save/Restore View prarams functionality 2. To move Set/GetBarOrientation from Colored3d to ScalarMap to provide backward compatibility --- diff --git a/idl/VISU_Gen.idl b/idl/VISU_Gen.idl index c2f9b047..2b04645b 100644 --- a/idl/VISU_Gen.idl +++ b/idl/VISU_Gen.idl @@ -71,6 +71,7 @@ module VISU { TXYPLOT, /*!< 2D XY plot consisting of one or several curve lines */ TTABLEVIEW, /*!< Table view is used for displaying data tables */ TVIEW3D, /*!< 3D view is used for displaying 3D graphical presentations */ + TGAUSSVIEW, /*!< 3D view is used for displaying Gauss Points graphical presentations */ TENTITY, /*!< An element composing a mesh: node, edge, face or cell */ TFAMILY, /*!< The whole mesh can be divided into one or several submeshes, called families, which are defined by the user. Each family in its turn is composed of entities of a definite type. */ TGROUP, /*!< A group of families */ @@ -384,24 +385,6 @@ module VISU { */ long GetScalarMode(); - /*! %Orientation of the scalar bar. */ - enum ScalarBarOrientation { - HORIZONTAL, /*!< Horizontal orientation of the scalar bar.*/ - VERTICAL /*!< Vertical orientation of the scalar bar.*/ - }; - - /*! - * Sets the type of orientation of the scalar bar. - * \param theOrientation This parameter defines the orientation of the scalar bar. - * It is taken from the Orientaton enumeration. - */ - void SetScalarBarOrientation(in ScalarBarOrientation theOrientation); - - /*! - * Gets the type of orientation of the scalar bar. - */ - ScalarBarOrientation GetScalarBarOrientation(); - /*! \brief Position of the scalar bar. * * Sets the position of the scalar bar origin on the screen.