KiCad PCB EDA Suite
PCAD2KICAD::PCB_CALLBACKS Class Referenceabstract

#include <pcb_callbacks.h>

Inheritance diagram for PCAD2KICAD::PCB_CALLBACKS:
PCAD2KICAD::PCB

Public Member Functions

virtual ~PCB_CALLBACKS ()
 
virtual PCB_LAYER_ID GetKiCadLayer (int aPCadLayer) const =0
 
virtual LAYER_TYPE_T GetLayerType (int aPCadLayer) const =0
 
virtual wxString GetLayerNetNameRef (int aPCadLayer) const =0
 
virtual int GetNetCode (const wxString &netName) const =0
 

Detailed Description

Definition at line 54 of file pcb_callbacks.h.

Constructor & Destructor Documentation

◆ ~PCB_CALLBACKS()

virtual PCAD2KICAD::PCB_CALLBACKS::~PCB_CALLBACKS ( )
inlinevirtual

Definition at line 57 of file pcb_callbacks.h.

58 {
59 }

Member Function Documentation

◆ GetKiCadLayer()

virtual PCB_LAYER_ID PCAD2KICAD::PCB_CALLBACKS::GetKiCadLayer ( int  aPCadLayer) const
pure virtual

◆ GetLayerNetNameRef()

virtual wxString PCAD2KICAD::PCB_CALLBACKS::GetLayerNetNameRef ( int  aPCadLayer) const
pure virtual

◆ GetLayerType()

virtual LAYER_TYPE_T PCAD2KICAD::PCB_CALLBACKS::GetLayerType ( int  aPCadLayer) const
pure virtual

◆ GetNetCode()

virtual int PCAD2KICAD::PCB_CALLBACKS::GetNetCode ( const wxString &  netName) const
pure virtual

The documentation for this class was generated from the following file: