]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsKernelEditorGraphic/GlobalConstants.h
Feature #1665 . RaC - New dialog to set diagrams properties and decide diagram type.
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsKernelEditorGraphic / GlobalConstants.h
index d9c3742d91c86a1bef30e28c5308a95828a6a644..add1719f4bfe753f51afc4a923a93201b0eebfb2 100644 (file)
@@ -49,6 +49,8 @@ namespace bbtk {
        const int GCOMPLEXINPUTPORT                     =       6;
        const int GCOMPLEXOUTPUTPORT            =       7;
 
+       const double GPOSITION_Z                        =       -900;
+       
        // Object states
        
        // JGRR
@@ -195,6 +197,8 @@ namespace bbtk {
        const int ID_UNDO                                                                       =       1024;  // FCY
        const int ID_REDO                                                                       =       1025;  // FCY
        const int ID_CHANGENAME                                                         =   1026;
+
+       const int ID_EDITPROPERTIES                                                                     =       1027;  // RaC 2nd HackFest
 }
 // namespace bbtk
 #endif