]> Creatis software - creaContours.git/blob - lib/Interface_ManagerContour_NDimensions/wxContour_ActionCommandsID.h
Revert to version pre-16h30
[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                 
19         //------------------------------------------------------------------------------------------------------------
20         // Attributtes
21         //------------------------------------------------------------------------------------------------------------
22         const static char CREATE_TOOL                     = 'A'; //Manual contour
23         const static char CREATE_CONTOUR_KEY              = 'B'; //Manual contour
24         const static char DELETE_TOOL                     = 'C';
25         const static char DELETE_KEY                      = 'D';
26         const static char HIDE_TOOL                       = 'E';
27         const static char SHOW_TOOL                       = 'F';
28         const static char COPY_TOOL                       = 'G';
29         const static char PASTE_TOOL                      = 'H';
30         const static char CHANGE_TOOL                     = 'I';
31         const static char SPREAD_TOOL                     = 'J';
32         const static char SELECT_TOOL                     = 'K';
33         const static char EDIT_TOOL                       = 'L';
34         const static char UNDO_TOOL                       = 'M';
35         const static char REDO_TOOL                       = 'N';
36         const static char CREATE_PREDEFINED_4SIDED        = 'O';
37         const static char SAVE_TOOL                       = 'P';
38         const static char SAVE_KEY                        = 'Q';
39         const static char OPEN_TOOL                       = 'R';
40         const static char AUTOMATIQUESEGMENTATION_TOOL    = 'S';
41         const static char INFORMATIONCONTOUR_TOOL         = 'T';
42         const static char INTERFACECONFIGURATION_TOOL     = 'U';
43         const static char TEST_TOOL                       = 'V';
44
45         
46 };
47 #endif // __wxContour_ActionCommandsID_HEADER_FILE__
48  
49