Salome HOME
Workaround for bug #25637
[modules/shaper.git] / src / XGUI / XGUI_ViewerProxy.h
index c5ae4ef90f161ebd5697aef9f52800fc85b60a85..7cd1f90d6e7b8e3bb9bb439d1962a33ef6b446de 100644 (file)
@@ -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*);