KiCad PCB EDA Suite
Loading...
Searching...
No Matches
sch_label.h File Reference
#include <sch_text.h>
#include <sch_item.h>
#include <sch_field.h>
#include <sch_connection.h>

Go to the source code of this file.

Classes

class  SPIN_STYLE
 
class  SCH_LABEL_BASE
 
class  SCH_LABEL
 
class  SCH_DIRECTIVE_LABEL
 
class  SCH_GLOBALLABEL
 
class  SCH_HIERLABEL
 

Enumerations

enum  LABEL_FLAG_SHAPE {
  L_INPUT , L_OUTPUT , L_BIDI , L_TRISTATE ,
  L_UNSPECIFIED , F_FIRST , F_DOT = F_FIRST , F_ROUND ,
  F_DIAMOND , F_RECTANGLE
}
 

Enumeration Type Documentation

◆ LABEL_FLAG_SHAPE

Enumerator
L_INPUT 
L_OUTPUT 
L_BIDI 
L_TRISTATE 
L_UNSPECIFIED 
F_FIRST 
F_DOT 
F_ROUND 
F_DIAMOND 
F_RECTANGLE 

Definition at line 90 of file sch_label.h.