20#ifndef EESCHEMA_HELPERS_H_
21#define EESCHEMA_HELPERS_H_
42 bool aForceDefaultProject,
44 bool aCalculateConnectivity =
true );
46 SCH_IO_MGR::SCH_FILE_T aFormat,
47 bool aSetActive,
bool aForceDefaultProject,
49 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)
Container for project specific data.
Holds all the data relating to one schematic.
Schematic editor (Eeschema) main window.