]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsKernelEditorGraphic/GlobalConstants.h
Move box and refresh position ... ports don't refresh automatically their position...
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsKernelEditorGraphic / GlobalConstants.h
index 112822f745bfab71fa4ff382becb58cacbc8a3cb..2beacdbf88add1d6b93be550707b191e1f9a1c7e 100644 (file)
@@ -51,11 +51,12 @@ 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;
@@ -63,6 +64,10 @@ namespace bbtk
        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;