]> SALOME platform Git repositories - modules/gui.git/blobdiff - src/Plot2d/Plot2d_ViewWindow.h
Salome HOME
*** empty log message ***
[modules/gui.git] / src / Plot2d / Plot2d_ViewWindow.h
index 9c20a5bd49d6a471095001b903378870844eb7dd..6ac6970b60542049967f4a97670a7f59513c7530 100755 (executable)
@@ -35,6 +35,9 @@ public:
   QToolBar*         getToolBar() { return myToolBar; };
   void              contextMenuPopup( QPopupMenu* thePopup );
 
+protected:
+  QImage dumpView();
+
 private:
   bool eventFilter(QObject* watched, QEvent* e);
 
@@ -47,7 +50,6 @@ public slots:
   void onChangeCurveMode();
   void onChangeLegendMode();
   
-  void onDumpView();
   void onFitAll();
   void onFitRect();
   void onZoom();
@@ -58,6 +60,8 @@ public slots:
   void onLegend();
   void onCurves();
 
+  void onDumpView();
+
 signals:
   void cloneView();