KiCad PCB EDA Suite
|
#include <sch_actions.h>
Public Attributes | |
SCH_SYMBOL * | m_Symbol = nullptr |
< Symbol used as reference for unit placement | |
int | m_Unit = 0 |
Definition at line 315 of file sch_actions.h.
SCH_SYMBOL* SCH_ACTIONS::PLACE_SYMBOL_UNIT_PARAMS::m_Symbol = nullptr |
< Symbol used as reference for unit placement
Unit number to place; 0 means next available unit
Definition at line 318 of file sch_actions.h.
Referenced by SCH_DRAWING_TOOLS::PlaceNextSymbolUnit().
int SCH_ACTIONS::PLACE_SYMBOL_UNIT_PARAMS::m_Unit = 0 |
Definition at line 320 of file sch_actions.h.
Referenced by SCH_DRAWING_TOOLS::PlaceNextSymbolUnit().