Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDAB/GammaRay
/ setSourceDirection
Method
setSourceDirection
plugins/positioning/mapcontroller.cpp:61–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
void MapController::setSourceDirection(double dir)
62
{
63
if (m_sourceDirection == dir)
64
return;
65
m_sourceDirection = dir;
66
emit sourceChanged();
67
}
68
69
bool MapController::overrideEnabled() const
70
{
Callers
1
PositioningWidget
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected