MCPcopy 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
83void
84HistogramDialog::reset(void)
85{
86 this->min = INFINITY;
87 this->max = -INFINITY;
88
89 this->ui->histogram->reset();
90}
91
92void
93HistogramDialog::refreshUi(void)

Callers 2

HistogramDialogMethod · 0.95
feedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected