Home
last modified time | relevance | path

Searched refs:update_unplaced (Results 1 – 6 of 6) sorted by relevance

/dports/cad/horizon-eda/horizon-2.1.0/src/imp/
H A Dimp_symbol.cpp88 core_symbol.signal_rebuilt().connect(sigc::mem_fun(*this, &ImpSymbol::update_unplaced)); in construct()
89 update_unplaced(); in construct()
236 void ImpSymbol::update_unplaced() in update_unplaced() function in horizon::ImpSymbol
H A Dimp_symbol.hpp41 void update_unplaced();
H A Dimp_schematic.hpp69 void update_unplaced();
H A Dimp_board.hpp79 void update_unplaced();
H A Dimp_schematic.cpp480 core_schematic.signal_rebuilt().connect(sigc::mem_fun(*this, &ImpSchematic::update_unplaced)); in construct()
481 update_unplaced(); in construct()
1077 void ImpSchematic::update_unplaced() in update_unplaced() function in horizon::ImpSchematic
H A Dimp_board.cpp730 core_board.signal_rebuilt().connect(sigc::mem_fun(*this, &ImpBoard::update_unplaced)); in construct()
731 update_unplaced(); in construct()
1251 void ImpBoard::update_unplaced() in update_unplaced() function in horizon::ImpBoard