]> Creatis software - creaContours.git/blob - lib/Interface_ManagerContour_NDimensions/wxContour_ActionCommandsID.h
Feature #1772 Add licence terms for all files.
[creaContours.git] / lib / Interface_ManagerContour_NDimensions / wxContour_ActionCommandsID.h
1 /*# ---------------------------------------------------------------------
2 #
3 # Copyright (c) CREATIS (Centre de Recherche en Acquisition et Traitement de l'Image
4 #                        pour la Sant�)
5 # Authors : Eduardo Davila, Frederic Cervenansky, Claire Mouton
6 # Previous Authors : Laurent Guigues, Jean-Pierre Roux
7 # CreaTools website : www.creatis.insa-lyon.fr/site/fr/creatools_accueil
8 #
9 #  This software is governed by the CeCILL-B license under French law and
10 #  abiding by the rules of distribution of free software. You can  use,
11 #  modify and/ or redistribute the software under the terms of the CeCILL-B
12 #  license as circulated by CEA, CNRS and INRIA at the following URL
13 #  http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html
14 #  or in the file LICENSE.txt.
15 #
16 #  As a counterpart to the access to the source code and  rights to copy,
17 #  modify and redistribute granted by the license, users are provided only
18 #  with a limited warranty  and the software's author,  the holder of the
19 #  economic rights,  and the successive licensors  have only  limited
20 #  liability.
21 #
22 #  The fact that you are presently reading this means that you have had
23 #  knowledge of the CeCILL-B license and that you accept its terms.
24 # ------------------------------------------------------------------------ */
25
26 #ifndef __wxContour_ActionCommandsID_h_INCLUDED_H__
27 #define __wxContour_ActionCommandsID_h_INCLUDED_H__
28
29 //---------------------------------------------------------------------------------------------------------
30 // Includes
31 //------------------------------------------------------------------------------------------------------------
32
33 //------------------------------------------------------------------------------------------------------------
34 // Class definition
35 //------------------------------------------------------------------------------------------------------------
36 class wxContour_ActionCommandsID {
37
38         public:
39
40         //------------------------------------------------------------------------------------------------------------
41         // Constructors & Destructors
42         //------------------------------------------------------------------------------------------------------------
43         wxContour_ActionCommandsID();
44         ~wxContour_ActionCommandsID();
45         //------------------------------------------------------------------------------------------------------------
46         // Attributtes
47         //------------------------------------------------------------------------------------------------------------
48         const static char CREATE_TOOL; //Manual contour
49         const static char CREATE_CONTOUR_KEY; //Manual contour
50         const static char DELETE_TOOL;
51         const static char DELETE_KEY ;
52         const static char HIDE_TOOL  ;
53         const static char SHOW_TOOL  ;
54         const static char COPY_TOOL  ;
55         const static char PASTE_TOOL ;
56         const static char CHANGE_TOOL;
57         const static char SPREAD_TOOL;
58         const static char SELECT_TOOL;
59         const static char EDIT_TOOL  ;
60         const static char UNDO_TOOL ;
61         const static char REDO_TOOL               ;
62         const static char CREATE_PREDEFINED_4SIDED;
63         const static char SAVE_TOOL               ;
64         const static char SAVE_KEY               ;
65         const static char OPEN_TOOL              ;
66         const static char AUTOMATIQUESEGMENTATION_TOOL;
67         const static char INFORMATIONCONTOUR_TOOL    ;
68         const static char INTERFACECONFIGURATION_TOOL;
69         const static char TEST_TOOL                  ;
70
71         const static char * TOOL_CODES[];
72 };
73
74
75 #endif // __wxContour_ActionCommandsID_HEADER_FILE__
76  
77