|
KiCad PCB EDA Suite
|
Result of matching a panel to constraints. More...
#include <drc_re_panel_matcher.h>
Public Member Functions | |
| DRC_PANEL_MATCH (DRC_RULE_EDITOR_CONSTRAINT_NAME aPanel, std::set< DRC_CONSTRAINT_T > aClaimed) | |
Public Attributes | |
| DRC_RULE_EDITOR_CONSTRAINT_NAME | panelType |
| std::set< DRC_CONSTRAINT_T > | claimedConstraints |
Result of matching a panel to constraints.
Definition at line 63 of file drc_re_panel_matcher.h.
|
inline |
Definition at line 68 of file drc_re_panel_matcher.h.
References claimedConstraints, move, and panelType.
| std::set<DRC_CONSTRAINT_T> DRC_PANEL_MATCH::claimedConstraints |
Definition at line 66 of file drc_re_panel_matcher.h.
Referenced by DRC_PANEL_MATCH().
| DRC_RULE_EDITOR_CONSTRAINT_NAME DRC_PANEL_MATCH::panelType |
Definition at line 65 of file drc_re_panel_matcher.h.
Referenced by DRC_PANEL_MATCH().