KiCad PCB EDA Suite
|
#include <label_manager.h>
Public Attributes | |
KIGFX::COLOR4D | m_color |
wxString | m_msg |
VECTOR2I | m_target |
BOX2I | m_bbox |
Definition at line 40 of file label_manager.h.
BOX2I LABEL_MANAGER::LABEL::m_bbox |
Definition at line 45 of file label_manager.h.
Referenced by LABEL_MANAGER::Add().
KIGFX::COLOR4D LABEL_MANAGER::LABEL::m_color |
Definition at line 42 of file label_manager.h.
Referenced by LABEL_MANAGER::Add().
wxString LABEL_MANAGER::LABEL::m_msg |
Definition at line 43 of file label_manager.h.
Referenced by LABEL_MANAGER::Add().
VECTOR2I LABEL_MANAGER::LABEL::m_target |
Definition at line 44 of file label_manager.h.
Referenced by LABEL_MANAGER::Add().