Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
77
void IPHistogramWidget::setLogarithmic(bool logarithmic)
78
{
79
_logarithmic = logarithmic;
80
update();
81
}
82
83
void IPHistogramWidget::paintEvent(QPaintEvent* e)
84
{
Callers
2
on_radioLinear_clicked
Method · 0.80
on_radioLogarithmic_clicked
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected