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
 
bool m_ExcludedFromBoard = false
 
bool m_ExcludedFromPosFiles = 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 150 of file sch_sheet_path.h.

Member Data Documentation

◆ m_DNP

bool SCH_SHEET_INSTANCE::m_DNP = false

Definition at line 159 of file sch_sheet_path.h.

◆ m_ExcludedFromBoard

bool SCH_SHEET_INSTANCE::m_ExcludedFromBoard = false

Definition at line 162 of file sch_sheet_path.h.

◆ m_ExcludedFromBOM

bool SCH_SHEET_INSTANCE::m_ExcludedFromBOM = false

Definition at line 160 of file sch_sheet_path.h.

◆ m_ExcludedFromPosFiles

bool SCH_SHEET_INSTANCE::m_ExcludedFromPosFiles = false

Definition at line 163 of file sch_sheet_path.h.

◆ m_ExcludedFromSim

bool SCH_SHEET_INSTANCE::m_ExcludedFromSim = false

Definition at line 161 of file sch_sheet_path.h.

◆ m_PageNumber

◆ m_Path

◆ m_ProjectName

wxString SCH_SHEET_INSTANCE::m_ProjectName

◆ m_Variants


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