Home
last modified time | relevance | path

Searched refs:SetNeedsPlaced (Results 1 – 2 of 2) sorted by relevance

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/autorouter/
H A Dar_autoplacer.cpp884 footprint->SetNeedsPlaced( false ); in AutoplaceFootprints()
899 footprint->SetNeedsPlaced( true ); in AutoplaceFootprints()
905 footprint->SetNeedsPlaced( true ); in AutoplaceFootprints()
1037 footprint->SetNeedsPlaced( false ); in AutoplaceFootprints()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/
H A Dfootprint.h322 void SetNeedsPlaced( bool needsPlaced ) in SetNeedsPlaced() function