]> Creatis software - creaMaracasVisu.git/blobdiff - lib/GUI/Qt/SurfaceRenderer/qtsurfacerendererpanel.h
addition of image stencil to surface rendering
[creaMaracasVisu.git] / lib / GUI / Qt / SurfaceRenderer / qtsurfacerendererpanel.h
index d583d1103c53048b7ec31beacb67bab9f6bb601b..019c79d915587d9b5b310bc7eb67513a97b5ebe3 100644 (file)
@@ -35,7 +35,7 @@ private slots:
 
     void on_horizontalSliderMinIso_sliderReleased();
 
-    void on_pushButtonSave_clicked();
+    //void on_pushButtonSave_clicked();
 
     void on_checkBoxBoundingBox_clicked(bool checked);
 
@@ -44,11 +44,15 @@ private slots:
     void on_pushButtonOpen_clicked();
 
 
+    void on_comboBoxSave_activated(int index);
+
 private:
     Ui::QtSurfaceRendererPanel *ui;
 
 
     void onIsoValueChanged();
+
+    bool _ImageSet;
 };
 
 #endif // QTSURFACERENDERERPANEL_H