KiCad PCB EDA Suite
Loading...
Searching...
No Matches
PCAD2KICAD::PCAD_FOOTPRINT Class Reference

#include <pcad_footprint.h>

Inheritance diagram for PCAD2KICAD::PCAD_FOOTPRINT:
PCAD2KICAD::PCAD_PCB_COMPONENT PCAD2KICAD::PCAD_PCB

Public Member Functions

 PCAD_FOOTPRINT (PCAD_CALLBACKS *aCallbacks, BOARD *aBoard)
 
 ~PCAD_FOOTPRINT ()
 
XNODEFindModulePatternDefName (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
 
void AddToBoard (FOOTPRINT *aFootprint=nullptr) override
 
virtual void SetPosOffset (int aX_offs, int aY_offs)
 
PCB_LAYER_ID GetKiCadLayer () const
 
int GetNetCode (const wxString &aNetName) const
 

Public Attributes

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_CALLBACKSm_callbacks
 
BOARDm_board
 

Private Member Functions

XNODEFindPatternMultilayerSection (XNODE *aNode, wxString *aPatGraphRefName)
 

Detailed Description

Definition at line 41 of file pcad_footprint.h.

Constructor & Destructor Documentation

◆ PCAD_FOOTPRINT()

◆ ~PCAD_FOOTPRINT()

PCAD2KICAD::PCAD_FOOTPRINT::~PCAD_FOOTPRINT ( )

Definition at line 58 of file pcad_footprint.cpp.

References m_FootprintItems.

Member Function Documentation

◆ AddToBoard()

◆ DoLayerContentsObjects()

◆ FindModulePatternDefName()

XNODE * PCAD2KICAD::PCAD_FOOTPRINT::FindModulePatternDefName ( XNODE * aNode,
const wxString & aName )

◆ FindPatternMultilayerSection()

XNODE * PCAD2KICAD::PCAD_FOOTPRINT::FindPatternMultilayerSection ( XNODE * aNode,
wxString * aPatGraphRefName )
private

◆ Flip()

void PCAD2KICAD::PCAD_FOOTPRINT::Flip ( )
overridevirtual

◆ GetKiCadLayer()

◆ GetNetCode()

int PCAD2KICAD::PCAD_PCB_COMPONENT::GetNetCode ( const wxString & aNetName) const
inlineinherited

◆ Parse()

◆ SetName()

void PCAD2KICAD::PCAD_FOOTPRINT::SetName ( const wxString & aPin,
const wxString & aName )

◆ SetPosOffset()

void PCAD2KICAD::PCAD_PCB_COMPONENT::SetPosOffset ( int aX_offs,
int aY_offs )
virtualinherited

Member Data Documentation

◆ m_board

◆ m_BoardOutline

VERTICES_ARRAY PCAD2KICAD::PCAD_FOOTPRINT::m_BoardOutline

◆ m_callbacks

◆ m_CompRef

wxString PCAD2KICAD::PCAD_PCB_COMPONENT::m_CompRef
inherited

◆ m_FootprintItems

PCAD_COMPONENTS_ARRAY PCAD2KICAD::PCAD_FOOTPRINT::m_FootprintItems

◆ m_KiCadLayer

◆ m_Mirror

int PCAD2KICAD::PCAD_FOOTPRINT::m_Mirror

◆ m_Name

◆ m_Net

◆ m_NetCode

◆ m_ObjType

◆ m_PatGraphRefName

wxString PCAD2KICAD::PCAD_PCB_COMPONENT::m_PatGraphRefName
inherited

◆ m_PCadLayer

◆ m_PositionX

◆ m_PositionY

◆ m_Rotation

◆ m_Uuid

KIID PCAD2KICAD::PCAD_PCB_COMPONENT::m_Uuid
inherited

Definition at line 66 of file pcad_pcb_component.h.

Referenced by PCAD_PCB_COMPONENT().

◆ m_Value

TTEXTVALUE PCAD2KICAD::PCAD_FOOTPRINT::m_Value

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