X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSALOME_SWIG%2FSALOMEGUI_Swig.hxx;h=f5d2227ee3e886f44115e3231db1d1bf8559544a;hb=efe3cdefadc31ad9cdaa9fd7fc368e2931cebdf1;hp=0875795b20d09cb93babd76ee38154dd7e9b2c20;hpb=bb8609caf7881d966fbb88dec0a7822736da93f5;p=modules%2Fgui.git diff --git a/src/SALOME_SWIG/SALOMEGUI_Swig.hxx b/src/SALOME_SWIG/SALOMEGUI_Swig.hxx index 0875795b2..f5d2227ee 100644 --- a/src/SALOME_SWIG/SALOMEGUI_Swig.hxx +++ b/src/SALOME_SWIG/SALOMEGUI_Swig.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2016 CEA/DEN, EDF R&D, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS @@ -6,7 +6,7 @@ // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either -// version 2.1 of the License. +// version 2.1 of the License, or (at your option) any later version. // // This library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -35,9 +35,8 @@ public: bool hasDesktop(); - void updateObjBrowser( bool ); + void updateObjBrowser(); - int getActiveStudyId(); const char* getActiveStudyName(); const char* getComponentName( const char* ); @@ -65,6 +64,12 @@ public: void ViewRight(); void ViewFront(); void ViewBack(); + + const char* getViewParameters(); + void setCameraPosition( double x, double y, double z ); + void setCameraFocalPoint( double x, double y, double z ); + void setCameraViewUp( double x, double y, double z ); + void setViewScale( double parallelScale,double x, double y, double z ); }; #endif // SALOMEGUI_SWIG_HXX