X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FXGUI%2FXGUI_ViewerProxy.h;h=7cd1f90d6e7b8e3bb9bb439d1962a33ef6b446de;hb=9cea92b08d17ed1cb784b7ed774b947d03a348e1;hp=c5ae4ef90f161ebd5697aef9f52800fc85b60a85;hpb=43038cf5895f661133b3a21176d80a97d67c357e;p=modules%2Fshaper.git diff --git a/src/XGUI/XGUI_ViewerProxy.h b/src/XGUI/XGUI_ViewerProxy.h index c5ae4ef90..7cd1f90d6 100644 --- a/src/XGUI/XGUI_ViewerProxy.h +++ b/src/XGUI/XGUI_ViewerProxy.h @@ -1,3 +1,5 @@ +// Copyright (C) 2014-20xx CEA/DEN, EDF R&D --> + #ifndef XGUI_VIEWERPROXY_H #define XGUI_VIEWERPROXY_H @@ -8,7 +10,7 @@ class XGUI_Workshop; class AppElements_ViewWindow; /** - * Proxy class which repersents or XGUI_Viewer or Salome Viewer + * Proxy class which repersents or AppElements_Viewer or Salome Viewer * dependently on current launching environment. * It is reccomennded to use this class in operation for accessing to viewer * functionality instead of direct access to a viewer @@ -61,6 +63,9 @@ Q_OBJECT /// Remove all selection filters from the viewer virtual void clearSelectionFilters(); + /// Update current viewer + virtual void update(); + private slots: void onTryCloseView(AppElements_ViewWindow*); void onDeleteView(AppElements_ViewWindow*);