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 | SCH_SYMBOL_INSTANCE |
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 > |
struct | SHEET_PATH_HASH |
struct | SHEET_PATH_CMP |
class | SCH_SHEET_LIST |
A container for handling SCH_SHEET_PATH objects in a flattened hierarchy. More... | |
Namespaces | |
namespace | std |
STL namespace. | |
Typedefs | |
typedef std::map< wxString, SCH_REFERENCE_LIST > | SCH_MULTI_UNIT_REFERENCE_MAP |
Container to map reference designators for multi-unit parts. | |
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 125 of file sch_sheet_path.h.