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

Go to the source code of this file.

Classes

class  PCB_CONTEXT
 PCB-editor-specific context; extends BOARD_CONTEXT with save/filename operations. More...
 

Functions

std::shared_ptr< PCB_CONTEXTCreatePcbFrameContext (PCB_EDIT_FRAME *aFrame)
 

Function Documentation

◆ CreatePcbFrameContext()

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

Definition at line 79 of file pcb_context.cpp.

Referenced by API_HANDLER_PCB::API_HANDLER_PCB().