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

Method reload

DSView/pv/view/view.cpp:1368–1377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1366}
1367
1368void View::reload()
1369{
1370 clear();
1371
1372 /*
1373 * if headerwidth not change, viewport height will not be updated
1374 * lead to a wrong signal height
1375 */
1376 reconstruct();
1377}
1378
1379void View::clear()
1380{

Callers 5

load_config_from_jsonMethod · 0.45
restore_dockMethod · 0.45
reset_all_viewMethod · 0.45
OnMessageMethod · 0.45
reconstructMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected