X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FInterface_ManagerContour_NDimensions%2FwxContour_ActionCommandsID.h;h=61686040774b265e4e490d02a398f599661f8e3a;hb=77f21608451e8a93830582d7d792671552c25958;hp=aa03ac1fc92a59fe2c1d1ea18715622a9cd61c04;hpb=23633c5496dd702cc9b332468f5daba67d608aca;p=creaContours.git diff --git a/lib/Interface_ManagerContour_NDimensions/wxContour_ActionCommandsID.h b/lib/Interface_ManagerContour_NDimensions/wxContour_ActionCommandsID.h index aa03ac1..6168604 100644 --- a/lib/Interface_ManagerContour_NDimensions/wxContour_ActionCommandsID.h +++ b/lib/Interface_ManagerContour_NDimensions/wxContour_ActionCommandsID.h @@ -19,28 +19,28 @@ class wxContour_ActionCommandsID { //------------------------------------------------------------------------------------------------------------ // Attributtes //------------------------------------------------------------------------------------------------------------ - const static char CREATE_TOOL = 'A'; //Manual contour - const static char CREATE_CONTOUR_KEY = 'B'; //Manual contour - const static char DELETE_TOOL = 'C'; - const static char DELETE_KEY = 'D'; - const static char HIDE_TOOL = 'E'; - const static char SHOW_TOOL = 'F'; - const static char COPY_TOOL = 'G'; - const static char PASTE_TOOL = 'H'; - const static char CHANGE_TOOL = 'I'; - const static char SPREAD_TOOL = 'J'; - const static char SELECT_TOOL = 'K'; - const static char EDIT_TOOL = 'L'; - const static char UNDO_TOOL = 'M'; - const static char REDO_TOOL = 'N'; - const static char CREATE_PREDEFINED_4SIDED = 'O'; - const static char SAVE_TOOL = 'P'; - const static char SAVE_KEY = 'Q'; - const static char OPEN_TOOL = 'R'; - const static char AUTOMATIQUESEGMENTATION_TOOL = 'S'; - const static char INFORMATIONCONTOUR_TOOL = 'T'; - const static char INTERFACECONFIGURATION_TOOL = 'U'; - const static char TEST_TOOL = 'V'; + const static char CREATE_TOOL = 'A'; //Manual contour + const static char CREATE_CONTOUR_KEY = 'B'; //Manual contour + const static char DELETE_TOOL = 'C'; + const static char DELETE_KEY = 'D'; + const static char HIDE_TOOL = 'E'; + const static char SHOW_TOOL = 'F'; + const static char COPY_TOOL = 'G'; + const static char PASTE_TOOL = 'H'; + const static char CHANGE_TOOL = 'I'; + const static char SPREAD_TOOL = 'J'; + const static char SELECT_TOOL = 'K'; + const static char EDIT_TOOL = 'L'; + const static char UNDO_TOOL = 'M'; + const static char REDO_TOOL = 'N'; + const static char CREATE_PREDEFINED_4SIDED = 'O'; + const static char SAVE_TOOL = 'P'; + const static char SAVE_KEY = 'Q'; + const static char OPEN_TOOL = 'R'; + const static char AUTOMATIQUESEGMENTATION_TOOL = 'S'; + const static char INFORMATIONCONTOUR_TOOL = 'T'; + const static char INTERFACECONFIGURATION_TOOL = 'U'; + const static char TEST_TOOL = 'V'; };