]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsKernelEditorGraphic/GlobalConstants.h
no message
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsKernelEditorGraphic / GlobalConstants.h
index ce68e60aee82b185bbbc3426074e42e63251dc8e..ce7fbc8e32421de47f866564b88ceae6458b6718 100644 (file)
@@ -29,13 +29,11 @@ Version:   $Revision$
 * ------------------------------------------------------------------------ */                                                                         
 
 
-
-/**
-*  \file 
-*  \brief  bbtk::GlobalConstants
-*/
-
-
+/****
+* Design and Developpement of BBTK GEditor
+* Ricardo A Corredor J <ra.corredor67@uniandes.edu.co>
+* RaC - 2010
+****/
 
 #ifndef __GlobalConstants_h__
 #define __GlobalConstants_h__
@@ -135,6 +133,15 @@ namespace bbtk
 
        //Object Text colors
 
+       
+       const double PORTFILL_NH_R                              =       0.20;
+       const double PORTFILL_NH_G                              =       0.20;
+       const double PORTFILL_NH_B                              =       0.20;
+       
+       const double PORTTEXT_NH_R                              =       1.0;
+       const double PORTTEXT_NH_G                              =       1.0;
+       const double PORTTEXT_NH_B                              =       0.0;
+       
        const double BOXTEXT_NH_R                               =       0.25;
        const double BOXTEXT_NH_G                               =       0.0;
        const double BOXTEXT_NH_B                               =       0.0;
@@ -151,7 +158,7 @@ namespace bbtk
        const double BOXTEXT_SELECTED_G                 =       0.35;
        const double BOXTEXT_SELECTED_B                 =       0.05;
 
-       // Id's
+       // GUI Id's
        const int ID_NEW                                                =       1000;
        const int ID_SAVE_AS_DIAGRAM                    =       1001;
        const int ID_OPEN                                               =       1002;
@@ -161,11 +168,12 @@ namespace bbtk
        const int ID_BTNCOMPLEXBOX                              =       1006;
        const int ID_ADDCOMPLEXBOXINPUT                 =       1007;
        const int ID_ADDCOMPLEXBOXOUTPUT                =       1008;
-       const int ID_SAVE_AS_BBS                                =       1009;
-       const int ID_SAVE_AS_COMPLEXBOX                 =       1010;
-       const int ID_COPY_TO_COMPLEXDIAGRAM             =       1011;
+       const int ID_OPEN_BBS                                   =       1009;
+       const int ID_SAVE_AS_BBS                                =       1010;
+       const int ID_SAVE_AS_COMPLEXBOX                 =       1011;
+       const int ID_COPY_TO_COMPLEXDIAGRAM             =       1012;
 
-       const int wxID_NOTEBOOK                                 =       1012;
+       const int wxID_NOTEBOOK                                 =       1013;
 }
 // namespace bbtk
 #endif