]> Creatis software - creaContours.git/blob - lib/Interface_ManagerContour_NDimensions/wxContour_ActionCommandsID.h
6731a0fdef1190e740e75a8918b4fb84db5adb4c
[creaContours.git] / lib / Interface_ManagerContour_NDimensions / wxContour_ActionCommandsID.h
1 #ifndef __wxContour_ActionCommandsID_h_INCLUDED_H__
2 #define __wxContour_ActionCommandsID_h_INCLUDED_H__
3
4 //---------------------------------------------------------------------------------------------------------
5 // Includes
6 //------------------------------------------------------------------------------------------------------------
7
8 //------------------------------------------------------------------------------------------------------------
9 // Class definition
10 //------------------------------------------------------------------------------------------------------------
11 class wxContour_ActionCommandsID {
12
13         public:
14
15         //------------------------------------------------------------------------------------------------------------
16         // Constructors & Destructors
17         //------------------------------------------------------------------------------------------------------------
18         wxContour_ActionCommandsID();
19         ~wxContour_ActionCommandsID();
20         //------------------------------------------------------------------------------------------------------------
21         // Attributtes
22         //------------------------------------------------------------------------------------------------------------
23         const static char CREATE_TOOL; //Manual contour
24         const static char CREATE_CONTOUR_KEY; //Manual contour
25         const static char DELETE_TOOL;
26         const static char DELETE_KEY ;
27         const static char HIDE_TOOL  ;
28         const static char SHOW_TOOL  ;
29         const static char COPY_TOOL  ;
30         const static char PASTE_TOOL ;
31         const static char CHANGE_TOOL;
32         const static char SPREAD_TOOL;
33         const static char SELECT_TOOL;
34         const static char EDIT_TOOL  ;
35         const static char UNDO_TOOL ;
36         const static char REDO_TOOL               ;
37         const static char CREATE_PREDEFINED_4SIDED;
38         const static char SAVE_TOOL               ;
39         const static char SAVE_KEY               ;
40         const static char OPEN_TOOL              ;
41         const static char AUTOMATIQUESEGMENTATION_TOOL;
42         const static char INFORMATIONCONTOUR_TOOL    ;
43         const static char INTERFACECONFIGURATION_TOOL;
44         const static char TEST_TOOL                  ;
45
46         const static char * TOOL_CODES[];
47 };
48
49
50 #endif // __wxContour_ActionCommandsID_HEADER_FILE__
51  
52