00001 #ifndef __wxContour_ActionCommandsID_h_INCLUDED_H__ 00002 #define __wxContour_ActionCommandsID_h_INCLUDED_H__ 00003 00004 //--------------------------------------------------------------------------------------------------------- 00005 // Includes 00006 //------------------------------------------------------------------------------------------------------------ 00007 00008 //------------------------------------------------------------------------------------------------------------ 00009 // Class definition 00010 //------------------------------------------------------------------------------------------------------------ 00011 class wxContour_ActionCommandsID { 00012 00013 public: 00014 00015 //------------------------------------------------------------------------------------------------------------ 00016 // Constructors & Destructors 00017 //------------------------------------------------------------------------------------------------------------ 00018 wxContour_ActionCommandsID(); 00019 ~wxContour_ActionCommandsID(); 00020 //------------------------------------------------------------------------------------------------------------ 00021 // Attributtes 00022 //------------------------------------------------------------------------------------------------------------ 00023 const static char CREATE_TOOL; //Manual contour 00024 const static char CREATE_CONTOUR_KEY; //Manual contour 00025 const static char DELETE_TOOL; 00026 const static char DELETE_KEY ; 00027 const static char HIDE_TOOL ; 00028 const static char SHOW_TOOL ; 00029 const static char COPY_TOOL ; 00030 const static char PASTE_TOOL ; 00031 const static char CHANGE_TOOL; 00032 const static char SPREAD_TOOL; 00033 const static char SELECT_TOOL; 00034 const static char EDIT_TOOL ; 00035 const static char UNDO_TOOL ; 00036 const static char REDO_TOOL ; 00037 const static char CREATE_PREDEFINED_4SIDED; 00038 const static char SAVE_TOOL ; 00039 const static char SAVE_KEY ; 00040 const static char OPEN_TOOL ; 00041 const static char AUTOMATIQUESEGMENTATION_TOOL; 00042 const static char INFORMATIONCONTOUR_TOOL ; 00043 const static char INTERFACECONFIGURATION_TOOL; 00044 const static char TEST_TOOL ; 00045 00046 const static char * TOOL_CODES[]; 00047 }; 00048 00049 00050 #endif // __wxContour_ActionCommandsID_HEADER_FILE__ 00051 00052