KiCad PCB EDA Suite
|
#include <multichannel_tool.h>
Public Attributes | |
bool | m_isOk = false |
bool | m_doCopy = false |
wxString | m_errorMsg |
TMATCH::COMPONENT_MATCHES | m_matchingComponents |
std::unordered_set< BOARD_ITEM * > | m_affectedItems |
Filled in by copyRuleAreaContents with items that were affected by the copy operation. | |
std::unordered_set< BOARD_ITEM * > | m_groupableItems |
Filled in by copyRuleAreaContents with affected items that can be grouped together. | |
Definition at line 54 of file multichannel_tool.h.
std::unordered_set<BOARD_ITEM*> RULE_AREA_COMPAT_DATA::m_affectedItems |
Filled in by copyRuleAreaContents with items that were affected by the copy operation.
Definition at line 61 of file multichannel_tool.h.
Referenced by MULTICHANNEL_TOOL::copyRuleAreaContents().
bool RULE_AREA_COMPAT_DATA::m_doCopy = false |
Definition at line 57 of file multichannel_tool.h.
wxString RULE_AREA_COMPAT_DATA::m_errorMsg |
Definition at line 58 of file multichannel_tool.h.
Referenced by MULTICHANNEL_TOOL::RepeatLayout(), and MULTICHANNEL_TOOL::resolveConnectionTopology().
std::unordered_set<BOARD_ITEM*> RULE_AREA_COMPAT_DATA::m_groupableItems |
Filled in by copyRuleAreaContents with affected items that can be grouped together.
Definition at line 63 of file multichannel_tool.h.
Referenced by MULTICHANNEL_TOOL::copyRuleAreaContents(), and MULTICHANNEL_TOOL::RepeatLayout().
bool RULE_AREA_COMPAT_DATA::m_isOk = false |
Definition at line 56 of file multichannel_tool.h.
Referenced by MULTICHANNEL_TOOL::resolveConnectionTopology().
TMATCH::COMPONENT_MATCHES RULE_AREA_COMPAT_DATA::m_matchingComponents |
Definition at line 59 of file multichannel_tool.h.
Referenced by MULTICHANNEL_TOOL::copyRuleAreaContents(), and MULTICHANNEL_TOOL::resolveConnectionTopology().