X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FInterface_ManagerContour_NDimensions%2FwxVtkBaseView_SceneManager.h;h=32362276d2ff19f94e4bce6686bc5793af6ccd22;hb=99c30d2b8b911d2b923ca173285041d2b077d770;hp=49d2ca69ec830bb0e0cd71445dc79ed3ae3247f9;hpb=192dfdf774a06066eff90e9c50916723c8592706;p=creaContours.git diff --git a/lib/Interface_ManagerContour_NDimensions/wxVtkBaseView_SceneManager.h b/lib/Interface_ManagerContour_NDimensions/wxVtkBaseView_SceneManager.h index 49d2ca6..3236227 100644 --- a/lib/Interface_ManagerContour_NDimensions/wxVtkBaseView_SceneManager.h +++ b/lib/Interface_ManagerContour_NDimensions/wxVtkBaseView_SceneManager.h @@ -158,7 +158,12 @@ class wxVtkBaseView_SceneManager : public InteractorStyleMaracas { void GetImageDataRange( double *range ); void SetWidthContour(double width); - +//JCP 21 - 09 - 08 + bool isEditableCControler(std::string theKeyName); + void deleteCViewerCControler(std::string theKeyName); + bool isCtrlPressed(); + bool isShiftPressed(); + char getLastKeyCode(); private: //------------------------------------------------------------------------------------------------------------ // Private methods @@ -199,7 +204,9 @@ private: manualViewRoi *_viewerSelectionROI; manualContourModel *_modelSelectionROI; double _widthOfContour; - + + bool _ctrlKey; + bool _shiftKey; }; #endif // __wxVtkBaseView_SceneManager_HEADER_FILE__