]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsKernelEditorGraphic/GlobalConstants.h
Update constants
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsKernelEditorGraphic / GlobalConstants.h
index 639485d42f2c0c42f13efae28928b0196945955b..8cb03faa83ac881d753e8c591b28e2e416bf3cb1 100644 (file)
@@ -61,19 +61,19 @@ namespace bbtk
        // Object dimensions
        const double BOX_HEIGHT                         =       10;
        const double BOX_WIDTH                          =       100;
-       const double PORT_HEIGHT                        =       3.8;
-       const double PORT_WIDTH                         =       3.8;
-       const double COMPLEXPORT_HEIGHT         =       6;
-       const double COMPLEXPORT_WIDTH          =       6;
+       const double PORT_HEIGHT                        =       1.8;
+       const double PORT_WIDTH                         =       2.8;
+       const double COMPLEXPORT_HEIGHT         =       8;
+       const double COMPLEXPORT_WIDTH          =       8;
 
        // Commands
        const int NO_COMMAND                            =       201;
        const int INIT_CREATION_CONTOUR         =       202;
        const int FIN_CREATION_CONTOUR          =       203;
        const int ADD_TO_SELECTED                       =       204;
-       const int REMOVE_FROM_SELECTED          =       205;
-       const int DRAG_OBJECTS                          =       206;
-       const int EDIT_BLACKBOX                         =       207;
+       const int DRAG_OBJECTS                          =       205;
+       const int EDIT_BLACKBOX                         =       206;
+       const int REMOVE_FROM_SELECTED          =       207;
 
 
        //// COLORS (object_state_(R|G|B))
@@ -162,6 +162,7 @@ namespace bbtk
        // GUI Id's
        const int ID_NEW                                                =       1000;
        const int ID_SAVE_AS_DIAGRAM                    =       1001;
+       const int ID_SAVE_DIAGRAM                               =       1015; //last DFCH
        const int ID_OPEN                                               =       1002;
        const int ID_RUN                                                =       1003;
        const int ID_DELETEALL                                  =       1004;
@@ -174,6 +175,7 @@ namespace bbtk
        const int ID_SAVE_AS_COMPLEXBOX                 =       1011;
        const int ID_COPY_TO_COMPLEXDIAGRAM             =       1012;
        const int ID_BTNBOX                                             =       1013;
+       const int ID_HELP_BBEDITOR                              =       1014;
 
 
        const int wxID_NOTEBOOK                                 =       1013;