Salome HOME
Updated copyright comment
[modules/gui.git] / src / LightApp / LightApp_Displayer.h
index e4f6279dd9ec304c315cc466f309a3ed6cb2cfba..dff2d162dde89c5dc3529d3815a03dd7e3ae3f70 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2024  CEA, EDF, OPEN CASCADE
 //
 // Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
@@ -43,15 +43,15 @@ public:
   virtual ~LightApp_Displayer();
 
   void Display( const QString&, const bool = true, SALOME_View* = 0 );
-  void Display( const QStringList&, const bool = true,
-                SALOME_View* = 0 );
+  virtual void Display( const QStringList&, const bool = true,
+                        SALOME_View* = 0 );
 
-  void Redisplay( const QString&, const bool = true );
+  virtual void Redisplay( const QString&, const bool = true );
 
-  void Erase( const QStringList&, const bool forced = false,
-              const bool updateViewer = true, SALOME_View* = 0);
+  virtual void Erase( const QStringList&, const bool forced = false,
+                      const bool updateViewer = true, SALOME_View* = 0);
   void Erase( const QString&, const bool forced = false, const bool updateViewer = true, SALOME_View* = 0 );
-  void EraseAll( const bool forced = false, const bool updateViewer = true, SALOME_View* = 0 ) const;
+  virtual void EraseAll( const bool forced = false, const bool updateViewer = true, SALOME_View* = 0 );
 
   virtual bool IsDisplayed( const QString&, SALOME_View* = 0 ) const;
   void UpdateViewer() const;