Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
263
void 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
269
double View::get_hori_res()
270
{
Callers
2
mouseReleaseEvent
Method · 0.80
nav_table_view
Method · 0.80
Calls
1
set_need_update
Method · 0.80
Tested by
no test coverage detected