]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsKernelEditorGraphic/GlobalConstants.h
Updated Version with the moving of the objects updated and the background doesn't...
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsKernelEditorGraphic / GlobalConstants.h
index 50770b858c72168febd332690011ff3b3e1528ba..2e6605b62f8f54af740049f35efe3d84ef35b020 100644 (file)
@@ -65,9 +65,15 @@ namespace bbtk
        const double PORT_WIDTH         =       2.5;
 
        // Commands
-       const int REPAINT = 201;
+       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 DRAG_OBJECTS = 205;
+
+       // World states
+       //const int NOTHING_HAPPENS = 101;
+
        
        // Colors (object_state_(R|G|B))
        const double BOXCONTOUR_NH_R=0.0;