KiCad PCB EDA Suite
|
#include <multichannel_tool.h>
Public Attributes | |
bool | m_copyRouting = true |
bool | m_copyPlacement = true |
bool | m_groupItems = false |
bool | m_moveOffRAComponents = true |
bool | m_includeLockedItems = true |
bool | m_keepOldRouting = false |
bool | m_copyOnlyMatchingRAShapes = false |
REPEAT_LAYOUT_EDGE_MODE | m_edgeMode = REPEAT_LAYOUT_EDGE_MODE::INSIDE |
Definition at line 47 of file multichannel_tool.h.
bool REPEAT_LAYOUT_OPTIONS::m_copyOnlyMatchingRAShapes = false |
Definition at line 55 of file multichannel_tool.h.
bool REPEAT_LAYOUT_OPTIONS::m_copyPlacement = true |
Definition at line 50 of file multichannel_tool.h.
Referenced by MULTICHANNEL_TOOL::copyRuleAreaContents().
bool REPEAT_LAYOUT_OPTIONS::m_copyRouting = true |
Definition at line 49 of file multichannel_tool.h.
Referenced by MULTICHANNEL_TOOL::copyRuleAreaContents().
REPEAT_LAYOUT_EDGE_MODE REPEAT_LAYOUT_OPTIONS::m_edgeMode = REPEAT_LAYOUT_EDGE_MODE::INSIDE |
Definition at line 56 of file multichannel_tool.h.
bool REPEAT_LAYOUT_OPTIONS::m_groupItems = false |
bool REPEAT_LAYOUT_OPTIONS::m_includeLockedItems = true |
Definition at line 53 of file multichannel_tool.h.
Referenced by MULTICHANNEL_TOOL::copyRuleAreaContents().
bool REPEAT_LAYOUT_OPTIONS::m_keepOldRouting = false |
Definition at line 54 of file multichannel_tool.h.
bool REPEAT_LAYOUT_OPTIONS::m_moveOffRAComponents = true |
Definition at line 52 of file multichannel_tool.h.