Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/XRay3D/GERBER_X3
/ SetMouseTrack
Method
SetMouseTrack
static_libs/graphicsview/ruler.cpp:74–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
}
73
74
void Ruler::SetMouseTrack(const bool track)
75
{
76
if (mouseTracking != track) {
77
mouseTracking = track;
78
setMouseTracking(mouseTracking);
79
update();
80
}
81
}
82
83
void Ruler::mouseMoveEvent(QMouseEvent* event)
84
{
Callers
1
GraphicsView
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected