Include :
- aggiunte costanti per info di sistema (pezzo copia, layer da visualizzare solo con un gruppo di lavoro, pezzi nascosti in draw).
This commit is contained in:
+4
-1
@@ -77,4 +77,7 @@ enum BBoxFlag { BBF_STANDARD = 0,
|
||||
const std::string GDB_SI_SOURCE = "!SOU" ;
|
||||
const std::string GDB_SI_BASE = "!BAS" ;
|
||||
const std::string GDB_SI_LIST = "!LST" ;
|
||||
const std::string GDB_SI_COPY = "!COP" ;
|
||||
const std::string GDB_SI_COPY = "!COP" ;
|
||||
const std::string GDB_SI_MGRPONLY = "!MGO" ;
|
||||
const std::string GDB_SI_DRAWMODE = "!DRM" ;
|
||||
|
||||
Reference in New Issue
Block a user