]> Creatis software - creaContours.git/blobdiff - lib/Interface_ManagerContour_NDimensions/wxContourMainFrame.h
*** empty log message ***
[creaContours.git] / lib / Interface_ManagerContour_NDimensions / wxContourMainFrame.h
index 0bcb36cdab92826964598359697df408eba419e5..981eb92192ef7661359d25317c420d66bb6c68cd 100644 (file)
@@ -27,6 +27,7 @@
 //#include "wxVtkBaseView_SceneManager.h"
 #include "wxInstantChooserPanel.h"
 #include "wxContourViewPanel.h"
+#include "wxThresholdPanel.h"
 
 
 
@@ -136,9 +137,7 @@ class wxContourMainFrame : public wxPanel {
 
        void setVectImages( std::vector<vtkImageData*> images );
 
-       bool configurePanels(wxAuiNotebook * theNoteBook );
-
-       void setNotebook( wxAuiNotebook * theNoteBook );
+       bool configurePanels( );
 
        wxAuiNotebook * createNotebook();
 
@@ -262,6 +261,10 @@ class wxContourMainFrame : public wxPanel {
 
        void onThreshold(int minVal, int maxVal);
 
+       bool onThresholdPanel(wxPanel* panel);
+
+//==================================================================================================== 
+
        void showAxis(bool show);
 
        void onRigidPressed();
@@ -336,6 +339,8 @@ private:
        wxArrayString m_perspectives;
         wxMenu* m_perspectives_menu;
    */
+
+               wxAuiNotebook * notebook;
         long m_notebook_style;
         long m_notebook_theme;
         int _numberOfVariablesStatistics;