]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/wxMaracasMultipleVolumeRendererPanel.h
IRMRenderer box and libraries has been renqmed to "SurfaceRendering".
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / wxMaracasMultipleVolumeRendererPanel.h
index 4e56b5ccdc3bb2f1ce236622970ae9512e88d0c1..7369aa5239aae4624bb9ebce2e96cb5efa54dafe 100644 (file)
@@ -2,7 +2,7 @@
 #define wxMaracasMultipleVolumeRendererPanel_H_
 
 #include <wx/wx.h>
-#include "HistogramWidget.h"
+#include "HistogramDialogComboBox.h"
 
 class wxMaracasMultipleVolumeRendererPanel : public wxPanel{
        
@@ -15,19 +15,21 @@ public:
        void onOK(wxCommandEvent& event);
        void onCancel(wxCommandEvent& event);
        void onUpdate(wxCommandEvent& event);
+       void onViewImage(wxCommandEvent& event);
 
        void updateVolume();
        int getPropId();
        
 private:
        wxCheckBox* checkbox;
-       wxBitmapButton* _colorchoose;
+       wxBitmapButton* _viewimage;
        
        int _propid;
 
-       HistogramWidget* mwxwidget;
-       wxFrame* _frame;
-       
+       bool first;
+
+       HistogramDialogComboBox* mwxwidget;
+       //wxFrame* _frame;
 };
 
 #endif /*wxMaracasMultipleVolumeRendererPanel_H_*/