Home
last modified time | relevance | path

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

/dports/cad/openroad/OpenROAD-2.0/src/gui/src/
H A DtimingDebugDialog.cpp53 focus_view_(timingPathTableView) in TimingDebugDialog()
257 focus_view_ = timingPathTableView; in selectedRowChanged()
269 focus_view_ = pathDetailsTableView; in selectedDetailRowChanged()
274 QItemSelectionModel* selection = focus_view_->selectionModel(); in copy()
280 if (focus_view_ == timingPathTableView) { in copy()
H A DtimingDebugDialog.h92 QTableView* focus_view_; variable