X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FInterface_ManagerContour_NDimensions%2FwxInstantChooserPanel.h;h=c7b3b6548f9681f391d2d650471ba7895fd64cba;hb=07ae1a9cc1cbc7255a9387a6a209686840601088;hp=0aceae3162f0d27e44ddac1aa71255554f9f5afc;hpb=192dfdf774a06066eff90e9c50916723c8592706;p=creaContours.git diff --git a/lib/Interface_ManagerContour_NDimensions/wxInstantChooserPanel.h b/lib/Interface_ManagerContour_NDimensions/wxInstantChooserPanel.h index 0aceae3..c7b3b65 100644 --- a/lib/Interface_ManagerContour_NDimensions/wxInstantChooserPanel.h +++ b/lib/Interface_ManagerContour_NDimensions/wxInstantChooserPanel.h @@ -76,7 +76,7 @@ class wxInstantChooserPanel : public wxPanel { //------------------------------------------------------------------------------------------------------------ void onResolutionSlider( wxScrollEvent& event ); - void onChechBoxClicked( wxCommandEvent& event ); + void onCheckBoxClicked( wxCommandEvent& event ); void onConceptRelease( wxCommandEvent& event ); //------------------------------------------------------------------------------------------------------------ @@ -123,6 +123,10 @@ class wxInstantChooserPanel : public wxPanel { bool getIfConceptCheckedAt( std::string theConceptName, int atChecksPosition ); + void onChangeInstant( wxCommandEvent& event ); + + void addConcepts(std::vector conceptNameVect,std::vector conceptSizeVect); + private: //------------------------------------------------------------------------------------------------------------ // Private methods