X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FInterface_ManagerContour_NDimensions%2FwxContour_ActionCommandsID.h;h=6731a0fdef1190e740e75a8918b4fb84db5adb4c;hb=2ddb9de651984bea4376da16a35e2f02a78a76c0;hp=5319432142635b6d7a6399b429af5eabbdead99c;hpb=89db06fc8f04c54d2cee1b07a5abe3ac7ee6cf65;p=creaContours.git diff --git a/lib/Interface_ManagerContour_NDimensions/wxContour_ActionCommandsID.h b/lib/Interface_ManagerContour_NDimensions/wxContour_ActionCommandsID.h index 5319432..6731a0f 100644 --- a/lib/Interface_ManagerContour_NDimensions/wxContour_ActionCommandsID.h +++ b/lib/Interface_ManagerContour_NDimensions/wxContour_ActionCommandsID.h @@ -15,35 +15,38 @@ class wxContour_ActionCommandsID { //------------------------------------------------------------------------------------------------------------ // Constructors & Destructors //------------------------------------------------------------------------------------------------------------ - + wxContour_ActionCommandsID(); + ~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; //Manual contour + const static char CREATE_CONTOUR_KEY; //Manual contour + const static char DELETE_TOOL; + const static char DELETE_KEY ; + const static char HIDE_TOOL ; + const static char SHOW_TOOL ; + const static char COPY_TOOL ; + const static char PASTE_TOOL ; + const static char CHANGE_TOOL; + const static char SPREAD_TOOL; + const static char SELECT_TOOL; + const static char EDIT_TOOL ; + const static char UNDO_TOOL ; + const static char REDO_TOOL ; + const static char CREATE_PREDEFINED_4SIDED; + const static char SAVE_TOOL ; + const static char SAVE_KEY ; + const static char OPEN_TOOL ; + const static char AUTOMATIQUESEGMENTATION_TOOL; + const static char INFORMATIONCONTOUR_TOOL ; + const static char INTERFACECONFIGURATION_TOOL; + const static char TEST_TOOL ; const static char * TOOL_CODES[]; }; + + #endif // __wxContour_ActionCommandsID_HEADER_FILE__