Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DreamSourceLab/DSView
/ set_grabbed_cursor
Method
set_grabbed_cursor
DSView/pv/view/ruler.cpp:210–214 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
208
}
209
210
void Ruler::set_grabbed_cursor(TimeMarker *grabbed_marker)
211
{
212
_grabbed_marker = grabbed_marker;
213
_grabbed_marker->set_grabbed(true);
214
}
215
216
void Ruler::rel_grabbed_cursor()
217
{
Callers
1
mousePressEvent
Method · 0.80
Calls
1
set_grabbed
Method · 0.45
Tested by
no test coverage detected