|
KiCad PCB EDA Suite
|
#include <memory>#include <wx/string.h>Go to the source code of this file.
Classes | |
| class | SCH_CONTEXT |
| An interface for the frame surface that the SCH API handlers need; to enable headless mode. More... | |
Functions | |
| std::shared_ptr< SCH_CONTEXT > | CreateSchFrameContext (SCH_EDIT_FRAME *aFrame) |
| std::shared_ptr< SCH_CONTEXT > CreateSchFrameContext | ( | SCH_EDIT_FRAME * | aFrame | ) |
Definition at line 69 of file sch_context.cpp.
Referenced by API_HANDLER_SCH::API_HANDLER_SCH().