KiCad PCB EDA Suite
Loading...
Searching...
No Matches
PCAD_SCH::SHEET Struct Reference

#include <pcad_sch_parser.h>

Public Attributes

wxString name
 
int sheetNum = 1
 
std::vector< WIREwires
 
std::vector< BUSbuses
 
std::vector< BUS_ENTRYbusEntries
 
std::vector< PORTports
 
std::vector< JUNCTIONjunctions
 
std::vector< SYMBOL_INSTsymbols
 
std::vector< TEXT_ITEMtexts
 
std::vector< LINElines
 
std::vector< ARCarcs
 
std::vector< POLYpolys
 
std::vector< IEEE_SYMBOLieeeSymbols
 
std::vector< FIELD_PLACEMENTfields
 

Detailed Description

Definition at line 252 of file pcad_sch_parser.h.

Member Data Documentation

◆ arcs

std::vector<ARC> PCAD_SCH::SHEET::arcs

◆ busEntries

std::vector<BUS_ENTRY> PCAD_SCH::SHEET::busEntries

◆ buses

std::vector<BUS> PCAD_SCH::SHEET::buses

◆ fields

std::vector<FIELD_PLACEMENT> PCAD_SCH::SHEET::fields

◆ ieeeSymbols

std::vector<IEEE_SYMBOL> PCAD_SCH::SHEET::ieeeSymbols

◆ junctions

std::vector<JUNCTION> PCAD_SCH::SHEET::junctions

◆ lines

std::vector<LINE> PCAD_SCH::SHEET::lines

◆ name

wxString PCAD_SCH::SHEET::name

◆ polys

std::vector<POLY> PCAD_SCH::SHEET::polys

◆ ports

std::vector<PORT> PCAD_SCH::SHEET::ports

◆ sheetNum

int PCAD_SCH::SHEET::sheetNum = 1

◆ symbols

std::vector<SYMBOL_INST> PCAD_SCH::SHEET::symbols

◆ texts

std::vector<TEXT_ITEM> PCAD_SCH::SHEET::texts

◆ wires

std::vector<WIRE> PCAD_SCH::SHEET::wires

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