MCPcopy 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
274void
275HistogramDialog::onNewLimits(float min, float max)
276{
277 this->limits = true;
278 this->selMin = min;
279 this->selMax = max;
280
281 this->refreshUi();
282}
283
284void
285HistogramDialog::onResetLimits(void)

Callers

nothing calls this directly

Calls 1

refreshUiMethod · 0.95

Tested by

no test coverage detected