![]() |
KiCad PCB EDA Suite
|
Definition of the SCH_SHEET_PATH and SCH_SHEET_LIST classes for Eeschema. More...
Go to the source code of this file.
Classes | |
struct | SYMBOL_INSTANCE_REFERENCE |
A simple container for schematic symbol instance information. More... | |
struct | SCH_SHEET_INSTANCE |
A simple container for sheet instance information. More... | |
class | SCH_SHEET_PATH |
Handle access to a stack of flattened SCH_SHEET objects by way of a path for creating a flattened schematic hierarchy. More... | |
struct | std::hash< SCH_SHEET_PATH > |
class | SCH_SHEET_LIST |
A container for handling SCH_SHEET_PATH objects in a flattened hierarchy. More... | |
Namespaces | |
std | |
Typedefs | |
typedef std::map< wxString, SCH_REFERENCE_LIST > | SCH_MULTI_UNIT_REFERENCE_MAP |
Container to map reference designators for multi-unit parts. More... | |
typedef std::vector< SCH_SHEET_PATH > | SCH_SHEET_PATHS |
typedef SCH_SHEET_PATHS::iterator | SCH_SHEET_PATHS_ITER |
Definition of the SCH_SHEET_PATH and SCH_SHEET_LIST classes for Eeschema.
Definition in file sch_sheet_path.h.
typedef std::map<wxString, SCH_REFERENCE_LIST> SCH_MULTI_UNIT_REFERENCE_MAP |
Container to map reference designators for multi-unit parts.
Definition at line 111 of file sch_sheet_path.h.
typedef std::vector< SCH_SHEET_PATH > SCH_SHEET_PATHS |
Definition at line 397 of file sch_sheet_path.h.
typedef SCH_SHEET_PATHS::iterator SCH_SHEET_PATHS_ITER |
Definition at line 398 of file sch_sheet_path.h.