KiCad PCB EDA Suite
Loading...
Searching...
No Matches
SCH_SHEET_INSTANCE Struct Reference

A simple container for sheet instance information. More...

#include <sch_sheet_path.h>

Public Attributes

KIID_PATH m_Path
 
wxString m_PageNumber
 
wxString m_ProjectName
 
bool m_DNP = false
 
bool m_ExcludedFromBOM = false
 
bool m_ExcludedFromSim = false
 
std::map< wxString, SCH_SHEET_VARIANTm_Variants
 A list of sheet variants.
 

Detailed Description

A simple container for sheet instance information.

Definition at line 145 of file sch_sheet_path.h.

Member Data Documentation

◆ m_DNP

bool SCH_SHEET_INSTANCE::m_DNP = false

Definition at line 154 of file sch_sheet_path.h.

◆ m_ExcludedFromBOM

bool SCH_SHEET_INSTANCE::m_ExcludedFromBOM = false

Definition at line 155 of file sch_sheet_path.h.

◆ m_ExcludedFromSim

bool SCH_SHEET_INSTANCE::m_ExcludedFromSim = false

Definition at line 156 of file sch_sheet_path.h.

◆ m_PageNumber

◆ m_Path

◆ m_ProjectName

wxString SCH_SHEET_INSTANCE::m_ProjectName

◆ m_Variants

std::map<wxString, SCH_SHEET_VARIANT> SCH_SHEET_INSTANCE::m_Variants

A list of sheet variants.

Definition at line 159 of file sch_sheet_path.h.

Referenced by SCH_IO_KICAD_SEXPR_PARSER::parseSheet().


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