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

A positioned text. More...

#include <pcad_sch_parser.h>

Public Attributes

wxString text
 
double x = 0
 
double y = 0
 
double rotation = 0
 
bool isFlipped = false
 
bool isVisible = true
 
JUSTIFY justify = JUSTIFY::LOWER_LEFT
 
wxString styleRef
 

Detailed Description

A positioned text.

Free sheet text, wire/bus display names, pin name/designator texts and attribute values all share this shape.

Definition at line 77 of file pcad_sch_parser.h.

Member Data Documentation

◆ isFlipped

bool PCAD_SCH::TEXT_ITEM::isFlipped = false

◆ isVisible

bool PCAD_SCH::TEXT_ITEM::isVisible = true

◆ justify

JUSTIFY PCAD_SCH::TEXT_ITEM::justify = JUSTIFY::LOWER_LEFT

Definition at line 84 of file pcad_sch_parser.h.

Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseText().

◆ rotation

double PCAD_SCH::TEXT_ITEM::rotation = 0

◆ styleRef

wxString PCAD_SCH::TEXT_ITEM::styleRef

Definition at line 85 of file pcad_sch_parser.h.

Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseText().

◆ text

◆ x

double PCAD_SCH::TEXT_ITEM::x = 0

◆ y

double PCAD_SCH::TEXT_ITEM::y = 0

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