KiCad PCB EDA Suite
|
#include <multichannel_tool.h>
Public Attributes | |
RULE_AREA_PLACEMENT_SOURCE_TYPE | m_sourceType = RULE_AREA_PLACEMENT_SOURCE_TYPE::SHEETNAME |
ZONE * | m_oldArea = nullptr |
ZONE * | m_area = nullptr |
std::set< FOOTPRINT * > | m_raFootprints |
std::set< FOOTPRINT * > | m_components |
bool | m_existsAlready = false |
bool | m_generateEnabled = false |
wxString | m_sheetPath |
wxString | m_sheetName |
wxString | m_ruleName |
wxString | m_componentClass |
VECTOR2I | m_center |
Definition at line 71 of file multichannel_tool.h.
ZONE* RULE_AREA::m_area = nullptr |
Definition at line 75 of file multichannel_tool.h.
Referenced by MULTICHANNEL_TOOL::AutogenerateRuleAreas(), BOOST_FIXTURE_TEST_CASE(), MULTICHANNEL_TOOL::CheckRACompatibility(), MULTICHANNEL_TOOL::copyRuleAreaContents(), MULTICHANNEL_TOOL::FindExistingRuleAreas(), and MULTICHANNEL_TOOL::RepeatLayout().
VECTOR2I RULE_AREA::m_center |
Definition at line 84 of file multichannel_tool.h.
Referenced by MULTICHANNEL_TOOL::copyRuleAreaContents(), and MULTICHANNEL_TOOL::FindExistingRuleAreas().
wxString RULE_AREA::m_componentClass |
Definition at line 83 of file multichannel_tool.h.
Referenced by MULTICHANNEL_TOOL::AutogenerateRuleAreas(), DIALOG_MULTICHANNEL_GENERATE_RULE_AREAS::DIALOG_MULTICHANNEL_GENERATE_RULE_AREAS(), and MULTICHANNEL_TOOL::QuerySheetsAndComponentClasses().
std::set<FOOTPRINT*> RULE_AREA::m_components |
Definition at line 77 of file multichannel_tool.h.
Referenced by MULTICHANNEL_TOOL::AutogenerateRuleAreas(), and MULTICHANNEL_TOOL::QuerySheetsAndComponentClasses().
bool RULE_AREA::m_existsAlready = false |
Definition at line 78 of file multichannel_tool.h.
Referenced by MULTICHANNEL_TOOL::AutogenerateRuleAreas(), and MULTICHANNEL_TOOL::FindExistingRuleAreas().
bool RULE_AREA::m_generateEnabled = false |
ZONE* RULE_AREA::m_oldArea = nullptr |
Definition at line 74 of file multichannel_tool.h.
Referenced by MULTICHANNEL_TOOL::AutogenerateRuleAreas().
std::set<FOOTPRINT*> RULE_AREA::m_raFootprints |
Definition at line 76 of file multichannel_tool.h.
Referenced by BOOST_FIXTURE_TEST_CASE(), MULTICHANNEL_TOOL::FindExistingRuleAreas(), and MULTICHANNEL_TOOL::resolveConnectionTopology().
wxString RULE_AREA::m_ruleName |
Definition at line 82 of file multichannel_tool.h.
Referenced by BOOST_FIXTURE_TEST_CASE(), MULTICHANNEL_TOOL::FindExistingRuleAreas(), and MULTICHANNEL_TOOL::findRAByName().
wxString RULE_AREA::m_sheetName |
Definition at line 81 of file multichannel_tool.h.
Referenced by BOOST_FIXTURE_TEST_CASE(), DIALOG_MULTICHANNEL_GENERATE_RULE_AREAS::DIALOG_MULTICHANNEL_GENERATE_RULE_AREAS(), and MULTICHANNEL_TOOL::QuerySheetsAndComponentClasses().
wxString RULE_AREA::m_sheetPath |
Definition at line 80 of file multichannel_tool.h.
Referenced by MULTICHANNEL_TOOL::AutogenerateRuleAreas(), DIALOG_MULTICHANNEL_GENERATE_RULE_AREAS::DIALOG_MULTICHANNEL_GENERATE_RULE_AREAS(), and MULTICHANNEL_TOOL::QuerySheetsAndComponentClasses().
RULE_AREA_PLACEMENT_SOURCE_TYPE RULE_AREA::m_sourceType = RULE_AREA_PLACEMENT_SOURCE_TYPE::SHEETNAME |
Definition at line 73 of file multichannel_tool.h.
Referenced by MULTICHANNEL_TOOL::AutogenerateRuleAreas(), DIALOG_MULTICHANNEL_GENERATE_RULE_AREAS::DIALOG_MULTICHANNEL_GENERATE_RULE_AREAS(), and MULTICHANNEL_TOOL::QuerySheetsAndComponentClasses().