Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenMS/OpenMS
/ autoUpdateProjections_
Method
autoUpdateProjections_
src/openms_gui/source/VISUAL/Plot2DWidget.cpp:258–264 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
256
}
257
258
void Plot2DWidget::autoUpdateProjections_()
259
{
260
if (projectionsVisible() && projections_auto_->isChecked())
261
{
262
projections_timer_->start();
263
}
264
}
265
266
} //Namespace
Callers
nothing calls this directly
Calls
1
start
Method · 0.45
Tested by
no test coverage detected