MCPcopy 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
216void Ruler::rel_grabbed_cursor()
217{
218 if (_grabbed_marker) {
219 _grabbed_marker->set_grabbed(false);
220 _grabbed_marker = NULL;
221 }
222}
223
224void Ruler::paintEvent(QPaintEvent*)
225{

Callers 2

mousePressEventMethod · 0.80
mouseReleaseEventMethod · 0.80

Calls 1

set_grabbedMethod · 0.45

Tested by

no test coverage detected