X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=lib%2FInterface_ManagerContour_NDimensions%2FwxContourViewPanel.cxx;h=428fcecf9e0858b42393d39d093ce2e3c82f71ff;hb=99c30d2b8b911d2b923ca173285041d2b077d770;hp=1394bfaf953a9f8fe062906eafed785df40ad701;hpb=9f3ce26fe4bcc20f4927bec7ec25de8787ca2a1d;p=creaContours.git diff --git a/lib/Interface_ManagerContour_NDimensions/wxContourViewPanel.cxx b/lib/Interface_ManagerContour_NDimensions/wxContourViewPanel.cxx index 1394bfa..428fcec 100644 --- a/lib/Interface_ManagerContour_NDimensions/wxContourViewPanel.cxx +++ b/lib/Interface_ManagerContour_NDimensions/wxContourViewPanel.cxx @@ -304,7 +304,7 @@ DEFINE_EVENT_TYPE( wxINSTANT_CHANGE ) //} //JCP 26 - 11 - 08 - } + } /** * Handles the event wxEVT_TSBAR_START from the horizontal bar */ @@ -324,7 +324,7 @@ DEFINE_EVENT_TYPE( wxINSTANT_CHANGE ) */ void wxContourViewPanel :: onSelectionEnd_Horizontal(wxCommandEvent& event) { - + } /** * Handles the event wxEVT_TSBAR_MOVED from the horizontal bar @@ -378,14 +378,14 @@ DEFINE_EVENT_TYPE( wxINSTANT_CHANGE ) */ void wxContourViewPanel :: onStartChange_Bar_Vertical(wxCommandEvent& event) { - int nxStart_v = getStartVertical(); +// int nxStart_v = getStartVertical(); } /** * Handles the event wxEVT_TSBAR_END from the vertical bar */ void wxContourViewPanel :: onEndChange_Bar_Vertical(wxCommandEvent& event) { - int nxEnd_v = getEndVertical(); +// int nxEnd_v = getEndVertical(); } /** * Handles the event wxEVT_SELECTION_END from the vertical bar @@ -399,8 +399,8 @@ DEFINE_EVENT_TYPE( wxINSTANT_CHANGE ) */ void wxContourViewPanel :: onMovedBar_Vertical(wxCommandEvent& event) { - int nxStart_v = getStartVertical(); - int nxEnd_v = getEndVertical(); +// int nxStart_v = getStartVertical(); +// int nxEnd_v = getEndVertical(); } @@ -694,7 +694,7 @@ DEFINE_EVENT_TYPE( wxINSTANT_CHANGE ) std::vector currentSelection = _sceneManager->getSelectedObjects(); - int elementsSelected = currentSelection.size(); +// int elementsSelected = currentSelection.size(); bool ctrlKey = _sceneManager->isCtrlPressed(); char toolCommand = _sceneManager->getLastKeyCode();