X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FXGUI%2FXGUI_ViewerProxy.h;h=bf578c424bd8f46e172b137be242d178168401f1;hb=220bd2b37119be1c65abf88a88792445cb9d99f8;hp=bce1db650127e232a9a7c1a272add53edfbcbc76;hpb=df51e63f5d87b0c8fa46f5cda0c7c92aad5da888;p=modules%2Fshaper.git diff --git a/src/XGUI/XGUI_ViewerProxy.h b/src/XGUI/XGUI_ViewerProxy.h index bce1db650..bf578c424 100644 --- a/src/XGUI/XGUI_ViewerProxy.h +++ b/src/XGUI/XGUI_ViewerProxy.h @@ -6,6 +6,8 @@ #include "XGUI.h" #include +#include + #ifndef HAVE_SALOME #include #endif @@ -26,9 +28,15 @@ Q_OBJECT /// \param theParent a parent object XGUI_ViewerProxy(XGUI_Workshop* theParent); + /// Connects some signals to the viewer from the module connector + void connectViewProxy(); + //! Returns AIS_InteractiveContext from current OCCViewer virtual Handle(AIS_InteractiveContext) AISContext() const; + //! Trihedron 3d object shown in the viewer + virtual Handle(AIS_Trihedron) trihedron() const; + //! Retrurns V3d_Vioewer from current viewer virtual Handle(V3d_Viewer) v3dViewer() const;