MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / updateTabBar

Method updateTabBar

src/openms_gui/source/VISUAL/APPLICATIONS/TOPPASBase.cpp:964–975  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

962 }
963
964 void TOPPASBase::updateTabBar(QMdiSubWindow* w)
965 {
966 if (w)
967 {
968 TOPPASWidget* tw = dynamic_cast<TOPPASWidget*>(w->widget());
969 if (tw)
970 {
971 Int window_id = tw->getWindowId();
972 tab_bar_->show(window_id);
973 }
974 }
975 }
976
977 void TOPPASBase::loadPreferences(String filename)
978 {

Callers

nothing calls this directly

Calls 2

getWindowIdMethod · 0.80
showMethod · 0.80

Tested by

no test coverage detected