KiCad PCB EDA Suite
|
#include <pcad_pcb.h>
Public Member Functions | |
PCAD_PCB (BOARD *aBoard) | |
~PCAD_PCB () | |
PCB_LAYER_ID | GetKiCadLayer (int aPCadLayer) const override |
LAYER_TYPE_T | GetLayerType (int aPCadLayer) const override |
wxString | GetLayerNetNameRef (int aPCadLayer) const override |
int | GetNetCode (const wxString &aNetName) const override |
void | ParseBoard (wxStatusBar *aStatusBar, wxXmlDocument *aXmlDoc, const wxString &aActualConversion) |
void | AddToBoard (FOOTPRINT *aFootprint=nullptr) override |
XNODE * | FindModulePatternDefName (XNODE *aNode, const wxString &aName) |
void | DoLayerContentsObjects (XNODE *aNode, PCAD_FOOTPRINT *aFootprint, PCAD_COMPONENTS_ARRAY *aList, wxStatusBar *aStatusBar, const wxString &aDefaultMeasurementUnit, const wxString &aActualConversion) |
void | SetName (const wxString &aPin, const wxString &aName) |
virtual void | Parse (XNODE *aNode, wxStatusBar *aStatusBar, const wxString &aDefaultMeasurementUnit, const wxString &aActualConversion) |
virtual void | Flip () override |
virtual void | SetPosOffset (int aX_offs, int aY_offs) |
PCB_LAYER_ID | GetKiCadLayer () const |
Public Attributes | |
PCAD_COMPONENTS_ARRAY | m_PcbComponents |
PCAD_NETS_ARRAY | m_PcbNetlist |
wxString | m_DefaultMeasurementUnit |
std::map< int, TLAYER > | m_LayersMap |
int | m_SizeX |
int | m_SizeY |
TTEXTVALUE | m_Value |
PCAD_COMPONENTS_ARRAY | m_FootprintItems |
int | m_Mirror |
VERTICES_ARRAY | m_BoardOutline |
char | m_ObjType |
int | m_PCadLayer |
PCB_LAYER_ID | m_KiCadLayer |
KIID | m_Uuid |
int | m_PositionX |
int | m_PositionY |
EDA_ANGLE | m_Rotation |
TTEXTVALUE | m_Name |
wxString | m_Net |
int | m_NetCode |
wxString | m_CompRef |
wxString | m_PatGraphRefName |
Protected Attributes | |
PCAD_CALLBACKS * | m_callbacks |
BOARD * | m_board |
Private Member Functions | |
XNODE * | FindCompDefName (XNODE *aNode, const wxString &aName) const |
void | SetTextProperty (XNODE *aNode, TTEXTVALUE *aTextValue, const wxString &aPatGraphRefName, const wxString &aXmlName, const wxString &aActualConversion) |
void | DoPCBComponents (XNODE *aNode, wxXmlDocument *aXmlDoc, const wxString &aActualConversion, wxStatusBar *aStatusBar) |
void | ConnectPinToNet (const wxString &aCr, const wxString &aPr, const wxString &aNetName) |
int | FindLayer (const wxString &aLayerName) const |
void | MapLayer (XNODE *aNode) |
int | FindOutlinePoint (const VERTICES_ARRAY *aOutline, wxRealPoint aPoint) const |
double | GetDistance (const wxRealPoint *aPoint1, const wxRealPoint *aPoint2) const |
void | GetBoardOutline (wxXmlDocument *aXmlDoc, const wxString &aActualConversion) |
XNODE * | FindPatternMultilayerSection (XNODE *aNode, wxString *aPatGraphRefName) |
Private Attributes | |
std::vector< std::pair< wxString, long > > | m_layersStackup |
Definition at line 46 of file pcad_pcb.h.
PCAD2KICAD::PCAD_PCB::PCAD_PCB | ( | BOARD * | aBoard | ) |
Definition at line 76 of file pcad_pcb.cpp.
References B_Cu, B_SilkS, Eco2_User, F_Cu, F_Mask, F_SilkS, TLAYER::KiCadLayer, LAYER_TYPE_NONSIGNAL, LAYER_TYPE_SIGNAL, TLAYER::layerType, m_DefaultMeasurementUnit, m_LayersMap, m_SizeX, m_SizeY, and TLAYER::netNameRef.
PCAD2KICAD::PCAD_PCB::~PCAD_PCB | ( | ) |
Definition at line 105 of file pcad_pcb.cpp.
References m_PcbComponents, and m_PcbNetlist.
|
overridevirtual |
Reimplemented from PCAD2KICAD::PCAD_FOOTPRINT.
Definition at line 941 of file pcad_pcb.cpp.
References BOARD::Add(), PCAD2KICAD::PCAD_PCB_COMPONENT::m_board, m_layersStackup, PCAD2KICAD::PCAD_NET::m_Name, PCAD2KICAD::PCAD_NET::m_NetCode, m_PcbComponents, m_PcbNetlist, and BOARD::SetCopperLayerCount().
Referenced by PCB_IO_PCAD::LoadBoard().
|
private |
Definition at line 424 of file pcad_pcb.cpp.
References PCAD2KICAD::PCAD_FOOTPRINT::m_FootprintItems, PCAD2KICAD::PCAD_PCB_COMPONENT::m_Name, PCAD2KICAD::PCAD_PCB_COMPONENT::m_Net, PCAD2KICAD::PCAD_PCB_COMPONENT::m_ObjType, m_PcbComponents, and PCAD2KICAD::TTEXTVALUE::text.
Referenced by ParseBoard().
|
inherited |
Definition at line 218 of file pcad_footprint.cpp.
References PCAD2KICAD::PCAD_POLYGON::AssignNet(), PCAD2KICAD::FindNode(), PCAD2KICAD::PCAD_POLYGON::FormPolygon(), XNODE::GetChildren(), PCAD2KICAD::PCAD_CALLBACKS::GetLayerNetNameRef(), PCAD2KICAD::PCAD_CALLBACKS::GetLayerType(), XNODE::GetNext(), LAYER_TYPE_PLANE, PCAD2KICAD::PCAD_PCB_COMPONENT::m_board, PCAD2KICAD::PCAD_FOOTPRINT::m_BoardOutline, PCAD2KICAD::PCAD_PCB_COMPONENT::m_callbacks, PCAD2KICAD::PCAD_POLYGON::m_Cutouts, PCAD2KICAD::PCAD_PCB_COMPONENT::m_Name, PCAD2KICAD::PCAD_CUTOUT::Parse(), PCAD2KICAD::PCAD_POLYGON::Parse(), PCAD2KICAD::PCAD_COPPER_POUR::Parse(), PCAD2KICAD::PCAD_PLANE::Parse(), PCAD2KICAD::PCAD_ARC::Parse(), PCAD2KICAD::PCAD_LINE::Parse(), PCAD2KICAD::SetFontProperty(), PCAD2KICAD::PCAD_POLYGON::SetOutline(), and text.
Referenced by PCAD2KICAD::PCAD_FOOTPRINT::Parse(), and ParseBoard().
|
private |
Definition at line 235 of file pcad_pcb.cpp.
References FindCompDefName(), PCAD2KICAD::PCAD_FOOTPRINT::FindModulePatternDefName(), PCAD2KICAD::FindNode(), PCAD2KICAD::FindNodeGetContent(), PCAD2KICAD::FindPinMap(), XNODE::GetChildren(), XNODE::GetNext(), XNODE::GetParent(), PCAD2KICAD::PCAD_PCB_COMPONENT::m_board, PCAD2KICAD::PCAD_PCB_COMPONENT::m_callbacks, PCAD2KICAD::PCAD_PCB_COMPONENT::m_CompRef, m_DefaultMeasurementUnit, PCAD2KICAD::PCAD_FOOTPRINT::m_Mirror, PCAD2KICAD::PCAD_PCB_COMPONENT::m_Name, PCAD2KICAD::PCAD_PCB_COMPONENT::m_PatGraphRefName, m_PcbComponents, PCAD2KICAD::PCAD_PCB_COMPONENT::m_PositionX, PCAD2KICAD::PCAD_PCB_COMPONENT::m_PositionY, PCAD2KICAD::PCAD_PCB_COMPONENT::m_Rotation, PCAD2KICAD::PCAD_FOOTPRINT::m_Value, pad, PCAD2KICAD::PCAD_KEEPOUT::Parse(), PCAD2KICAD::PCAD_FOOTPRINT::Parse(), PCAD2KICAD::PCAD_FOOTPRINT::SetName(), PCAD2KICAD::SetPosition(), SetTextProperty(), PCAD2KICAD::StrToInt1Units(), TENTHS_OF_A_DEGREE_T, PCAD2KICAD::TTEXTVALUE::text, PCAD2KICAD::ValidateName(), and via.
Referenced by ParseBoard().
|
private |
Definition at line 138 of file pcad_pcb.cpp.
References PCAD2KICAD::FindNode(), and XNODE::GetNext().
Referenced by DoPCBComponents().
|
private |
|
inherited |
Definition at line 69 of file pcad_footprint.cpp.
References PCAD2KICAD::FindNode(), XNODE::GetNext(), and PCAD2KICAD::ValidateName().
Referenced by DoPCBComponents(), and PCAD2KICAD::PCAD_FOOTPRINT::FindPatternMultilayerSection().
|
private |
Definition at line 559 of file pcad_pcb.cpp.
Referenced by GetBoardOutline().
|
privateinherited |
Definition at line 122 of file pcad_footprint.cpp.
References PCAD2KICAD::PCAD_FOOTPRINT::FindModulePatternDefName(), PCAD2KICAD::FindNode(), XNODE::GetNext(), XNODE::GetParent(), and PCAD2KICAD::ValidateName().
Referenced by PCAD2KICAD::PCAD_FOOTPRINT::Parse().
|
overridevirtualinherited |
Reimplemented from PCAD2KICAD::PCAD_PCB_COMPONENT.
Definition at line 599 of file pcad_footprint.cpp.
References PCAD2KICAD::PCAD_FOOTPRINT::m_FootprintItems, PCAD2KICAD::PCAD_FOOTPRINT::m_Mirror, PCAD2KICAD::PCAD_PCB_COMPONENT::m_ObjType, and PCAD2KICAD::PCAD_PCB_COMPONENT::m_Rotation.
Referenced by ParseBoard().
|
private |
Definition at line 579 of file pcad_pcb.cpp.
References distance(), Edge_Cuts, PCAD2KICAD::FindNode(), FindOutlinePoint(), XNODE::GetChildren(), GetDistance(), PCAD2KICAD::PCAD_PCB_COMPONENT::GetKiCadLayer(), XNODE::GetNext(), PCAD2KICAD::PCAD_FOOTPRINT::m_BoardOutline, m_DefaultMeasurementUnit, and PCAD2KICAD::SetPosition().
Referenced by ParseBoard().
|
private |
Definition at line 573 of file pcad_pcb.cpp.
Referenced by GetBoardOutline().
|
inlineinherited |
Definition at line 55 of file pcad_pcb_component.h.
References PCAD2KICAD::PCAD_CALLBACKS::GetKiCadLayer(), PCAD2KICAD::PCAD_PCB_COMPONENT::m_callbacks, and PCAD2KICAD::PCAD_PCB_COMPONENT::m_PCadLayer.
Referenced by GetBoardOutline(), PCAD2KICAD::PCAD_PAD_SHAPE::Parse(), PCAD2KICAD::PCAD_VIA_SHAPE::Parse(), PCAD2KICAD::PCAD_ARC::Parse(), PCAD2KICAD::PCAD_LINE::Parse(), PCAD2KICAD::PCAD_TEXT::Parse(), and PCAD2KICAD::PCAD_POLYGON::PCAD_POLYGON().
|
overridevirtual |
Implements PCAD2KICAD::PCAD_CALLBACKS.
Definition at line 43 of file pcad_pcb.cpp.
References _, m_LayersMap, and THROW_IO_ERROR.
|
overridevirtual |
Implements PCAD2KICAD::PCAD_CALLBACKS.
Definition at line 65 of file pcad_pcb.cpp.
References _, m_LayersMap, and THROW_IO_ERROR.
|
overridevirtual |
Implements PCAD2KICAD::PCAD_CALLBACKS.
Definition at line 54 of file pcad_pcb.cpp.
References _, m_LayersMap, and THROW_IO_ERROR.
|
overridevirtual |
Implements PCAD2KICAD::PCAD_CALLBACKS.
Definition at line 121 of file pcad_pcb.cpp.
References PCAD2KICAD::PCAD_NET::m_Name, PCAD2KICAD::PCAD_NET::m_NetCode, and m_PcbNetlist.
|
private |
Definition at line 464 of file pcad_pcb.cpp.
References B_Cu, B_Fab, B_Mask, B_Paste, B_SilkS, Dwgs_User, Edge_Cuts, F_Cu, F_Fab, F_Mask, F_Paste, F_SilkS, FindLayer(), PCAD2KICAD::FindNode(), TLAYER::KiCadLayer, LAYER_TYPE_NONSIGNAL, LAYER_TYPE_PLANE, LAYER_TYPE_SIGNAL, TLAYER::layerType, m_LayersMap, THROW_IO_ERROR, and ToLAYER_ID().
Referenced by ParseBoard().
|
virtualinherited |
Definition at line 388 of file pcad_footprint.cpp.
References PCAD2KICAD::PCAD_FOOTPRINT::DoLayerContentsObjects(), PCAD2KICAD::FindNode(), PCAD2KICAD::PCAD_FOOTPRINT::FindPatternMultilayerSection(), PCAD2KICAD::FindPinMap(), XNODE::GetChildren(), XNODE::GetNext(), XNODE::GetParent(), PCAD2KICAD::PCAD_PCB_COMPONENT::m_board, PCAD2KICAD::PCAD_PCB_COMPONENT::m_callbacks, PCAD2KICAD::PCAD_FOOTPRINT::m_FootprintItems, PCAD2KICAD::PCAD_PCB_COMPONENT::m_Name, PCAD2KICAD::PCAD_PCB_COMPONENT::m_PatGraphRefName, pad, PCAD2KICAD::PCAD_FOOTPRINT::SetName(), PCAD2KICAD::TTEXTVALUE::text, and via.
Referenced by DoPCBComponents(), and ParseBoard().
void PCAD2KICAD::PCAD_PCB::ParseBoard | ( | wxStatusBar * | aStatusBar, |
wxXmlDocument * | aXmlDoc, | ||
const wxString & | aActualConversion | ||
) |
Definition at line 673 of file pcad_pcb.cpp.
References _, ConnectPinToNet(), PCAD2KICAD::PCAD_FOOTPRINT::DoLayerContentsObjects(), DoPCBComponents(), PCAD2KICAD::FindNode(), PCAD2KICAD::PCAD_FOOTPRINT::Flip(), GetBoardOutline(), XNODE::GetChildren(), XNODE::GetNext(), PCAD2KICAD::PCAD_PCB_COMPONENT::m_board, m_DefaultMeasurementUnit, m_layersStackup, PCAD2KICAD::PCAD_NET::m_Name, PCAD2KICAD::PCAD_NET::m_NetNodes, PCAD2KICAD::PCAD_PCB_COMPONENT::m_ObjType, m_PcbComponents, m_PcbNetlist, PCAD2KICAD::PCAD_PCB_COMPONENT::m_PositionX, PCAD2KICAD::PCAD_PCB_COMPONENT::m_PositionY, m_SizeX, m_SizeY, MapLayer(), PCAD2KICAD::PCAD_NET::Parse(), PCAD2KICAD::PCAD_FOOTPRINT::Parse(), PCAD2KICAD::PCAD_PCB_COMPONENT::SetPosOffset(), and THROW_IO_ERROR.
Referenced by PCB_IO_PCAD::LoadBoard().
|
inherited |
Definition at line 370 of file pcad_footprint.cpp.
References PCAD2KICAD::PCAD_FOOTPRINT::m_FootprintItems, PCAD2KICAD::PCAD_PCB_COMPONENT::m_Name, PCAD2KICAD::PCAD_PCB_COMPONENT::m_ObjType, and PCAD2KICAD::TTEXTVALUE::text.
Referenced by DoPCBComponents(), and PCAD2KICAD::PCAD_FOOTPRINT::Parse().
|
virtualinherited |
Reimplemented in PCAD2KICAD::PCAD_ARC, PCAD2KICAD::PCAD_LINE, and PCAD2KICAD::PCAD_POLYGON.
Definition at line 61 of file pcad_pcb_component.cpp.
References PCAD2KICAD::PCAD_PCB_COMPONENT::m_PositionX, and PCAD2KICAD::PCAD_PCB_COMPONENT::m_PositionY.
Referenced by ParseBoard(), PCAD2KICAD::PCAD_ARC::SetPosOffset(), PCAD2KICAD::PCAD_LINE::SetPosOffset(), and PCAD2KICAD::PCAD_POLYGON::SetPosOffset().
|
private |
Definition at line 166 of file pcad_pcb.cpp.
References PCAD2KICAD::FindNode(), XNODE::GetNext(), m_DefaultMeasurementUnit, PCAD2KICAD::SetTextParameters(), and PCAD2KICAD::TTEXTVALUE::text.
Referenced by DoPCBComponents().
|
protectedinherited |
Definition at line 78 of file pcad_pcb_component.h.
Referenced by PCAD2KICAD::PCAD_ARC::AddToBoard(), PCAD2KICAD::PCAD_FOOTPRINT::AddToBoard(), PCAD2KICAD::PCAD_LINE::AddToBoard(), PCAD2KICAD::PCAD_PAD::AddToBoard(), AddToBoard(), PCAD2KICAD::PCAD_POLYGON::AddToBoard(), PCAD2KICAD::PCAD_TEXT::AddToBoard(), PCAD2KICAD::PCAD_PAD::AddToFootprint(), PCAD2KICAD::PCAD_FOOTPRINT::DoLayerContentsObjects(), DoPCBComponents(), PCAD2KICAD::PCAD_ARC::Flip(), PCAD2KICAD::PCAD_LINE::Flip(), PCAD2KICAD::PCAD_PAD::Flip(), PCAD2KICAD::PCAD_POLYGON::Flip(), PCAD2KICAD::PCAD_PAD::Parse(), PCAD2KICAD::PCAD_VIA::Parse(), PCAD2KICAD::PCAD_FOOTPRINT::Parse(), and ParseBoard().
|
inherited |
Definition at line 70 of file pcad_footprint.h.
Referenced by PCAD2KICAD::PCAD_FOOTPRINT::DoLayerContentsObjects(), and GetBoardOutline().
|
protectedinherited |
Definition at line 77 of file pcad_pcb_component.h.
Referenced by PCAD2KICAD::PCAD_FOOTPRINT::DoLayerContentsObjects(), DoPCBComponents(), PCAD2KICAD::PCAD_PCB_COMPONENT::GetKiCadLayer(), PCAD2KICAD::PCAD_PCB_COMPONENT::GetNetCode(), PCAD2KICAD::PCAD_PAD::Parse(), PCAD2KICAD::PCAD_VIA::Parse(), and PCAD2KICAD::PCAD_FOOTPRINT::Parse().
|
inherited |
Definition at line 73 of file pcad_pcb_component.h.
Referenced by PCAD2KICAD::PCAD_FOOTPRINT::AddToBoard(), DoPCBComponents(), and PCAD2KICAD::PCAD_PCB_COMPONENT::PCAD_PCB_COMPONENT().
wxString PCAD2KICAD::PCAD_PCB::m_DefaultMeasurementUnit |
Definition at line 82 of file pcad_pcb.h.
Referenced by DoPCBComponents(), GetBoardOutline(), ParseBoard(), PCAD_PCB(), and SetTextProperty().
|
inherited |
Definition at line 68 of file pcad_footprint.h.
Referenced by PCAD2KICAD::PCAD_FOOTPRINT::AddToBoard(), ConnectPinToNet(), PCAD2KICAD::PCAD_FOOTPRINT::Flip(), PCAD2KICAD::PCAD_FOOTPRINT::Parse(), PCAD2KICAD::PCAD_FOOTPRINT::SetName(), and PCAD2KICAD::PCAD_FOOTPRINT::~PCAD_FOOTPRINT().
|
inherited |
Definition at line 65 of file pcad_pcb_component.h.
Referenced by PCAD2KICAD::PCAD_ARC::AddToBoard(), PCAD2KICAD::PCAD_FOOTPRINT::AddToBoard(), PCAD2KICAD::PCAD_LINE::AddToBoard(), PCAD2KICAD::PCAD_PAD::AddToBoard(), PCAD2KICAD::PCAD_POLYGON::AddToBoard(), PCAD2KICAD::PCAD_TEXT::AddToBoard(), PCAD2KICAD::PCAD_PAD::AddToFootprint(), PCAD2KICAD::PCAD_ARC::Flip(), PCAD2KICAD::PCAD_LINE::Flip(), PCAD2KICAD::PCAD_PAD::Flip(), PCAD2KICAD::PCAD_POLYGON::Flip(), PCAD2KICAD::PCAD_PAD_SHAPE::Parse(), PCAD2KICAD::PCAD_VIA_SHAPE::Parse(), PCAD2KICAD::PCAD_ARC::Parse(), PCAD2KICAD::PCAD_LINE::Parse(), PCAD2KICAD::PCAD_TEXT::Parse(), PCAD2KICAD::PCAD_FOOTPRINT::PCAD_FOOTPRINT(), PCAD2KICAD::PCAD_PCB_COMPONENT::PCAD_PCB_COMPONENT(), and PCAD2KICAD::PCAD_POLYGON::PCAD_POLYGON().
std::map<int, TLAYER> PCAD2KICAD::PCAD_PCB::m_LayersMap |
Definition at line 83 of file pcad_pcb.h.
Referenced by GetKiCadLayer(), GetLayerNetNameRef(), GetLayerType(), MapLayer(), and PCAD_PCB().
|
private |
Definition at line 88 of file pcad_pcb.h.
Referenced by AddToBoard(), FindLayer(), and ParseBoard().
|
inherited |
Definition at line 69 of file pcad_footprint.h.
Referenced by PCAD2KICAD::PCAD_FOOTPRINT::AddToBoard(), DoPCBComponents(), PCAD2KICAD::PCAD_FOOTPRINT::Flip(), and PCAD2KICAD::PCAD_FOOTPRINT::PCAD_FOOTPRINT().
|
inherited |
Definition at line 70 of file pcad_pcb_component.h.
Referenced by PCAD2KICAD::PCAD_FOOTPRINT::AddToBoard(), PCAD2KICAD::PCAD_PAD::AddToBoard(), PCAD2KICAD::PCAD_TEXT::AddToBoard(), PCAD2KICAD::PCAD_PAD::AddToFootprint(), ConnectPinToNet(), PCAD2KICAD::PCAD_FOOTPRINT::DoLayerContentsObjects(), DoPCBComponents(), PCAD2KICAD::PCAD_PAD::Parse(), PCAD2KICAD::PCAD_VIA::Parse(), PCAD2KICAD::PCAD_TEXT::Parse(), PCAD2KICAD::PCAD_FOOTPRINT::Parse(), PCAD2KICAD::PCAD_PCB_COMPONENT::PCAD_PCB_COMPONENT(), and PCAD2KICAD::PCAD_FOOTPRINT::SetName().
|
inherited |
Definition at line 71 of file pcad_pcb_component.h.
Referenced by PCAD2KICAD::PCAD_PAD::AddToFootprint(), PCAD2KICAD::PCAD_POLYGON::AssignNet(), ConnectPinToNet(), PCAD2KICAD::PCAD_PAD::Parse(), PCAD2KICAD::PCAD_POLYGON::Parse(), PCAD2KICAD::PCAD_COPPER_POUR::Parse(), PCAD2KICAD::PCAD_PLANE::Parse(), PCAD2KICAD::PCAD_VIA::Parse(), PCAD2KICAD::PCAD_LINE::Parse(), and PCAD2KICAD::PCAD_PCB_COMPONENT::PCAD_PCB_COMPONENT().
|
inherited |
Definition at line 72 of file pcad_pcb_component.h.
Referenced by PCAD2KICAD::PCAD_LINE::AddToBoard(), PCAD2KICAD::PCAD_PAD::AddToBoard(), PCAD2KICAD::PCAD_POLYGON::AddToBoard(), PCAD2KICAD::PCAD_POLYGON::AssignNet(), PCAD2KICAD::PCAD_PAD::Parse(), PCAD2KICAD::PCAD_POLYGON::Parse(), PCAD2KICAD::PCAD_COPPER_POUR::Parse(), PCAD2KICAD::PCAD_PLANE::Parse(), PCAD2KICAD::PCAD_VIA::Parse(), PCAD2KICAD::PCAD_LINE::Parse(), and PCAD2KICAD::PCAD_PCB_COMPONENT::PCAD_PCB_COMPONENT().
|
inherited |
Definition at line 63 of file pcad_pcb_component.h.
Referenced by PCAD2KICAD::PCAD_FOOTPRINT::AddToBoard(), PCAD2KICAD::PCAD_PAD::AddToBoard(), PCAD2KICAD::PCAD_POLYGON::AddToBoard(), ConnectPinToNet(), PCAD2KICAD::PCAD_FOOTPRINT::Flip(), PCAD2KICAD::PCAD_PAD::Flip(), ParseBoard(), PCAD2KICAD::PCAD_ARC::PCAD_ARC(), PCAD2KICAD::PCAD_CUTOUT::PCAD_CUTOUT(), PCAD2KICAD::PCAD_FOOTPRINT::PCAD_FOOTPRINT(), PCAD2KICAD::PCAD_KEEPOUT::PCAD_KEEPOUT(), PCAD2KICAD::PCAD_LINE::PCAD_LINE(), PCAD2KICAD::PCAD_PAD::PCAD_PAD(), PCAD2KICAD::PCAD_PCB_COMPONENT::PCAD_PCB_COMPONENT(), PCAD2KICAD::PCAD_POLYGON::PCAD_POLYGON(), PCAD2KICAD::PCAD_TEXT::PCAD_TEXT(), PCAD2KICAD::PCAD_VIA::PCAD_VIA(), and PCAD2KICAD::PCAD_FOOTPRINT::SetName().
|
inherited |
Definition at line 74 of file pcad_pcb_component.h.
Referenced by DoPCBComponents(), PCAD2KICAD::PCAD_FOOTPRINT::Parse(), and PCAD2KICAD::PCAD_PCB_COMPONENT::PCAD_PCB_COMPONENT().
|
inherited |
Definition at line 64 of file pcad_pcb_component.h.
Referenced by PCAD2KICAD::PCAD_PCB_COMPONENT::GetKiCadLayer(), PCAD2KICAD::PCAD_PAD_SHAPE::Parse(), PCAD2KICAD::PCAD_VIA_SHAPE::Parse(), PCAD2KICAD::PCAD_ARC::Parse(), PCAD2KICAD::PCAD_LINE::Parse(), PCAD2KICAD::PCAD_TEXT::Parse(), PCAD2KICAD::PCAD_PCB_COMPONENT::PCAD_PCB_COMPONENT(), and PCAD2KICAD::PCAD_POLYGON::PCAD_POLYGON().
PCAD_COMPONENTS_ARRAY PCAD2KICAD::PCAD_PCB::m_PcbComponents |
Definition at line 80 of file pcad_pcb.h.
Referenced by AddToBoard(), ConnectPinToNet(), DoPCBComponents(), ParseBoard(), and ~PCAD_PCB().
PCAD_NETS_ARRAY PCAD2KICAD::PCAD_PCB::m_PcbNetlist |
Definition at line 81 of file pcad_pcb.h.
Referenced by AddToBoard(), GetNetCode(), ParseBoard(), and ~PCAD_PCB().
|
inherited |
Definition at line 67 of file pcad_pcb_component.h.
Referenced by PCAD2KICAD::PCAD_ARC::AddToBoard(), PCAD2KICAD::PCAD_FOOTPRINT::AddToBoard(), PCAD2KICAD::PCAD_LINE::AddToBoard(), PCAD2KICAD::PCAD_PAD::AddToBoard(), PCAD2KICAD::PCAD_TEXT::AddToBoard(), PCAD2KICAD::PCAD_PAD::AddToFootprint(), DoPCBComponents(), PCAD2KICAD::PCAD_PCB_COMPONENT::Flip(), PCAD2KICAD::PCAD_KEEPOUT::Parse(), PCAD2KICAD::PCAD_CUTOUT::Parse(), PCAD2KICAD::PCAD_PAD::Parse(), PCAD2KICAD::PCAD_POLYGON::Parse(), PCAD2KICAD::PCAD_COPPER_POUR::Parse(), PCAD2KICAD::PCAD_PLANE::Parse(), PCAD2KICAD::PCAD_VIA::Parse(), PCAD2KICAD::PCAD_ARC::Parse(), PCAD2KICAD::PCAD_LINE::Parse(), PCAD2KICAD::PCAD_TEXT::Parse(), ParseBoard(), PCAD2KICAD::PCAD_PCB_COMPONENT::PCAD_PCB_COMPONENT(), PCAD2KICAD::PCAD_POLYGON::SetOutline(), and PCAD2KICAD::PCAD_PCB_COMPONENT::SetPosOffset().
|
inherited |
Definition at line 68 of file pcad_pcb_component.h.
Referenced by PCAD2KICAD::PCAD_ARC::AddToBoard(), PCAD2KICAD::PCAD_FOOTPRINT::AddToBoard(), PCAD2KICAD::PCAD_LINE::AddToBoard(), PCAD2KICAD::PCAD_PAD::AddToBoard(), PCAD2KICAD::PCAD_TEXT::AddToBoard(), PCAD2KICAD::PCAD_PAD::AddToFootprint(), DoPCBComponents(), PCAD2KICAD::PCAD_KEEPOUT::Parse(), PCAD2KICAD::PCAD_CUTOUT::Parse(), PCAD2KICAD::PCAD_PAD::Parse(), PCAD2KICAD::PCAD_POLYGON::Parse(), PCAD2KICAD::PCAD_COPPER_POUR::Parse(), PCAD2KICAD::PCAD_PLANE::Parse(), PCAD2KICAD::PCAD_VIA::Parse(), PCAD2KICAD::PCAD_ARC::Parse(), PCAD2KICAD::PCAD_LINE::Parse(), PCAD2KICAD::PCAD_TEXT::Parse(), ParseBoard(), PCAD2KICAD::PCAD_PCB_COMPONENT::PCAD_PCB_COMPONENT(), PCAD2KICAD::PCAD_POLYGON::SetOutline(), and PCAD2KICAD::PCAD_PCB_COMPONENT::SetPosOffset().
|
inherited |
Definition at line 69 of file pcad_pcb_component.h.
Referenced by PCAD2KICAD::PCAD_FOOTPRINT::AddToBoard(), PCAD2KICAD::PCAD_TEXT::AddToBoard(), PCAD2KICAD::PCAD_PAD::AddToFootprint(), DoPCBComponents(), PCAD2KICAD::PCAD_FOOTPRINT::Flip(), PCAD2KICAD::PCAD_PAD::Flip(), PCAD2KICAD::PCAD_PAD::Parse(), PCAD2KICAD::PCAD_VIA::Parse(), PCAD2KICAD::PCAD_TEXT::Parse(), and PCAD2KICAD::PCAD_PCB_COMPONENT::PCAD_PCB_COMPONENT().
int PCAD2KICAD::PCAD_PCB::m_SizeX |
Definition at line 84 of file pcad_pcb.h.
Referenced by ParseBoard(), and PCAD_PCB().
int PCAD2KICAD::PCAD_PCB::m_SizeY |
Definition at line 85 of file pcad_pcb.h.
Referenced by ParseBoard(), and PCAD_PCB().
|
inherited |
Definition at line 66 of file pcad_pcb_component.h.
|
inherited |
Definition at line 67 of file pcad_footprint.h.
Referenced by PCAD2KICAD::PCAD_FOOTPRINT::AddToBoard(), DoPCBComponents(), and PCAD2KICAD::PCAD_FOOTPRINT::PCAD_FOOTPRINT().