49 const wxString& aActualConversion )
52 wxString pourType, str, propValue;
54 lNode =
FindNode( aNode, wxT(
"netNameRef" ) );
58 lNode->GetAttribute( wxT(
"Name" ), &propValue );
59 propValue.Trim(
false );
60 propValue.Trim(
true );
65 if(
FindNode( aNode, wxT(
"width" ) ) )
71 lNode =
FindNode( aNode, wxT(
"pcbPoly" ) );
74 lNode =
FindNode( aNode, wxT(
"planeOutline" ) );
Information pertinent to a Pcbnew printed circuit board.
int GetNetCode(const wxString &aNetName) const
virtual bool Parse(XNODE *aNode, const wxString &aDefaultUnits, const wxString &aActualConversion) override
PCB_PLANE(PCB_CALLBACKS *aCallbacks, BOARD *aBoard, int aPCadLayer)
void FormPolygon(XNODE *aNode, VERTICES_ARRAY *aPolygon, const wxString &aDefaultUnits, const wxString &actualConversion)
Hold an XML or S-expression element.
void SetWidth(const wxString &aStr, const wxString &aDefaultMeasurementUnit, int *aWidth, const wxString &aActualConversion)
XNODE * FindNode(XNODE *aChild, const wxString &aTag)