Salome HOME
PAL10870 - to improve export of Plot2d to PostScript
[modules/gui.git] / src / Plot2d / Plot2d_ViewWindow.h
index 16012d4b7b42c01366c65a9937fc2ad7e71ab09d..571d692bf599445df6813cd2ad43dbfbef7be8a3 100755 (executable)
@@ -47,7 +47,9 @@ public:
   void              contextMenuPopup( QPopupMenu* thePopup );
 
 protected:
-  QImage dumpView();
+  virtual QImage    dumpView();
+  virtual QString   filter() const;
+  virtual bool      dumpViewToFormat( const QString& fileName, const QString& format );
 
 private:
   bool eventFilter(QObject* watched, QEvent* e);