]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsKernelEditorGraphic/GlobalConstants.h
#3066 bbGEditor Bug New Normal - Refresh vtk objects
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsKernelEditorGraphic / GlobalConstants.h
index b21f7abf18dc82dc31f1e0ee003e3752c1e4c707..c902136502ee383e037fed4e4493fef7fe15028f 100644 (file)
@@ -1,3 +1,28 @@
+/*
+# ---------------------------------------------------------------------
+#
+# Copyright (c) CREATIS (Centre de Recherche en Acquisition et Traitement de l'Image 
+#                        pour la Santé)
+# Authors : Eduardo Davila, Frederic Cervenansky, Claire Mouton
+#
+#  This software is governed by the CeCILL-B license under French law and 
+#  abiding by the rules of distribution of free software. You can  use, 
+#  modify and/ or redistribute the software under the terms of the CeCILL-B 
+#  license as circulated by CEA, CNRS and INRIA at the following URL 
+#  http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html 
+#  or in the file LICENSE.txt.
+#
+#  As a counterpart to the access to the source code and  rights to copy,
+#  modify and redistribute granted by the license, users are provided only
+#  with a limited warranty  and the software's author,  the holder of the
+#  economic rights,  and the successive licensors  have only  limited
+#  liability. 
+#
+#  The fact that you are presently reading this means that you have had
+#  knowledge of the CeCILL-B license and that you accept its terms.
+# ------------------------------------------------------------------------  
+*/
+
 /*=========================================================================
 Program:   bbtk
 Module:    $RCSfile$
@@ -54,7 +79,7 @@ namespace bbtk {
        // Object states
        
        // JGRR
-       const int POSSIBLE_CONNECTION = 107;
+       const int POSSIBLE_CONNECTION           =       107;
        const int SELECTED_POSSIBLE_CONNECTION = 108; 
        // EO JGRR
     
@@ -184,21 +209,24 @@ namespace bbtk {
        const int ID_BTNBOX                                             =       1013;
        const int ID_HELP_BBEDITOR                              =       1014;
        const int ID_BTEXECUTABLEBOX                    =       1016; // EED
+       const int ID_EXPORT_CONSOLEAPP                  =       1017; // RaC
+       const int ID_EDIT_COMPLEXBOX_SCRIPT             =       1018; // EED
        
-       const int wxID_NOTEBOOK                                 =       1017;  // EED updated
+       const int wxID_NOTEBOOK                                 =       1018;  // EED updated
        
-       const int ID_bbEditor_Tool_Menu_CreatePackage   =       1018;  // EED
-       const int ID_bbEditor_Tool_Menu_CreateBlackBox          =       1019;  // EED
-       const int ID_bbEditor_Tool_Menu_PlugPackage                     =       1020;  // EED
-       const int ID_bbEditor_Tool_Menu_EditConfig                      =       1021;  // EED
-       const int ID_bbEditor_Tool_Menu_ShowHTMLDoc                     =       1022;  // EED
-       const int ID_bbEditor_Tool_Menu_CreateIndex                     =       1023;  // EED
+       const int ID_bbEditor_Tool_Menu_CreatePackage   =       1019;  // EED
+       const int ID_bbEditor_Tool_Menu_CreateBlackBox          =       1020;  // EED
+       const int ID_bbEditor_Tool_Menu_PlugPackage                     =       1021;  // EED
+       const int ID_bbEditor_Tool_Menu_EditConfig                      =       1022;  // EED
+       const int ID_bbEditor_Tool_Menu_ShowHTMLDoc                     =       1023;  // EED
+       const int ID_bbEditor_Tool_Menu_CreateIndex                     =       1024;  // EED
        
-       const int ID_UNDO                                                                       =       1024;  // FCY
-       const int ID_REDO                                                                       =       1025;  // FCY
-       const int ID_CHANGENAME                                                         =   1026;
+       const int ID_UNDO                                                                       =       1025;  // FCY
+       const int ID_REDO                                                                       =       1026;  // FCY
+       const int ID_CHANGENAME                                                         =   1027;
 
-       const int ID_EDIT                                                                       =       1027;  // RaC
+       const int ID_EDITPROPERTIES                                                                     =       1028;  // RaC 2nd HackFest
+       const int ID_SHOWTREE                                                                   =       1029;  // CFT
 }
 // namespace bbtk
 #endif