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

#include <pcad_sch_parser.h>

Public Attributes

wxString symbolRef
 
wxString refDesRef
 
int partNum = 1
 
double x = 0
 
double y = 0
 
double rotation = 0
 
bool isFlipped = false
 
std::vector< ATTRattrs
 

Detailed Description

Definition at line 233 of file pcad_sch_parser.h.

Member Data Documentation

◆ attrs

std::vector<ATTR> PCAD_SCH::SYMBOL_INST::attrs

◆ isFlipped

bool PCAD_SCH::SYMBOL_INST::isFlipped = false

◆ partNum

int PCAD_SCH::SYMBOL_INST::partNum = 1

◆ refDesRef

wxString PCAD_SCH::SYMBOL_INST::refDesRef

◆ rotation

double PCAD_SCH::SYMBOL_INST::rotation = 0

◆ symbolRef

wxString PCAD_SCH::SYMBOL_INST::symbolRef

◆ x

double PCAD_SCH::SYMBOL_INST::x = 0

◆ y

double PCAD_SCH::SYMBOL_INST::y = 0

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