]> Creatis software - creaContours.git/blobdiff - lib/Interface_ManagerContour_NDimensions/wxVtkBaseView_SceneManager.h
*** empty log message ***
[creaContours.git] / lib / Interface_ManagerContour_NDimensions / wxVtkBaseView_SceneManager.h
index 49d2ca69ec830bb0e0cd71445dc79ed3ae3247f9..32362276d2ff19f94e4bce6686bc5793af6ccd22 100644 (file)
@@ -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__