KiCad PCB EDA Suite
|
#include <sch_label.h>
Go to the source code of this file.
Classes | |
class | SCH_SHEET_PIN |
Define a sheet pin (label) used in sheets to create hierarchical schematics. More... | |
Enumerations | |
enum class | SHEET_SIDE { LEFT = 0 , RIGHT , TOP , BOTTOM , UNDEFINED } |
Define the edge of the sheet that the sheet pin is positioned. More... | |
|
strong |
Define the edge of the sheet that the sheet pin is positioned.
SHEET_LEFT_SIDE = 0: pin on left side SHEET_RIGHT_SIDE = 1: pin on right side SHEET_TOP_SIDE = 2: pin on top side SHEET_BOTTOM_SIDE =3: pin on bottom side
For compatibility reasons, this does not follow same values as text orientation.
Enumerator | |
---|---|
LEFT | |
RIGHT | |
TOP | |
BOTTOM | |
UNDEFINED |
Definition at line 45 of file sch_sheet_pin.h.