Home
last modified time | relevance | path

Searched refs:newGPSPosition (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/sensors/
H A Dgps_temporary_markers.cpp48 connect(gps_display, &GPSDisplay::mapPositionUpdated, this, &GPSTemporaryMarkers::newGPSPosition); in GPSTemporaryMarkers()
73 newGPSPosition(gps_display->getLatestGPSCoord(), gps_display->getLatestGPSCoordAccuracy()); in startPath()
121 void GPSTemporaryMarkers::newGPSPosition(const MapCoordF& coord, float accuracy) in newGPSPosition() function in OpenOrienteering::GPSTemporaryMarkers
H A Dgps_temporary_markers.h61 void newGPSPosition(const OpenOrienteering::MapCoordF& coord, float accuracy);
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/tools/
H A Ddraw_point_gps_tool.cpp59 newGPSPosition(gps_display->getLatestGPSCoord(), gps_display->getLatestGPSCoordAccuracy()); in DrawPointGPSTool()
61 connect(gps_display, &GPSDisplay::mapPositionUpdated, this, &DrawPointGPSTool::newGPSPosition); in DrawPointGPSTool()
86 void DrawPointGPSTool::newGPSPosition(const MapCoordF& coord, float accuracy) in newGPSPosition() function in OpenOrienteering::DrawPointGPSTool
H A Ddraw_point_gps_tool.h59 void newGPSPosition(const OpenOrienteering::MapCoordF& coord, float accuracy);