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

Method show_cursors

DSView/pv/view/view.cpp:456–461  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

454}
455
456void View::show_cursors(bool show)
457{
458 _show_cursors = show;
459 _ruler->update();
460 viewport_update();
461}
462
463void View::show_trig_cursor(bool show)
464{

Callers 6

mousePressEventMethod · 0.80
mouseReleaseEventMethod · 0.80
mousePressEventMethod · 0.80
mouseDoubleClickEventMethod · 0.80
add_cursor_yMethod · 0.80
del_cursorMethod · 0.80

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected