|
KiCad PCB EDA Suite
|
String graphic content holding the actual text value and its display layer category. More...
#include <allegro_pcb_structs.h>
Public Types | |
| enum class | STRING_LAYER : uint16_t { BOT_TEXT , TOP_TEXT , BOT_PIN , TOP_PIN , TOP_PIN_LABEL , BOT_REFDES , TOP_REFDES , UNKNOWN } |
Public Attributes | |
| uint8_t | m_T |
| STRING_LAYER | m_Layer |
| uint32_t | m_Key |
| uint32_t | m_StrGraphicWrapperPtr |
| int32_t | m_CoordsX |
| int32_t | m_CoordsY |
| uint16_t | m_Unknown |
| uint16_t | m_Len |
| COND_GE< FMT_VER::V_174, uint32_t > | m_Un2 |
| std::string | m_Value |
Static Public Attributes | |
| static constexpr uint8_t | BLOCK_TYPE_CODE = 0x31 |
String graphic content holding the actual text value and its display layer category.
Referenced by 0x30 text wrapper objects via m_StrGraphicPtr.
Definition at line 2098 of file allegro_pcb_structs.h.
|
strong |
| Enumerator | |
|---|---|
| BOT_TEXT | |
| TOP_TEXT | |
| BOT_PIN | |
| TOP_PIN | |
| TOP_PIN_LABEL | |
| BOT_REFDES | |
| TOP_REFDES | |
| UNKNOWN | |
Definition at line 2102 of file allegro_pcb_structs.h.
|
staticconstexpr |
Definition at line 2100 of file allegro_pcb_structs.h.
| int32_t ALLEGRO::BLK_0x31_SGRAPHIC::m_CoordsX |
Definition at line 2119 of file allegro_pcb_structs.h.
| int32_t ALLEGRO::BLK_0x31_SGRAPHIC::m_CoordsY |
Definition at line 2120 of file allegro_pcb_structs.h.
| uint32_t ALLEGRO::BLK_0x31_SGRAPHIC::m_Key |
Definition at line 2116 of file allegro_pcb_structs.h.
| STRING_LAYER ALLEGRO::BLK_0x31_SGRAPHIC::m_Layer |
Definition at line 2115 of file allegro_pcb_structs.h.
| uint16_t ALLEGRO::BLK_0x31_SGRAPHIC::m_Len |
Definition at line 2123 of file allegro_pcb_structs.h.
| uint32_t ALLEGRO::BLK_0x31_SGRAPHIC::m_StrGraphicWrapperPtr |
Definition at line 2117 of file allegro_pcb_structs.h.
| uint8_t ALLEGRO::BLK_0x31_SGRAPHIC::m_T |
Definition at line 2114 of file allegro_pcb_structs.h.
| COND_GE<FMT_VER::V_174, uint32_t> ALLEGRO::BLK_0x31_SGRAPHIC::m_Un2 |
Definition at line 2125 of file allegro_pcb_structs.h.
| uint16_t ALLEGRO::BLK_0x31_SGRAPHIC::m_Unknown |
Definition at line 2122 of file allegro_pcb_structs.h.
| std::string ALLEGRO::BLK_0x31_SGRAPHIC::m_Value |
Definition at line 2127 of file allegro_pcb_structs.h.
Referenced by ALLEGRO::BOARD_BUILDER::buildPcbText(), and ALLEGRO::BOARD_BUILDER::get0x30StringValue().