]> Creatis software - creaContours.git/blobdiff - lib/Interface_ManagerContour_NDimensions/wxInstantChooserPanel.h
#3327 creaContours Feature New Normal - Jump Slice
[creaContours.git] / lib / Interface_ManagerContour_NDimensions / wxInstantChooserPanel.h
index 1f930e7d8884d3297a4e7711fd0a911d040f9c29..4deb5c15b867570544a276b78a6d9aa7044ac4cf 100644 (file)
@@ -119,37 +119,21 @@ class wxInstantChooserPanel : public wxPanel {
        //------------------------------------------------------------------------------------------------------------
        
        void setInstant(std::vector<int> choiceInstant);
-       
        void setInstant(std::map<std::string,int>* _actualInstant );
-
        void getInstant(std::vector<int> & choiceInstant);
-
        void getInstantData(std::map<std::string,int> & choiceInstantData);
-
        std::map<std::string,int>* getInstantData();
-
        void setResolutionRangeWithLasUpdate();
-
        void refreshConceptLabels();
-
        void setConfiguration(std::string aConfiguration);
-
        std::string getConfiguration();
-       
        void setResolutionOverAll( bool condition );
-
        bool getIfResolutionOverAll();
-
        void setConceptValue( std::string theConceptName, int theValue );
-
        int getConceptValue( std::string theConceptName );
-
        ConceptDataWrap * getConceptDataOf( std::string theConceptName );
-
        bool getIfConceptCheckedAt( std::string theConceptName, int atChecksPosition );
-
        void onChangeInstant( wxCommandEvent& event );
-
        void addConcepts(std::vector<std::string> conceptNameVect,std::vector<int> conceptSizeVect);
 
        private:
@@ -157,40 +141,26 @@ class wxInstantChooserPanel : public wxPanel {
        //  Private methods
        //------------------------------------------------------------------------------------------------------------
        void initializeResolutionSlider();
-
        void changeResolutionAtConceptControl( wxConceptControl * theConceptToUpdate );
-
        void setVerticalMaxSelectedNums( std::string groupMaxVertNums );
 
        //------------------------------------------------------------------------------------------------------------
        // Attributtes
        //------------------------------------------------------------------------------------------------------------
 
-       std::vector<wxConceptControl *> * _concepts;
-
-       wxConceptControl * _lastConceptUpdated;
-
-       wxSlider * _resolutionSlider;
-
-       wxFlexGridSizer * _outSizer;
-
-       bool _orientation;
-
-       bool _resolutionOverALL;
-       
-       std::map<std::string,int>* _actualInstant;
-
-       std::vector<int> _verticalMaxSelected;
-       
-       wxEvtHandler * _eventHandler;
-
-       std::string _configuration;
+       std::vector<wxConceptControl *> *_concepts;
+       wxConceptControl                                *_lastConceptUpdated;
+       wxSlider                                                *_resolutionSlider;
+       wxFlexGridSizer                                 *_outSizer;
+       bool                                                    _orientation;
+       bool                                                    _resolutionOverALL;
+       std::map<std::string,int>               *_actualInstant;
+       std::vector<int>                                _verticalMaxSelected;
+       wxEvtHandler                                    *_eventHandler;
+       std::string                                     _configuration;
     
-
        //DECLARE_CLASS(wxInstantChooserPanel)
        // any class wishing to process wxWindows events must use this macro
        //DECLARE_EVENT_TABLE()
-
 };
-
 #endif