]> Creatis software - creaContours.git/blob - lib/Interface_ManagerContour_NDimensions/wxContour_ActionCommandsID.h
fixes
[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         /*
23         const static char CREATE_TOOL                     = 'A'; //Manual contour
24         const static char CREATE_CONTOUR_KEY              = 'B'; //Manual contour
25         const static char DELETE_TOOL                     = 'C';
26         const static char DELETE_KEY                      = 'D';
27         const static char HIDE_TOOL                       = 'E';
28         const static char SHOW_TOOL                       = 'F';
29         const static char COPY_TOOL                       = 'G';
30         const static char PASTE_TOOL                      = 'H';
31         const static char CHANGE_TOOL                     = 'I';
32         const static char SPREAD_TOOL                     = 'J';
33         const static char SELECT_TOOL                     = 'K';
34         const static char EDIT_TOOL                       = 'L';
35         const static char UNDO_TOOL                       = 'M';
36         const static char REDO_TOOL                       = 'N';
37         const static char CREATE_PREDEFINED_4SIDED        = 'O';
38         const static char SAVE_TOOL                       = 'P';
39         const static char SAVE_KEY                        = 'Q';
40         const static char OPEN_TOOL                       = 'R';
41         const static char AUTOMATIQUESEGMENTATION_TOOL    = 'S';
42         const static char INFORMATIONCONTOUR_TOOL         = 'T';
43         const static char INTERFACECONFIGURATION_TOOL     = 'U';
44         const static char TEST_TOOL                       = 'V';
45       */
46       
47       /*
48       /// \TODO :  Try to find the right way to initialize static values.
49       
50         const   static wxString CREATE_TOOL                     = _T("A"); //Manual contour
51         const   static  wxString CREATE_CONTOUR_KEY             = _T("B"); //Manual contour
52         const   static wxString DELETE_TOOL                     = _T("C");
53         const   static  wxString DELETE_KEY                     = _T("D");
54         const   static  wxString HIDE_TOOL                      = _T("E");
55         const   static  wxString SHOW_TOOL                      = _T("F");
56         const   static wxString COPY_TOOL                       = _T("G");
57         const   static  wxString PASTE_TOOL                     = _T("H");
58         const   static wxString CHANGE_TOOL                     = _T("I");
59         const   static wxString SPREAD_TOOL                     = _T("J");
60         const   static wxString SELECT_TOOL                     = _T("K");
61         const   static wxString EDIT_TOOL                       = _T("L");
62         const   static wxString UNDO_TOOL                       = _T("M");
63         const   static wxString REDO_TOOL                       = _T("N");
64         const   static wxString CREATE_PREDEFINED_4SIDED        = _T("O");
65         const   static wxString SAVE_TOOL                       = _T("P");
66         const   static  wxString SAVE_KEY                       = _T("Q");
67         const   static wxString OPEN_TOOL                       = _T("R");
68         const   static wxString AUTOMATIQUESEGMENTATION_TOOL    = _T("S");
69         const   static wxString INFORMATIONCONTOUR_TOOL         = _T("T");
70         const   static wxString INTERFACECONFIGURATION_TOOL     = _T("U");
71         const   static wxString TEST_TOOL                       = _T("V");
72        */
73         
74         
75         
76         const static wxString CREATE_TOOL                    ; //Manual contour
77         const static wxString CREATE_CONTOUR_KEY             ; //Manual contour
78         const static wxString DELETE_TOOL                    ;
79         const static wxString DELETE_KEY                     ;
80         const static wxString HIDE_TOOL                      ;
81         const static wxString SHOW_TOOL                       ;
82         const static wxString COPY_TOOL                       ;
83         const static wxString PASTE_TOOL                      ;
84         const static wxString CHANGE_TOOL                     ;
85         const static wxString SPREAD_TOOL                     ;
86         const static wxString SELECT_TOOL                    ;
87         const static wxString EDIT_TOOL                      ;
88         const static wxString UNDO_TOOL                      ;
89         const static wxString REDO_TOOL                       ;
90         const static wxString CREATE_PREDEFINED_4SIDED        ;
91         const static wxString SAVE_TOOL                      ;
92         const static wxString SAVE_KEY                       ;
93         const static wxString OPEN_TOOL                      ;
94         const static wxString AUTOMATIQUESEGMENTATION_TOOL    ;
95         const static wxString INFORMATIONCONTOUR_TOOL        ;
96         const static wxString INTERFACECONFIGURATION_TOOL    ;
97         const static wxString TEST_TOOL                      ;  
98         
99         
100 };
101 #endif // __wxContour_ActionCommandsID_HEADER_FILE__
102  
103