Salome HOME
Support both 5.5 and 5.6 version of ParaView
[modules/gui.git] / src / SUIT / SUIT_ViewWindow.h
index 3e49587ab75c2f161a3a1069328dbaae9df79ac8..7d6047e37c01e7e9de8c8324e79d100a863ac394 100755 (executable)
@@ -53,7 +53,6 @@ public:
   bool              event(QEvent*);
 
   virtual QImage    dumpView();
-  virtual bool      dumpViewToPSFormat(const QString& fileName);
   bool              dumpViewToFormat( const QString& fileName, const QString& format );
 
   bool              onAccelAction( int );
@@ -77,6 +76,7 @@ public:
 
 public slots:
   virtual void      onDumpView();
+  void              setVisible( bool );
 
 signals:
   void              tryClosing( SUIT_ViewWindow* );
@@ -94,7 +94,7 @@ signals:
 protected:
   void              closeEvent( QCloseEvent* );
   virtual void      contextMenuEvent( QContextMenuEvent* );
-  virtual QString   filter(bool includePS = false) const;
+  virtual QString   filter() const;
   virtual bool      action( const int );
   virtual bool      dumpViewToFormat( const QImage&, const QString& fileName, const QString& format );