MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / reset

Method reset

DSView/pv/dialogs/dsomeasure.cpp:185–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185void DsoMeasure::reset()
186{
187 using namespace Qt;
188
189 _view.get_viewstatus()->set_measure(_position, false, -1, DSO_MS_BEGIN);
190 QDialog::reject();
191}
192
193} // namespace dialogs
194} // namespace pv

Callers

nothing calls this directly

Calls 2

get_viewstatusMethod · 0.80
set_measureMethod · 0.45

Tested by

no test coverage detected