KiCad PCB EDA Suite
|
#include <string>
#include <memory>
Go to the source code of this file.
Namespaces | |
namespace | KI_TEST |
Functions | |
void | KI_TEST::DumpSchematicToFile (SCHEMATIC &aSchematic, SCH_SHEET &aSheet, const std::string &aFilename) |
std::unique_ptr< SCHEMATIC > | KI_TEST::ReadSchematicFromStream (std::istream &aStream, PROJECT *aProject) |
std::unique_ptr< SCHEMATIC > | KI_TEST::ReadSchematicFromFile (const std::string &aFilename, PROJECT *aProject) |
void | KI_TEST::LoadSchematic (SETTINGS_MANAGER &aSettingsManager, const wxString &aRelPath, std::unique_ptr< SCHEMATIC > &aSchematic) |