KiCad PCB EDA Suite
Loading...
Searching...
No Matches
save_project_utils.h File Reference
#include <unordered_map>
#include <wx/filename.h>

Go to the source code of this file.

Functions

bool PrepareSaveAsFiles (SCHEMATIC &aSchematic, SCH_SCREENS &aScreens, const wxFileName &aOldRoot, const wxFileName &aNewRoot, bool aSaveCopy, bool aCopySubsheets, bool aIncludeExternSheets, std::unordered_map< SCH_SCREEN *, wxString > &aFilenameMap, wxString &aErrorMsg)
 

Function Documentation

◆ PrepareSaveAsFiles()

bool PrepareSaveAsFiles ( SCHEMATIC & aSchematic,
SCH_SCREENS & aScreens,
const wxFileName & aOldRoot,
const wxFileName & aNewRoot,
bool aSaveCopy,
bool aCopySubsheets,
bool aIncludeExternSheets,
std::unordered_map< SCH_SCREEN *, wxString > & aFilenameMap,
wxString & aErrorMsg )