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

Method reject

DSView/pv/dialogs/dsomeasure.cpp:177–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175}
176
177void DsoMeasure::reject()
178{
179 using namespace Qt;
180
181 _view.get_viewstatus()->set_measure(_position, true, -1, DSO_MS_BEGIN);
182 QDialog::reject();
183}
184
185void DsoMeasure::reset()
186{

Callers

nothing calls this directly

Calls 2

get_viewstatusMethod · 0.80
set_measureMethod · 0.45

Tested by

no test coverage detected