]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsKernelEditorGraphic/GlobalConstants.h
Important change in the project to visualize the contour when the output was selected...
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsKernelEditorGraphic / GlobalConstants.h
index 112822f745bfab71fa4ff382becb58cacbc8a3cb..06afba201c36ebecde19ce41ad930eec72cf3973 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_WIDTH=1.0;
-       const double PORT_HEIGHT=0.04;
-       const double PORT_WIDTH=0.04;
-
+       const double BOX_HEIGHT=15;
+       const double BOX_WIDTH=100;
+       const double PORT_HEIGHT=3;
+       const double PORT_WIDTH=3;
+
+       // 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;