MCPcopy Index your code
hub / github.com/DreamSourceLab/DSView / set_all_update

Method set_all_update

DSView/pv/view/view.cpp:263–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261}
262
263void View::set_all_update(bool need_update)
264{
265 _time_viewport->set_need_update(need_update);
266 _fft_viewport->set_need_update(need_update);
267}
268
269double View::get_hori_res()
270{

Callers 2

mouseReleaseEventMethod · 0.80
nav_table_viewMethod · 0.80

Calls 1

set_need_updateMethod · 0.80

Tested by

no test coverage detected