KiCad PCB EDA Suite
Loading...
Searching...
No Matches
PCAD2KICAD::PCAD_CALLBACKS Class Referenceabstract

#include <pcad_callbacks.h>

Inheritance diagram for PCAD2KICAD::PCAD_CALLBACKS:
PCAD2KICAD::PCAD_PCB

Public Member Functions

virtual ~PCAD_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 49 of file pcad_callbacks.h.

Constructor & Destructor Documentation

◆ ~PCAD_CALLBACKS()

virtual PCAD2KICAD::PCAD_CALLBACKS::~PCAD_CALLBACKS ( )
inlinevirtual

Definition at line 52 of file pcad_callbacks.h.

Member Function Documentation

◆ GetKiCadLayer()

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

◆ GetLayerNetNameRef()

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

◆ GetLayerType()

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

◆ GetNetCode()

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

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