|
KiCad PCB EDA Suite
|
#include <conn_facts.h>
Public Member Functions | |
| bool | operator== (const FIELD_NAME_FACT &) const =default |
Public Attributes | |
| KIID | owner |
| KIID | field |
| VECTOR2I | position |
| wxString | name |
Definition at line 135 of file conn_facts.h.
|
default |
| KIID SCH_CONNECTIVITY::FIELD_NAME_FACT::field |
Definition at line 138 of file conn_facts.h.
| wxString SCH_CONNECTIVITY::FIELD_NAME_FACT::name |
Definition at line 140 of file conn_facts.h.
| KIID SCH_CONNECTIVITY::FIELD_NAME_FACT::owner |
Definition at line 137 of file conn_facts.h.
| VECTOR2I SCH_CONNECTIVITY::FIELD_NAME_FACT::position |
Definition at line 139 of file conn_facts.h.