|
KiCad PCB EDA Suite
|
#include <conn_facts.h>
Public Member Functions | |
| bool | operator== (const RULE_AREA_FACT &aOther) const |
Public Attributes | |
| KIID | id = niluuid |
| SHAPE_POLY_SET | polygon |
| std::vector< KIID > | containedItems |
| std::vector< KIID > | attachedDirectives |
Definition at line 117 of file conn_facts.h.
| bool SCH_CONNECTIVITY::RULE_AREA_FACT::operator== | ( | const RULE_AREA_FACT & | aOther | ) | const |
Definition at line 416 of file conn_facts.cpp.
References attachedDirectives, containedItems, SHAPE_POLY_SET::CPolygon(), id, SHAPE_POLY_SET::OutlineCount(), and polygon.
| std::vector<KIID> SCH_CONNECTIVITY::RULE_AREA_FACT::attachedDirectives |
Definition at line 122 of file conn_facts.h.
Referenced by SCH_CONNECTIVITY::ExtractInstanceFacts(), SCH_CONNECTIVITY::ExtractScreenFacts(), SCH_CONNECTIVITY::GeometryOf(), and operator==().
| std::vector<KIID> SCH_CONNECTIVITY::RULE_AREA_FACT::containedItems |
Definition at line 121 of file conn_facts.h.
Referenced by SCH_CONNECTIVITY::ExtractInstanceFacts(), SCH_CONNECTIVITY::ExtractScreenFacts(), and operator==().
Definition at line 119 of file conn_facts.h.
Referenced by SCH_CONNECTIVITY::ExtractInstanceFacts(), SCH_CONNECTIVITY::ExtractScreenFacts(), and operator==().
| SHAPE_POLY_SET SCH_CONNECTIVITY::RULE_AREA_FACT::polygon |
Definition at line 120 of file conn_facts.h.
Referenced by SCH_CONNECTIVITY::ExtractInstanceFacts(), SCH_CONNECTIVITY::ExtractScreenFacts(), and operator==().