|
KiCad PCB EDA Suite
|
#include <conn_facts.h>
Public Member Functions | |
| bool | Matches (const LIBRARY_FIELD_FACT &aOther, int aCompareFlags) const |
| bool | operator== (const LIBRARY_FIELD_FACT &) const =default |
Public Attributes | |
| FIELD_T | id = FIELD_T::USER |
| bool | mandatory = false |
| wxString | name |
| wxString | text |
| VECTOR2I | position |
| bool | visible = false |
| bool | nameShown = false |
| bool | isPrivate = false |
| uintptr_t | fontIdentity = 0 |
| TEXT_ATTRIBUTES | style |
Definition at line 203 of file conn_facts.h.
| bool SCH_CONNECTIVITY::LIBRARY_FIELD_FACT::Matches | ( | const LIBRARY_FIELD_FACT & | aOther, |
| int | aCompareFlags ) const |
Definition at line 116 of file conn_facts.cpp.
References fontIdentity, isPrivate, nameShown, position, REFERENCE, style, text, and visible.
|
default |
| uintptr_t SCH_CONNECTIVITY::LIBRARY_FIELD_FACT::fontIdentity = 0 |
Definition at line 213 of file conn_facts.h.
Referenced by Matches().
| FIELD_T SCH_CONNECTIVITY::LIBRARY_FIELD_FACT::id = FIELD_T::USER |
Definition at line 205 of file conn_facts.h.
| bool SCH_CONNECTIVITY::LIBRARY_FIELD_FACT::isPrivate = false |
Definition at line 212 of file conn_facts.h.
Referenced by Matches().
| bool SCH_CONNECTIVITY::LIBRARY_FIELD_FACT::mandatory = false |
Definition at line 206 of file conn_facts.h.
| wxString SCH_CONNECTIVITY::LIBRARY_FIELD_FACT::name |
Definition at line 207 of file conn_facts.h.
| bool SCH_CONNECTIVITY::LIBRARY_FIELD_FACT::nameShown = false |
Definition at line 211 of file conn_facts.h.
Referenced by Matches().
| VECTOR2I SCH_CONNECTIVITY::LIBRARY_FIELD_FACT::position |
Definition at line 209 of file conn_facts.h.
Referenced by Matches().
| TEXT_ATTRIBUTES SCH_CONNECTIVITY::LIBRARY_FIELD_FACT::style |
Definition at line 214 of file conn_facts.h.
Referenced by Matches().
| wxString SCH_CONNECTIVITY::LIBRARY_FIELD_FACT::text |
Definition at line 208 of file conn_facts.h.
Referenced by Matches().
| bool SCH_CONNECTIVITY::LIBRARY_FIELD_FACT::visible = false |
Definition at line 210 of file conn_facts.h.
Referenced by Matches().