X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FXGUI%2FXGUI_ViewerProxy.h;h=dfd632bdab9699a1497f78fcdca15e941d36f6c7;hb=27f3f6a3fbbe1541d70ab399463afc903fd486f6;hp=2d2864dd4f9a7cafd85d8687f25eca655852a23c;hpb=c52423b158d7e2bae396c62e4fe62e7e8f78c381;p=modules%2Fshaper.git diff --git a/src/XGUI/XGUI_ViewerProxy.h b/src/XGUI/XGUI_ViewerProxy.h index 2d2864dd4..dfd632bda 100644 --- a/src/XGUI/XGUI_ViewerProxy.h +++ b/src/XGUI/XGUI_ViewerProxy.h @@ -46,6 +46,9 @@ public: /// \param theZ the Z projection value void setViewProjection(double theX, double theY, double theZ); + //! Sets the view fitted all + void fitAll(); + /// Connects to a viewer according to current environment void connectToViewer(); @@ -61,4 +64,4 @@ private: XGUI_Workshop* myWorkshop; }; -#endif \ No newline at end of file +#endif