|
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 | |
| class | VARIANT |
| Object to store and handle common variant information. More... | |
| class | SCH_SYMBOL_VARIANT |
| Variant information for a schematic symbol. More... | |
| struct | SCH_SYMBOL_INSTANCE |
| A simple container for schematic symbol instance information. More... | |
| class | SCH_SHEET_VARIANT |
| Variant information for a schematic sheet. 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 209 of file sch_sheet_path.h.