]> Creatis software - creaContours.git/blobdiff - lib/Interface_ManagerContour_NDimensions/wxContourMainFrame.h
*** empty log message ***
[creaContours.git] / lib / Interface_ManagerContour_NDimensions / wxContourMainFrame.h
index 0bcb36cdab92826964598359697df408eba419e5..ffad5e36ad5633dbec8f7cb85b3f69565226307a 100644 (file)
@@ -28,8 +28,6 @@
 #include "wxInstantChooserPanel.h"
 #include "wxContourViewPanel.h"
 
-
-
 //#include "ContourWorkspace.h"
 #include "ContourExtractData.h"
 #include "PerformingOperation.h"
@@ -136,9 +134,9 @@ class wxContourMainFrame : public wxPanel {
 
        void setVectImages( std::vector<vtkImageData*> images );
 
-       bool configurePanels(wxAuiNotebook * theNoteBook );
+       bool configurePanels( );
 
-       void setNotebook( wxAuiNotebook * theNoteBook );
+       bool addNewPanel(wxPanel* panel);
 
        wxAuiNotebook * createNotebook();
 
@@ -259,9 +257,10 @@ class wxContourMainFrame : public wxPanel {
 
        //AD
        void onMirror();
-
        void onThreshold(int minVal, int maxVal);
 
+//==================================================================================================== 
+
        void showAxis(bool show);
 
        void onRigidPressed();
@@ -336,6 +335,8 @@ private:
        wxArrayString m_perspectives;
         wxMenu* m_perspectives_menu;
    */
+
+               wxAuiNotebook * notebook;
         long m_notebook_style;
         long m_notebook_theme;
         int _numberOfVariablesStatistics;