26#ifndef PCAD_CALLBACKS_H 
   27#define PCAD_CALLBACKS_H 
   59        virtual int           GetNetCode( 
const wxString& netName ) 
const = 0;
 
 
virtual ~PCAD_CALLBACKS()
 
virtual LAYER_TYPE_T GetLayerType(int aPCadLayer) const =0
 
virtual int GetNetCode(const wxString &netName) const =0
 
virtual wxString GetLayerNetNameRef(int aPCadLayer) const =0
 
virtual PCB_LAYER_ID GetKiCadLayer(int aPCadLayer) const =0
 
PCB_LAYER_ID
A quick note on layer IDs: