Added SaveImageDialog to mussagl
[mussa.git] / qui / PathWindow.h
index 1aefe0cda3ce9fc54204fd1fb601e5c6856eea66..8f1c7da26be4bc2163c11a4146352872775e3042 100644 (file)
@@ -2,9 +2,10 @@
 #define _PATHWINDOW_H_
 
 #include <QMainWindow>
-
+#include <QPixmap>
 class QAction;
 class PathScene;
+class ImageSaveDialog;
 
 class PathWindow : public QMainWindow
 {
@@ -37,11 +38,14 @@ public slots:
   //\@}
 
   void showMussaToolbar();
+  
+  void promptSaveOpenGlPixmap();
 
 protected:
   // display our wonderful mussa output
   PathScene *scene;
   QToolBar *mussaViewTB;
+  ImageSaveDialog *imageSaveDialog;
   
   QAction *aboutAction;
   QAction *closeAction;
@@ -54,6 +58,7 @@ protected:
   QAction *showMussaViewToolbarAction;
   QAction *toggleMotifsAction;
   QAction *whatsThisAction;
+  QAction *saveOpenGlPixmapAction;
 
   //! initialze the actions
   void setupActions();