KiCad PCB EDA Suite
|
#include <multichannel_tool.h>
Public Attributes | |
bool | m_replaceExisting = false |
RULE_AREA * | m_refRA = nullptr |
REPEAT_LAYOUT_OPTIONS | m_options |
std::vector< RULE_AREA > | m_areas |
std::unordered_map< RULE_AREA *, RULE_AREA_COMPAT_DATA > | m_compatMap |
Definition at line 96 of file multichannel_tool.h.
std::vector<RULE_AREA> RULE_AREAS_DATA::m_areas |
Definition at line 102 of file multichannel_tool.h.
Referenced by MULTICHANNEL_TOOL::AutogenerateRuleAreas(), MULTICHANNEL_TOOL::CheckRACompatibility(), DIALOG_MULTICHANNEL_GENERATE_RULE_AREAS::DIALOG_MULTICHANNEL_GENERATE_RULE_AREAS(), MULTICHANNEL_TOOL::FindExistingRuleAreas(), MULTICHANNEL_TOOL::findRAByName(), MULTICHANNEL_TOOL::QuerySheetsAndComponentClasses(), MULTICHANNEL_TOOL::repeatLayout(), and DIALOG_MULTICHANNEL_GENERATE_RULE_AREAS::TransferDataFromWindow().
std::unordered_map<RULE_AREA*, RULE_AREA_COMPAT_DATA> RULE_AREAS_DATA::m_compatMap |
Definition at line 103 of file multichannel_tool.h.
Referenced by MULTICHANNEL_TOOL::CheckRACompatibility(), and MULTICHANNEL_TOOL::RepeatLayout().
REPEAT_LAYOUT_OPTIONS RULE_AREAS_DATA::m_options |
RULE_AREA* RULE_AREAS_DATA::m_refRA = nullptr |
Definition at line 99 of file multichannel_tool.h.
Referenced by MULTICHANNEL_TOOL::CheckRACompatibility(), and MULTICHANNEL_TOOL::RepeatLayout().
bool RULE_AREAS_DATA::m_replaceExisting = false |
Definition at line 98 of file multichannel_tool.h.
Referenced by MULTICHANNEL_TOOL::AutogenerateRuleAreas(), DIALOG_MULTICHANNEL_GENERATE_RULE_AREAS::DIALOG_MULTICHANNEL_GENERATE_RULE_AREAS(), and DIALOG_MULTICHANNEL_GENERATE_RULE_AREAS::TransferDataFromWindow().