Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DreamSourceLab/DSView
/ rel_grabbed_cursor
Method
rel_grabbed_cursor
DSView/pv/view/ruler.cpp:216–222 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
214
}
215
216
void Ruler::rel_grabbed_cursor()
217
{
218
if (_grabbed_marker) {
219
_grabbed_marker->set_grabbed(false);
220
_grabbed_marker = NULL;
221
}
222
}
223
224
void Ruler::paintEvent(QPaintEvent*)
225
{
Callers
2
mousePressEvent
Method · 0.80
mouseReleaseEvent
Method · 0.80
Calls
1
set_grabbed
Method · 0.45
Tested by
no test coverage detected