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

Method on_state_changed

DSView/pv/view/view.cpp:1186–1193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1184}
1185
1186void View::on_state_changed(bool stop)
1187{
1188 if (stop) {
1189 _time_viewport->stop_trigger_timer();
1190 _fft_viewport->stop_trigger_timer();
1191 }
1192 update_scale_offset();
1193}
1194
1195QRect View::get_view_rect()
1196{

Callers

nothing calls this directly

Calls 1

stop_trigger_timerMethod · 0.80

Tested by

no test coverage detected