KiCad PCB EDA Suite
|
#include <sch_field.h>
Go to the source code of this file.
Classes | |
class | SCH_SHEET |
Sheet symbol placed in a schematic, and is the entry point for a sub schematic. More... | |
Macros | |
#define | MIN_SHEET_WIDTH 500 |
#define | MIN_SHEET_HEIGHT 150 |
Enumerations | |
enum | SHEET_FIELD_TYPE { SHEETNAME = 0 , SHEETFILENAME , SHEET_MANDATORY_FIELDS } |
#define MIN_SHEET_HEIGHT 150 |
Definition at line 40 of file sch_sheet.h.
#define MIN_SHEET_WIDTH 500 |
Definition at line 39 of file sch_sheet.h.
enum SHEET_FIELD_TYPE |
Enumerator | |
---|---|
SHEETNAME | |
SHEETFILENAME | |
SHEET_MANDATORY_FIELDS | The first 2 are mandatory, and must be instantiated in SCH_SHEET. |
Definition at line 43 of file sch_sheet.h.