KiCad PCB EDA Suite
Loading...
Searching...
No Matches
SCH_CONNECTIVITY::LIBRARY_FIELD_FACT Struct Reference

#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
 

Detailed Description

Definition at line 203 of file conn_facts.h.

Member Function Documentation

◆ Matches()

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.

◆ operator==()

bool SCH_CONNECTIVITY::LIBRARY_FIELD_FACT::operator== ( const LIBRARY_FIELD_FACT & ) const
default

Member Data Documentation

◆ fontIdentity

uintptr_t SCH_CONNECTIVITY::LIBRARY_FIELD_FACT::fontIdentity = 0

Definition at line 213 of file conn_facts.h.

Referenced by Matches().

◆ id

FIELD_T SCH_CONNECTIVITY::LIBRARY_FIELD_FACT::id = FIELD_T::USER

Definition at line 205 of file conn_facts.h.

◆ isPrivate

bool SCH_CONNECTIVITY::LIBRARY_FIELD_FACT::isPrivate = false

Definition at line 212 of file conn_facts.h.

Referenced by Matches().

◆ mandatory

bool SCH_CONNECTIVITY::LIBRARY_FIELD_FACT::mandatory = false

Definition at line 206 of file conn_facts.h.

◆ name

wxString SCH_CONNECTIVITY::LIBRARY_FIELD_FACT::name

Definition at line 207 of file conn_facts.h.

◆ nameShown

bool SCH_CONNECTIVITY::LIBRARY_FIELD_FACT::nameShown = false

Definition at line 211 of file conn_facts.h.

Referenced by Matches().

◆ position

VECTOR2I SCH_CONNECTIVITY::LIBRARY_FIELD_FACT::position

Definition at line 209 of file conn_facts.h.

Referenced by Matches().

◆ style

TEXT_ATTRIBUTES SCH_CONNECTIVITY::LIBRARY_FIELD_FACT::style

Definition at line 214 of file conn_facts.h.

Referenced by Matches().

◆ text

wxString SCH_CONNECTIVITY::LIBRARY_FIELD_FACT::text

Definition at line 208 of file conn_facts.h.

Referenced by Matches().

◆ visible

bool SCH_CONNECTIVITY::LIBRARY_FIELD_FACT::visible = false

Definition at line 210 of file conn_facts.h.

Referenced by Matches().


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