Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenOrienteering/mapper
/ ObjectMover
Method
ObjectMover
src/core/objects/object_mover.cpp:36–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
namespace OpenOrienteering {
35
36
ObjectMover::ObjectMover(Map* map, const MapCoordF& start_pos)
37
: start_position(start_pos)
38
{
39
Q_UNUSED(map);
40
}
41
42
43
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected