Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
456
void View::show_cursors(bool show)
457
{
458
_show_cursors = show;
459
_ruler->update();
460
viewport_update();
461
}
462
463
void View::show_trig_cursor(bool show)
464
{
Callers
6
mousePressEvent
Method · 0.80
mouseReleaseEvent
Method · 0.80
mousePressEvent
Method · 0.80
mouseDoubleClickEvent
Method · 0.80
add_cursor_y
Method · 0.80
del_cursor
Method · 0.80
Calls
1
update
Method · 0.45
Tested by
no test coverage detected