MCPcopy Create free account
hub / github.com/XRay3D/GERBER_X3 / SetCursorPos

Method SetCursorPos

static_libs/graphicsview/ruler.cpp:67–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67void Ruler::SetCursorPos(const QPoint cursorPos_)
68{
69 cursorPos = cursorPos_; //this->mapFromGlobal(cursorPos_);
70 //cursorPos += QPoint(RulerBreadth, RulerBreadth);
71 update();
72}
73
74void Ruler::SetMouseTrack(const bool track)
75{

Callers 1

mouseMoveEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected