KiCad PCB EDA Suite
|
#include <cadstar_parts_lib_model.h>
Public Attributes | |
std::optional< long > | m_ParentNodeIdx |
std::string | m_Name |
std::vector< std::string > | m_PartNames |
Part names belonging to this hierarchy. | |
Definition at line 236 of file cadstar_parts_lib_model.h.
std::string CADSTAR_PART_NODE::m_Name |
Definition at line 239 of file cadstar_parts_lib_model.h.
Referenced by CADSTAR_LIB_PARSER_ACTION< HIERARCHY_NODE_NAME >::apply0().
std::optional<long> CADSTAR_PART_NODE::m_ParentNodeIdx |
Definition at line 238 of file cadstar_parts_lib_model.h.
Referenced by CADSTAR_LIB_PARSER_ACTION< HIERARCHY_PARENT_NODE >::apply0().
std::vector<std::string> CADSTAR_PART_NODE::m_PartNames |
Part names belonging to this hierarchy.
Definition at line 240 of file cadstar_parts_lib_model.h.
Referenced by CADSTAR_LIB_PARSER_ACTION< HIERARCHY_PART_NAME >::apply0().