]> Creatis software - bbtkGEditor.git/blob - lib/EditorGraphicBBS/bbsKernelEditorGraphic/GlobalConstants.h
Actual Version : It is possible to define, to create and to save a complex box ....
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsKernelEditorGraphic / GlobalConstants.h
1 /*=========================================================================                                                                               
2 Program:   bbtk
3 Module:    $RCSfile$
4 Language:  C++
5 Date:      $Date$
6 Version:   $Revision$
7 =========================================================================*/
8
9 /* ---------------------------------------------------------------------
10
11 * Copyright (c) CREATIS-LRMN (Centre de Recherche en Imagerie Medicale)
12 * Authors : Eduardo Davila, Laurent Guigues, Jean-Pierre Roux
13 *
14 *  This software is governed by the CeCILL-B license under French law and 
15 *  abiding by the rules of distribution of free software. You can  use, 
16 *  modify and/ or redistribute the software under the terms of the CeCILL-B 
17 *  license as circulated by CEA, CNRS and INRIA at the following URL 
18 *  http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html 
19 *  or in the file LICENSE.txt.
20 *
21 *  As a counterpart to the access to the source code and  rights to copy,
22 *  modify and redistribute granted by the license, users are provided only
23 *  with a limited warranty  and the software's author,  the holder of the
24 *  economic rights,  and the successive licensors  have only  limited
25 *  liability. 
26 *
27 *  The fact that you are presently reading this means that you have had
28 *  knowledge of the CeCILL-B license and that you accept its terms.
29 * ------------------------------------------------------------------------ */                                                                         
30
31
32
33 /**
34 *  \file 
35 *  \brief  bbtk::GlobalConstants
36 */
37
38
39
40 #ifndef __GlobalConstants_h__
41 #define __GlobalConstants_h__
42
43 namespace bbtk
44 {
45
46         // Object types
47         const int GBLACKBOX                                     =       1;
48         const int GCONNECTOR                            =       2;
49         const int GPORT                                         =       3;
50         const int GINPUTPORT                            =       4;
51         const int GOUTPUTPORT                           =       5;
52         const int GCOMPLEXINPUTPORT                     =       6;
53         const int GCOMPLEXOUTPUTPORT            =       7;
54
55         // Object states
56         const int NOTHING_HAPPENS                       =       101;
57         const int HIGHLIGHTED                           =       102;
58         const int CLICKED                                       =       103;
59         const int DRAG                                          =       104;
60         const int SELECTED                                      =       105;
61         const int CREATING_CONTOUR                      =       106;
62
63         // Object dimensions
64         const double BOX_HEIGHT                         =       10;
65         const double BOX_WIDTH                          =       100;
66         const double PORT_HEIGHT                        =       2.8;
67         const double PORT_WIDTH                         =       2.8;
68         const double COMPLEXPORT_HEIGHT         =       6;
69         const double COMPLEXPORT_WIDTH          =       6;
70
71         // Commands
72         const int NO_COMMAND                            =       201;
73         const int INIT_CREATION_CONTOUR         =       202;
74         const int FIN_CREATION_CONTOUR          =       203;
75         const int ADD_TO_SELECTED                       =       204;
76         const int DRAG_OBJECTS                          =       205;
77         const int EDIT_BLACKBOX                         =       206;
78         
79         
80         //// COLORS (object_state_(R|G|B))
81
82         //Object Border colors
83
84         const double BOXBORDER_NH_R                                     =       0.5;
85         const double BOXBORDER_NH_G                                     =       0.25;
86         const double BOXBORDER_NH_B                                     =       0.0;
87
88         const double COMPLEXINPUTPORTBORDER_NH_R        =       0.7;
89         const double COMPLEXINPUTPORTBORDER_NH_G        =       0.1;
90         const double COMPLEXINPUTPORTBORDER_NH_B        =       0.1;
91
92         const double COMPLEXOUTPUTPORTBORDER_NH_R       =       0.3;
93         const double COMPLEXOUTPUTPORTBORDER_NH_G       =       0.55;
94         const double COMPLEXOUTPUTPORTBORDER_NH_B       =       0.1;
95
96         const double BOXBORDER_HIGHLIGHTED_R            =       0.05;
97         const double BOXBORDER_HIGHLIGHTED_G            =       0.25;
98         const double BOXBORDER_HIGHLIGHTED_B            =       0.45;
99
100         const double BOXBORDER_DRAG_R                           =       0.75;
101         const double BOXBORDER_DRAG_G                           =       0.75;
102         const double BOXBORDER_DRAG_B                           =       0.75;
103         
104         const double BOXBORDER_SELECTED_R                       =       0.45;
105         const double BOXBORDER_SELECTED_G                       =       0.45;
106         const double BOXBORDER_SELECTED_B                       =       0.00;
107
108
109         //Object Fill colors
110
111         const double BOXFILL_NH_R                               =       0.5;
112         const double BOXFILL_NH_G                               =       0.35;
113         const double BOXFILL_NH_B                               =       0.15;
114
115         const double COMPLEXINPUTPORTFILL_NH_R  =       0.8;
116         const double COMPLEXINPUTPORTFILL_NH_G  =       0.1;
117         const double COMPLEXINPUTPORTFILL_NH_B  =       0.1;
118
119         const double COMPLEXOUTPUTPORTFILL_NH_R =       0.5;
120         const double COMPLEXOUTPUTPORTFILL_NH_G =       0.85;
121         const double COMPLEXOUTPUTPORTFILL_NH_B =       0.1;
122
123         const double BOXFILL_HIGHLIGHTED_R              =       0.05;
124         const double BOXFILL_HIGHLIGHTED_G              =       0.30;
125         const double BOXFILL_HIGHLIGHTED_B              =       0.45;
126
127         const double BOXFILL_DRAG_R                             =       0.75;
128         const double BOXFILL_DRAG_G                             =       0.75;
129         const double BOXFILL_DRAG_B                             =       0.75;
130         
131         const double BOXFILL_SELECTED_R                 =       0.65;
132         const double BOXFILL_SELECTED_G                 =       0.65;
133         const double BOXFILL_SELECTED_B                 =       0.05;
134
135
136         //Object Text colors
137
138         const double BOXTEXT_NH_R                               =       0.25;
139         const double BOXTEXT_NH_G                               =       0.0;
140         const double BOXTEXT_NH_B                               =       0.0;
141
142         const double BOXTEXT_HIGHLIGHTED_R              =       0.05;
143         const double BOXTEXT_HIGHLIGHTED_G              =       0.05;
144         const double BOXTEXT_HIGHLIGHTED_B              =       0.4;
145
146         const double BOXTEXT_DRAG_R                             =       0.75;
147         const double BOXTEXT_DRAG_G                             =       0.75;
148         const double BOXTEXT_DRAG_B                             =       0.75;
149
150         const double BOXTEXT_SELECTED_R                 =       0.35;
151         const double BOXTEXT_SELECTED_G                 =       0.35;
152         const double BOXTEXT_SELECTED_B                 =       0.05;
153
154         // Id's
155         const int ID_NEW                                                =       1000;
156         const int ID_SAVE_AS_DIAGRAM                    =       1001;
157         const int ID_OPEN                                               =       1002;
158         const int ID_RUN                                                =       1003;
159         const int ID_DELETEALL                                  =       1004;
160         const int ID_CENTERVIEW                                 =       1005;
161         const int ID_BTNCOMPLEXBOX                              =       1006;
162         const int ID_ADDCOMPLEXBOXINPUT                 =       1007;
163         const int ID_ADDCOMPLEXBOXOUTPUT                =       1008;
164         const int ID_SAVE_AS_BBS                                =       1009;
165         const int ID_SAVE_AS_COMPLEXBOX                 =       1010;
166
167         const int wxID_NOTEBOOK                                 =       1012;
168 }
169 // namespace bbtk
170 #endif
171