Mapper  0.9.0
API documentation
Public Types | Public Attributes | List of all members
Ocd::OcdPoint32 Struct Reference

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
 

Detailed Description

The OCD file point data type.

The coordinates are not raw 32 bit signed integers but contain flags in the lowest 8 bits.

Member Enumeration Documentation

◆ XFlags

Enumerator
FlagCtl1 
FlagCtl2 
FlagLeft 

◆ YFlags

Enumerator
FlagCorner 
FlagHole 
FlagRight 
FlagDash 

Member Data Documentation

◆ x

qint32 Ocd::OcdPoint32::x

◆ y

qint32 Ocd::OcdPoint32::y

The documentation for this struct was generated from the following file: