|
Horizon
|
Public Types | |
| enum | Type : uint8_t { NONE, TEXT, GRAPHICS, PLANE_OUTLINE, PLANE_FILL, POLYGON } |
Public Member Functions | |
| TriangleInfo (Type ty, uint8_t flg) | |
Public Attributes | |
| Type | type |
| uint8_t | flags |
Static Public Attributes | |
| static const int | FLAG_HIDDEN = 1 << 0 |
| static const int | FLAG_HIGHLIGHT = 1 << 1 |
| static const int | FLAG_BUTT = 1 << 2 |
| static const int | FLAG_GLYPH = 1 << 3 |
1.8.17