KiCad PCB EDA Suite
Loading...
Searching...
No Matches
ORCAD_ALIAS Struct Reference

The owning wire defines the connection. More...

#include <orcad_records.h>

Public Attributes

std::string name
 
int x = 0
 
int y = 0
 
int rotation = 0
 0..3 quarter turns
 
int color = 0
 
int fontIdx = 0
 

Detailed Description

The owning wire defines the connection.

The stored position controls only the display.

Definition at line 179 of file orcad_records.h.

Member Data Documentation

◆ color

int ORCAD_ALIAS::color = 0

Definition at line 185 of file orcad_records.h.

Referenced by OrcadReadAlias(), and v2Alias().

◆ fontIdx

int ORCAD_ALIAS::fontIdx = 0

Definition at line 186 of file orcad_records.h.

Referenced by OrcadReadAlias(), v2Alias(), and ORCAD_CONVERTER::wireAliasFontId().

◆ name

◆ rotation

int ORCAD_ALIAS::rotation = 0

0..3 quarter turns

Definition at line 184 of file orcad_records.h.

Referenced by OrcadReadAlias(), and v2Alias().

◆ x

int ORCAD_ALIAS::x = 0

◆ y

int ORCAD_ALIAS::y = 0

Definition at line 183 of file orcad_records.h.

Referenced by ORCAD_CONVERTER::offsetPage(), OrcadReadAlias(), and v2Alias().


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