Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BatchDrake/SigDigger
/ reset
Method
reset
Components/HistogramDialog.cpp:83–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
}
82
83
void
84
HistogramDialog::reset(void)
85
{
86
this->min = INFINITY;
87
this->max = -INFINITY;
88
89
this->ui->histogram->reset();
90
}
91
92
void
93
HistogramDialog::refreshUi(void)
Callers
2
HistogramDialog
Method · 0.95
feed
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected