|
KiCad PCB EDA Suite
|
#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_CONTEXT > | CreatePcbFrameContext (PCB_EDIT_FRAME *aFrame) |
| 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().