MCPcopy 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
61void MapController::setSourceDirection(double dir)
62{
63 if (m_sourceDirection == dir)
64 return;
65 m_sourceDirection = dir;
66 emit sourceChanged();
67}
68
69bool MapController::overrideEnabled() const
70{

Callers 1

PositioningWidgetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected