Home
last modified time | relevance | path

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

/dports/cad/openroad/OpenROAD-2.0/src/gui/src/
H A Dgui.cpp233 bool Gui::anyObjectInSet(bool selection_set, odb::dbObjectType obj_type) const in anyObjectInSet() function in gui::Gui
235 return main_window->anyObjectInSet(selection_set, obj_type); in anyObjectInSet()
H A DmainWindow.h175 bool anyObjectInSet(bool selection_set, odb::dbObjectType obj_type);
H A DmainWindow.cpp451 bool MainWindow::anyObjectInSet(bool selection_set, odb::dbObjectType obj_type) in anyObjectInSet() function in gui::MainWindow
H A DlayoutViewer.cpp1268 if (Gui::get()->anyObjectInSet(true /*selection set*/, odb::dbInstObj) in updateContextMenuItems()
1288 if (Gui::get()->anyObjectInSet(true, odb::dbNetObj) in updateContextMenuItems()
/dports/cad/openroad/OpenROAD-2.0/src/gui/include/gui/
H A Dgui.h322 bool anyObjectInSet(bool selection_set, odb::dbObjectType obj_type) const;