X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FInterface_ManagerContour_NDimensions%2FwxInstantChooserPanel.h;h=4deb5c15b867570544a276b78a6d9aa7044ac4cf;hb=refs%2Fheads%2Fvtk8itk4wx3-mingw64;hp=1f930e7d8884d3297a4e7711fd0a911d040f9c29;hpb=507a00d9d7800568d6e8ae91905f2b07cd2b30ae;p=creaContours.git diff --git a/lib/Interface_ManagerContour_NDimensions/wxInstantChooserPanel.h b/lib/Interface_ManagerContour_NDimensions/wxInstantChooserPanel.h index 1f930e7..4deb5c1 100644 --- a/lib/Interface_ManagerContour_NDimensions/wxInstantChooserPanel.h +++ b/lib/Interface_ManagerContour_NDimensions/wxInstantChooserPanel.h @@ -119,37 +119,21 @@ class wxInstantChooserPanel : public wxPanel { //------------------------------------------------------------------------------------------------------------ void setInstant(std::vector choiceInstant); - void setInstant(std::map* _actualInstant ); - void getInstant(std::vector & choiceInstant); - void getInstantData(std::map & choiceInstantData); - std::map* 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 conceptNameVect,std::vector 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 * _concepts; - - wxConceptControl * _lastConceptUpdated; - - wxSlider * _resolutionSlider; - - wxFlexGridSizer * _outSizer; - - bool _orientation; - - bool _resolutionOverALL; - - std::map* _actualInstant; - - std::vector _verticalMaxSelected; - - wxEvtHandler * _eventHandler; - - std::string _configuration; + std::vector *_concepts; + wxConceptControl *_lastConceptUpdated; + wxSlider *_resolutionSlider; + wxFlexGridSizer *_outSizer; + bool _orientation; + bool _resolutionOverALL; + std::map *_actualInstant; + std::vector _verticalMaxSelected; + wxEvtHandler *_eventHandler; + std::string _configuration; - //DECLARE_CLASS(wxInstantChooserPanel) // any class wishing to process wxWindows events must use this macro //DECLARE_EVENT_TABLE() - }; - #endif