]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsKernelEditorGraphic/GlobalConstants.h
Properties panel and black box text info
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsKernelEditorGraphic / GlobalConstants.h
index 112822f745bfab71fa4ff382becb58cacbc8a3cb..4fb178ede60f48feab786e3ee40c936d67157cf9 100644 (file)
@@ -51,18 +51,23 @@ namespace bbtk
        const int GOUTPUTPORT = 5;
 
        // Object states
-       static const int NOTHING_HAPPENS = 101;
+       const int NOTHING_HAPPENS = 101;
        const int HIGHLIGHTED=102;
        const int CLICKED=103;
        const int DRAG=104;
        const int SELECTED=105;
+       const int CREATING_CONTOUR=106;
 
        // Object dimensions
-       const double BOX_HEIGHT=0.1;
+       const double BOX_HEIGHT=0.15;
        const double BOX_WIDTH=1.0;
        const double PORT_HEIGHT=0.04;
        const double PORT_WIDTH=0.04;
 
+       // Commands
+       const int REPAINT = 201;
+       const int INIT_CREATION_CONTOUR= 202;
+       
        // Colors (object_state_(R|G|B))
        const double BOXCONTOUR_NH_R=0.0;
        const double BOXCONTOUR_NH_G=0.0;