|
KiCad PCB EDA Suite
|
#include "conn_frame.h"#include <sch_screen.h>#include <sch_sheet_path.h>#include <limits>#include <stdexcept>#include <wx/thread.h>Go to the source code of this file.
Namespaces | |
| namespace | SCH_CONNECTIVITY |
| Value keys and the key session of the schematic connectivity engine. | |
Functions | |
| std::vector< FRAME_INSTANCE > | SCH_CONNECTIVITY::CaptureHierarchy (const SCH_SHEET_LIST &aPaths, SESSION_KEYS &aKeys) |
| Interns every sheet instance and returns the frame in KIID_PATH order, so each parent precedes its children. | |