MCPcopy 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
74void Ruler::SetMouseTrack(const bool track)
75{
76 if (mouseTracking != track) {
77 mouseTracking = track;
78 setMouseTracking(mouseTracking);
79 update();
80 }
81}
82
83void Ruler::mouseMoveEvent(QMouseEvent* event)
84{

Callers 1

GraphicsViewMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected