KiCad PCB EDA Suite
|
#include <multichannel_tool.h>
Public Attributes | |
RULE_AREA * | m_refArea = nullptr |
bool | m_isOk = false |
bool | m_doCopy = false |
wxString | m_errorMsg |
TMATCH::COMPONENT_MATCHES | m_matchingComponents |
Definition at line 62 of file multichannel_tool.h.
bool RULE_AREA_COMPAT_DATA::m_doCopy = false |
Definition at line 66 of file multichannel_tool.h.
wxString RULE_AREA_COMPAT_DATA::m_errorMsg |
Definition at line 67 of file multichannel_tool.h.
Referenced by MULTICHANNEL_TOOL::resolveConnectionTopology().
bool RULE_AREA_COMPAT_DATA::m_isOk = false |
Definition at line 65 of file multichannel_tool.h.
Referenced by MULTICHANNEL_TOOL::resolveConnectionTopology().
TMATCH::COMPONENT_MATCHES RULE_AREA_COMPAT_DATA::m_matchingComponents |
Definition at line 68 of file multichannel_tool.h.
Referenced by MULTICHANNEL_TOOL::resolveConnectionTopology().
RULE_AREA* RULE_AREA_COMPAT_DATA::m_refArea = nullptr |
Definition at line 64 of file multichannel_tool.h.