]> 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 8b26d4bdfac982fc6872b88464e1cd06cc85a6b8..32362276d2ff19f94e4bce6686bc5793af6ccd22 100644 (file)
@@ -161,6 +161,9 @@ class wxVtkBaseView_SceneManager : public InteractorStyleMaracas {
 //JCP 21 - 09 - 08
        bool isEditableCControler(std::string theKeyName);
        void deleteCViewerCControler(std::string theKeyName);
+       bool isCtrlPressed();
+       bool isShiftPressed();
+       char getLastKeyCode();
 private:
        //------------------------------------------------------------------------------------------------------------
        //  Private methods
@@ -201,7 +204,9 @@ private:
        manualViewRoi                   *_viewerSelectionROI;
        manualContourModel              *_modelSelectionROI;
        double                                  _widthOfContour;
-       
+
+       bool _ctrlKey;
+       bool _shiftKey;
 };
 #endif // __wxVtkBaseView_SceneManager_HEADER_FILE__