![]() |
Mapper
0.9.0
API documentation
|
The OCD file point data type. More...
#include <ocd_types.h>
Public Types | |
enum | XFlags { FlagCtl1 = 0x01, FlagCtl2 = 0x02, FlagLeft = 0x04 } |
enum | YFlags { FlagCorner = 0x01, FlagHole = 0x02, FlagRight = 0x04, FlagDash = 0x08 } |
Public Attributes | |
qint32 | x |
qint32 | y |
The OCD file point data type.
The coordinates are not raw 32 bit signed integers but contain flags in the lowest 8 bits.
qint32 Ocd::OcdPoint32::x |
qint32 Ocd::OcdPoint32::y |