|
KiCad PCB EDA Suite
|
Rectangular shape. More...
#include <allegro_pcb_structs.h>
Public Attributes | |
| uint8_t | m_T |
| LAYER_INFO | m_Layer |
| uint32_t | m_Key |
| uint32_t | m_Next |
| uint32_t | m_FpPtr |
| uint32_t | m_Unknown1 |
| uint32_t | m_Unknown2 |
| uint32_t | m_Unknown3 |
| COND_GE< FMT_VER::V_172, uint32_t > | m_Unknown4 |
| COND_GE< FMT_VER::V_172, uint32_t > | m_Unknown5 |
| std::array< int32_t, 4 > | m_Coords |
| std::array< uint32_t, 3 > | m_UnknownArr |
| uint32_t | m_Rotation |
| Rotation in millidegrees. | |
Static Public Attributes | |
| static constexpr uint8_t | BLOCK_TYPE_CODE = 0x0E |
Rectangular shape.
Definition at line 943 of file allegro_pcb_structs.h.
|
staticconstexpr |
Definition at line 945 of file allegro_pcb_structs.h.
| std::array<int32_t, 4> ALLEGRO::BLK_0x0E_RECT::m_Coords |
Definition at line 960 of file allegro_pcb_structs.h.
Referenced by ALLEGRO::BOARD_BUILDER::buildOutline(), and ALLEGRO::BOARD_BUILDER::buildRect().
| uint32_t ALLEGRO::BLK_0x0E_RECT::m_FpPtr |
Definition at line 951 of file allegro_pcb_structs.h.
| uint32_t ALLEGRO::BLK_0x0E_RECT::m_Key |
Definition at line 949 of file allegro_pcb_structs.h.
| LAYER_INFO ALLEGRO::BLK_0x0E_RECT::m_Layer |
Definition at line 948 of file allegro_pcb_structs.h.
Referenced by ALLEGRO::BOARD_BUILDER::buildRect(), ALLEGRO::BOARD_BUILDER::createBoardShapes(), and ALLEGRO::BOARD_BUILDER::createZones().
| uint32_t ALLEGRO::BLK_0x0E_RECT::m_Next |
Definition at line 950 of file allegro_pcb_structs.h.
| uint32_t ALLEGRO::BLK_0x0E_RECT::m_Rotation |
Rotation in millidegrees.
Definition at line 964 of file allegro_pcb_structs.h.
Referenced by ALLEGRO::BOARD_BUILDER::buildOutline(), and ALLEGRO::BOARD_BUILDER::buildRect().
| uint8_t ALLEGRO::BLK_0x0E_RECT::m_T |
Definition at line 947 of file allegro_pcb_structs.h.
| uint32_t ALLEGRO::BLK_0x0E_RECT::m_Unknown1 |
Definition at line 953 of file allegro_pcb_structs.h.
| uint32_t ALLEGRO::BLK_0x0E_RECT::m_Unknown2 |
Definition at line 954 of file allegro_pcb_structs.h.
| uint32_t ALLEGRO::BLK_0x0E_RECT::m_Unknown3 |
Definition at line 955 of file allegro_pcb_structs.h.
| COND_GE<FMT_VER::V_172, uint32_t> ALLEGRO::BLK_0x0E_RECT::m_Unknown4 |
Definition at line 957 of file allegro_pcb_structs.h.
| COND_GE<FMT_VER::V_172, uint32_t> ALLEGRO::BLK_0x0E_RECT::m_Unknown5 |
Definition at line 958 of file allegro_pcb_structs.h.
| std::array<uint32_t, 3> ALLEGRO::BLK_0x0E_RECT::m_UnknownArr |
Definition at line 962 of file allegro_pcb_structs.h.