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

#include <pcad_text.h>

Inheritance diagram for PCAD2KICAD::PCAD_TEXT:
PCAD2KICAD::PCAD_PCB_COMPONENT

Public Member Functions

 PCAD_TEXT (PCAD_CALLBACKS *aCallbacks, BOARD *aBoard)
 
 ~PCAD_TEXT ()
 
virtual void Parse (XNODE *aNode, int aLayer, const wxString &aDefaultUnits, const wxString &aActualConversion)
 
void AddToBoard (FOOTPRINT *aFootprint=nullptr) override
 
virtual void SetPosOffset (int aX_offs, int aY_offs)
 
virtual void Flip ()
 
PCB_LAYER_ID GetKiCadLayer () const
 
int GetNetCode (const wxString &aNetName) const
 

Public Attributes

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
 

Detailed Description

Definition at line 39 of file pcad_text.h.

Constructor & Destructor Documentation

◆ PCAD_TEXT()

PCAD2KICAD::PCAD_TEXT::PCAD_TEXT ( PCAD_CALLBACKS aCallbacks,
BOARD aBoard 
)

Definition at line 37 of file pcad_text.cpp.

References PCAD2KICAD::PCAD_PCB_COMPONENT::m_ObjType.

◆ ~PCAD_TEXT()

PCAD2KICAD::PCAD_TEXT::~PCAD_TEXT ( )

Definition at line 44 of file pcad_text.cpp.

Member Function Documentation

◆ AddToBoard()

◆ Flip()

◆ GetKiCadLayer()

◆ GetNetCode()

◆ Parse()

◆ SetPosOffset()

Member Data Documentation

◆ m_board

◆ m_callbacks

◆ m_CompRef

wxString PCAD2KICAD::PCAD_PCB_COMPONENT::m_CompRef
inherited

◆ m_KiCadLayer

◆ 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.


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