Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BatchDrake/SigDigger
/ onNewLimits
Method
onNewLimits
Components/HistogramDialog.cpp:274–282 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
272
}
273
274
void
275
HistogramDialog::onNewLimits(float min, float max)
276
{
277
this->limits = true;
278
this->selMin = min;
279
this->selMax = max;
280
281
this->refreshUi();
282
}
283
284
void
285
HistogramDialog::onResetLimits(void)
Callers
nothing calls this directly
Calls
1
refreshUi
Method · 0.95
Tested by
no test coverage detected