Home
last modified time | relevance | path

Searched refs:SetPlacementCost180 (Results 1 – 5 of 5) sorted by relevance

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/
H A Dfootprint.h580 void SetPlacementCost180( int aCost ) { m_rot180Cost = aCost; } in SetPlacementCost180() function
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/dialogs/
H A Ddialog_footprint_properties_fp_editor.cpp427 m_footprint->SetPlacementCost180( m_CostRot180Ctrl->GetValue() ); in TransferDataFromWindow()
H A Ddialog_footprint_properties.cpp485 m_footprint->SetPlacementCost180( m_CostRot180Ctrl->GetValue() ); in TransferDataFromWindow()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/plugins/legacy/
H A Dlegacy_plugin.cpp1225 aFootprint->SetPlacementCost180( cntRot180 ); in loadFOOTPRINT()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/plugins/kicad/
H A Dpcb_parser.cpp3356 footprint->SetPlacementCost180( parseInt( "auto place cost at 180 degrees" ) ); in parseFOOTPRINT_unchecked()