#ifndef __wxContour_ActionCommandsID_h_INCLUDED_H__ #define __wxContour_ActionCommandsID_h_INCLUDED_H__ //--------------------------------------------------------------------------------------------------------- // Includes //------------------------------------------------------------------------------------------------------------ //------------------------------------------------------------------------------------------------------------ // Class definition //------------------------------------------------------------------------------------------------------------ class wxContour_ActionCommandsID { public: //------------------------------------------------------------------------------------------------------------ // Constructors & Destructors //------------------------------------------------------------------------------------------------------------ wxContour_ActionCommandsID(); ~wxContour_ActionCommandsID(); //------------------------------------------------------------------------------------------------------------ // Attributtes //------------------------------------------------------------------------------------------------------------ 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__