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

#include <conn_facts.h>

Public Member Functions

bool operator== (const ITEM_TEXT_FACT &) const =default
 

Public Attributes

KIID id = niluuid
 
wxString name
 
wxString ncName
 
std::vector< wxString > netclasses
 
bool canDrive = false
 
wxString reference
 

Detailed Description

Definition at line 264 of file conn_facts.h.

Member Function Documentation

◆ operator==()

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

Member Data Documentation

◆ canDrive

bool SCH_CONNECTIVITY::ITEM_TEXT_FACT::canDrive = false

Definition at line 270 of file conn_facts.h.

Referenced by SCH_CONNECTIVITY::PrepareInstanceClaims().

◆ id

KIID SCH_CONNECTIVITY::ITEM_TEXT_FACT::id = niluuid

◆ name

wxString SCH_CONNECTIVITY::ITEM_TEXT_FACT::name

Definition at line 267 of file conn_facts.h.

Referenced by SCH_CONNECTIVITY::PrepareInstanceClaims().

◆ ncName

wxString SCH_CONNECTIVITY::ITEM_TEXT_FACT::ncName

Definition at line 268 of file conn_facts.h.

Referenced by SCH_CONNECTIVITY::PrepareInstanceClaims().

◆ netclasses

std::vector<wxString> SCH_CONNECTIVITY::ITEM_TEXT_FACT::netclasses

Definition at line 269 of file conn_facts.h.

Referenced by SCH_CONNECTIVITY::PrepareInstanceClaims().

◆ reference

wxString SCH_CONNECTIVITY::ITEM_TEXT_FACT::reference

Definition at line 271 of file conn_facts.h.


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