KiCad PCB EDA Suite
Loading...
Searching...
No Matches
DRC_PANEL_MATCH Struct Reference

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_TclaimedConstraints
 

Detailed Description

Result of matching a panel to constraints.

Definition at line 63 of file drc_re_panel_matcher.h.

Constructor & Destructor Documentation

◆ DRC_PANEL_MATCH()

DRC_PANEL_MATCH::DRC_PANEL_MATCH ( DRC_RULE_EDITOR_CONSTRAINT_NAME aPanel,
std::set< DRC_CONSTRAINT_T > aClaimed )
inline

Definition at line 68 of file drc_re_panel_matcher.h.

References claimedConstraints, move, and panelType.

Member Data Documentation

◆ claimedConstraints

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().

◆ panelType

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().


The documentation for this struct was generated from the following file: