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

Method show_captured_progress

DSView/pv/view/view.cpp:1405–1409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1403}
1404
1405void View::show_captured_progress(bool triggered, int progress)
1406{
1407 _viewbottom->set_capture_status(triggered, progress);
1408 _viewbottom->update();
1409}
1410
1411bool View::get_dso_trig_moved()
1412{

Callers 2

doPaintMethod · 0.80
set_receive_lenMethod · 0.80

Calls 2

set_capture_statusMethod · 0.80
updateMethod · 0.45

Tested by

no test coverage detected