KiCad PCB EDA Suite
Loading...
Searching...
No Matches
sch_context.h File Reference
#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_CONTEXTCreateSchFrameContext (SCH_EDIT_FRAME *aFrame)
 

Function Documentation

◆ CreateSchFrameContext()

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().