KiCad PCB EDA Suite
Loading...
Searching...
No Matches
sch_sheet.h File Reference
#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 }
 

Macro Definition Documentation

◆ MIN_SHEET_HEIGHT

#define MIN_SHEET_HEIGHT   150

Definition at line 40 of file sch_sheet.h.

◆ MIN_SHEET_WIDTH

#define MIN_SHEET_WIDTH   500

Definition at line 39 of file sch_sheet.h.

Enumeration Type Documentation

◆ 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.