KiCad PCB EDA Suite
|
#include <sch_actions.h>
Public Attributes | |
SCH_SYMBOL * | m_Symbol = nullptr |
< Provide a symbol to place | |
bool | m_Reannotate = true |
Definition at line 313 of file sch_actions.h.
bool SCH_ACTIONS::PLACE_SYMBOL_PARAMS::m_Reannotate = true |
Definition at line 318 of file sch_actions.h.
Referenced by SCH_DRAWING_TOOLS::PlaceSymbol().
SCH_SYMBOL* SCH_ACTIONS::PLACE_SYMBOL_PARAMS::m_Symbol = nullptr |
< Provide a symbol to place
If a symbol is provide, reannotate it?
Definition at line 316 of file sch_actions.h.
Referenced by SCH_DRAWING_TOOLS::PlaceSymbol().