|
QCAD Application Framework
CAD Application Development and Automation.
|
Codes for colors and DXF versions. More...
#include <dl_codes.h>
Public Types | |
| enum | color { black = 250, green = 3, red = 1, brown = 15, yellow = 2, cyan = 4, magenta = 6, gray = 8, blue = 5, l_blue = 163, l_green = 121, l_cyan = 131, l_red = 23, l_magenta = 221, l_gray = 252, white = 7, bylayer = 256, byblock = 0 } |
| Standard DXF colors. More... | |
| enum | version { AC1009, AC1012, AC1014, AC1015 } |
| Version numbers for the DXF Format. More... | |
Codes for colors and DXF versions.
| enum DL_Codes::color |
| enum DL_Codes::version |