void OnRatsnestChanged()
Notify the board and its listeners that the ratsnest has been recomputed.
 
void UpdateRatsnestExclusions()
Update the visibility flags on the current unconnected ratsnest lines.
 
std::shared_ptr< CONNECTIVITY_DATA > GetConnectivity() const
Return a list of missing connections between components/tracks.
 
void RecalculateRatsnest(BOARD_COMMIT *aCommit=nullptr)
Function RecalculateRatsnest() Updates the ratsnest for the board.
 
void SetMsgPanel(const std::vector< MSG_PANEL_ITEM > &aList)
Clear the message panel and populates it with the contents of aList.
 
void Compile_Ratsnest(bool aDisplayStatus)
Create the entire board ratsnest.
 
Class that computes missing connections on a PCB.