|
KiCad PCB EDA Suite
|
Graphics container holding a chain of line segments and arcs. More...
#include <allegro_pcb_structs.h>
Public Attributes | |
| uint8_t | m_Type |
| LAYER_INFO | m_Layer |
| uint32_t | m_Key |
| uint32_t | m_Next |
| uint32_t | m_Parent |
| uint32_t | m_Flags |
| COND_GE< FMT_VER::V_172, uint32_t > | m_Unknown2 |
| uint32_t | m_SegmentPtr |
| uint32_t | m_Ptr0x03 |
| uint32_t | m_Ptr0x26 |
Static Public Attributes | |
| static constexpr uint8_t | BLOCK_TYPE_CODE = 0x14 |
Graphics container holding a chain of line segments and arcs.
Each 0x14 has a layer, a parent pointer (usually a footprint 0x2D or board-level object), and a head pointer to the first segment (0x15/0x16/0x17 or 0x01 arc).
Definition at line 1074 of file allegro_pcb_structs.h.
|
staticconstexpr |
Definition at line 1076 of file allegro_pcb_structs.h.
| uint32_t ALLEGRO::BLK_0x14_GRAPHIC::m_Flags |
Definition at line 1083 of file allegro_pcb_structs.h.
| uint32_t ALLEGRO::BLK_0x14_GRAPHIC::m_Key |
Definition at line 1080 of file allegro_pcb_structs.h.
Referenced by ALLEGRO::BOARD_BUILDER::buildShapes().
| LAYER_INFO ALLEGRO::BLK_0x14_GRAPHIC::m_Layer |
Definition at line 1079 of file allegro_pcb_structs.h.
Referenced by ALLEGRO::BOARD_BUILDER::buildShapes().
| uint32_t ALLEGRO::BLK_0x14_GRAPHIC::m_Next |
Definition at line 1081 of file allegro_pcb_structs.h.
| uint32_t ALLEGRO::BLK_0x14_GRAPHIC::m_Parent |
Definition at line 1082 of file allegro_pcb_structs.h.
| uint32_t ALLEGRO::BLK_0x14_GRAPHIC::m_Ptr0x03 |
Definition at line 1088 of file allegro_pcb_structs.h.
| uint32_t ALLEGRO::BLK_0x14_GRAPHIC::m_Ptr0x26 |
Definition at line 1089 of file allegro_pcb_structs.h.
| uint32_t ALLEGRO::BLK_0x14_GRAPHIC::m_SegmentPtr |
Definition at line 1087 of file allegro_pcb_structs.h.
Referenced by ALLEGRO::BOARD_BUILDER::buildShapes().
| uint8_t ALLEGRO::BLK_0x14_GRAPHIC::m_Type |
Definition at line 1078 of file allegro_pcb_structs.h.
| COND_GE<FMT_VER::V_172, uint32_t> ALLEGRO::BLK_0x14_GRAPHIC::m_Unknown2 |
Definition at line 1085 of file allegro_pcb_structs.h.