MCPcopy Create free account
hub / github.com/cpvrlab/ImagePlay / setLogarithmic

Method setLogarithmic

ImagePlay/src/IPHistogramWidget.cpp:77–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77void IPHistogramWidget::setLogarithmic(bool logarithmic)
78{
79 _logarithmic = logarithmic;
80 update();
81}
82
83void IPHistogramWidget::paintEvent(QPaintEvent* e)
84{

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected