| 
    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 331 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 334 of file sch_actions.h.
Referenced by SCH_DRAWING_TOOLS::PlaceNextSymbolUnit().
| int SCH_ACTIONS::PLACE_SYMBOL_UNIT_PARAMS::m_Unit = 0 | 
Definition at line 336 of file sch_actions.h.
Referenced by SCH_DRAWING_TOOLS::PlaceNextSymbolUnit().