#ifndef __wxContour_ActionCommandsID_h_INCLUDED_H__ #define __wxContour_ActionCommandsID_h_INCLUDED_H__ //--------------------------------------------------------------------------------------------------------- // Includes //------------------------------------------------------------------------------------------------------------ //------------------------------------------------------------------------------------------------------------ // Class definition //------------------------------------------------------------------------------------------------------------ class wxContour_ActionCommandsID { public: //------------------------------------------------------------------------------------------------------------ // Constructors & Destructors //------------------------------------------------------------------------------------------------------------ //------------------------------------------------------------------------------------------------------------ // 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 * TOOL_CODES[]; }; #endif // __wxContour_ActionCommandsID_HEADER_FILE__