|
KiCad PCB EDA Suite
|
#include <io/diptrace/diptrace_binary_reader.h>#include <map>#include <memory>#include <set>#include <vector>#include <math/vector2d.h>#include <wx/string.h>Go to the source code of this file.
Classes | |
| struct | DIPTRACE::DCH_SHEET_DEF |
| Sheet definition as read from the file header. More... | |
| struct | DIPTRACE::DCH_SHEET_SHAPE |
| A top-level schematic sheet graphical primitive. More... | |
| struct | DIPTRACE::DCH_PIN |
| A component pin as stored in the .dch file. More... | |
| struct | DIPTRACE::DCH_SHAPE |
| A graphical shape primitive (polyline) in a component. More... | |
| struct | DIPTRACE::DCH_COMPONENT_TEXT |
| A stored component text field record that precedes the embedded footprint pattern. More... | |
| struct | DIPTRACE::DCH_COMPONENT |
| A component as read from the .dch file. More... | |
| struct | DIPTRACE::DCH_BUS_ENTRY |
| A bus entry as read from the bus section. More... | |
| struct | DIPTRACE::DCH_NET_ENTRY |
| A net label/wire entry from the net section. More... | |
| struct | DIPTRACE::DCH_PAGE |
| Decoded page geometry. More... | |
| struct | DIPTRACE::DCH_WIRE |
| A single schematic wire decoded from the net/wire section. More... | |
| class | DIPTRACE::SCH_PARSER |
| Parser for DipTrace .dch schematic binary files. More... | |
Namespaces | |
| namespace | DIPTRACE |