20#ifndef EESCHEMA_HELPERS_H_
21#define EESCHEMA_HELPERS_H_
44 bool aForceDefaultProject,
46 bool aCalculateConnectivity =
true,
49 SCH_IO_MGR::SCH_FILE_T aFormat,
50 bool aSetActive,
bool aForceDefaultProject,
52 bool aCalculateConnectivity =
true,
Helper functions to do things like load schematics behind the scenes for special functions.
static void SetSchEditFrame(SCH_EDIT_FRAME *aSchEditFrame)
static SCH_EDIT_FRAME * s_SchEditFrame
static SCHEMATIC * LoadSchematic(const wxString &aFileName, bool aSetActive, bool aForceDefaultProject, PROJECT *aProject=nullptr, bool aCalculateConnectivity=true, REPORTER *aRootReporter=nullptr)
Container for project specific data.
A pure virtual class used to derive REPORTER objects from.
Holds all the data relating to one schematic.
Schematic editor (Eeschema) main window.