Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenMS/OpenMS
/ setLogMode
Method
setLogMode
src/openms_gui/source/VISUAL/HistogramWidget.cpp:314–321 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
312
}
313
314
void HistogramWidget::setLogMode(bool log_mode)
315
{
316
log_mode_ = log_mode;
317
if (!buffer_.isNull())
318
{
319
invalidate_();
320
}
321
}
322
323
} //namespace OpenMS
Callers
1
showIntensityDistribution
Method · 0.45
Calls
1
isNull
Method · 0.45
Tested by
no test coverage detected