KiCad PCB EDA Suite
Loading...
Searching...
No Matches
board_context.h File Reference
#include <memory>
#include <wx/string.h>

Go to the source code of this file.

Classes

class  BOARD_CONTEXT
 An interface for the frame surface that the API handlers need; to enable headless mode. More...
 

Functions

std::shared_ptr< BOARD_CONTEXTCreatePcbFrameContext (PCB_EDIT_FRAME *aFrame)
 

Function Documentation

◆ CreatePcbFrameContext()

std::shared_ptr< BOARD_CONTEXT > CreatePcbFrameContext ( PCB_EDIT_FRAME * aFrame)

Definition at line 79 of file board_context.cpp.

Referenced by API_HANDLER_PCB::API_HANDLER_PCB().