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

Display positions use symbol coordinates; rotFont combines the font index and quarter turns. More...

#include <orcad_records.h>

Public Attributes

uint32_t nameIdx = 0
 
std::string name
 resolved property name (empty when index invalid)
 
int x = 0
 
int y = 0
 
int rotation = 0
 0..3 quarter turns
 
int fontIdx = 0
 1-based into ORCAD_LIBRARY_INFO::fonts; 0 = default
 
int color = 0
 
int dispMode = 0
 

Detailed Description

Display positions use symbol coordinates; rotFont combines the font index and quarter turns.

Definition at line 165 of file orcad_records.h.

Member Data Documentation

◆ color

int ORCAD_DISPLAY_PROP::color = 0

◆ dispMode

◆ fontIdx

◆ name

◆ nameIdx

uint32_t ORCAD_DISPLAY_PROP::nameIdx = 0

Definition at line 167 of file orcad_records.h.

Referenced by OrcadReadDisplayProp(), and v2DisplayProp().

◆ rotation

◆ x

◆ y


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