|
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 |
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 1759 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 1761 of file allegro_pcb_structs.h.
| int32_t ALLEGRO::BLK_0x31_SGRAPHIC::m_CoordsX |
Definition at line 1778 of file allegro_pcb_structs.h.
| int32_t ALLEGRO::BLK_0x31_SGRAPHIC::m_CoordsY |
Definition at line 1779 of file allegro_pcb_structs.h.
| uint32_t ALLEGRO::BLK_0x31_SGRAPHIC::m_Key |
Definition at line 1775 of file allegro_pcb_structs.h.
| STRING_LAYER ALLEGRO::BLK_0x31_SGRAPHIC::m_Layer |
Definition at line 1774 of file allegro_pcb_structs.h.
| uint16_t ALLEGRO::BLK_0x31_SGRAPHIC::m_Len |
Definition at line 1782 of file allegro_pcb_structs.h.
| uint32_t ALLEGRO::BLK_0x31_SGRAPHIC::m_StrGraphicWrapperPtr |
Definition at line 1776 of file allegro_pcb_structs.h.
| uint8_t ALLEGRO::BLK_0x31_SGRAPHIC::m_T |
Definition at line 1773 of file allegro_pcb_structs.h.
| COND_GE<FMT_VER::V_174, uint32_t> ALLEGRO::BLK_0x31_SGRAPHIC::m_Un2 |
Definition at line 1784 of file allegro_pcb_structs.h.
| uint16_t ALLEGRO::BLK_0x31_SGRAPHIC::m_Unknown |
Definition at line 1781 of file allegro_pcb_structs.h.
| std::string ALLEGRO::BLK_0x31_SGRAPHIC::m_Value |
Definition at line 1786 of file allegro_pcb_structs.h.
Referenced by ALLEGRO::BOARD_BUILDER::buildPcbText(), and ALLEGRO::BOARD_BUILDER::get0x30StringValue().