X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsKernelEditorGraphic%2FGlobalConstants.h;h=2e6605b62f8f54af740049f35efe3d84ef35b020;hb=50851761f4216d932217db8e8fe56dd5aac6b0fb;hp=50770b858c72168febd332690011ff3b3e1528ba;hpb=eaf825847b9ac4bd762deafa59a7df1c2ceba433;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsKernelEditorGraphic/GlobalConstants.h b/lib/EditorGraphicBBS/bbsKernelEditorGraphic/GlobalConstants.h index 50770b8..2e6605b 100644 --- a/lib/EditorGraphicBBS/bbsKernelEditorGraphic/GlobalConstants.h +++ b/lib/EditorGraphicBBS/bbsKernelEditorGraphic/GlobalConstants.h @@ -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;