Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenOrienteering/mapper
/ getAction
Method
getAction
src/gui/map/map_editor.cpp:885–888 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
883
}
884
885
QAction* MapEditorController::getAction(const char* id)
886
{
887
return actionsById.contains(id) ? actionsById[id] : nullptr;
888
}
889
890
void MapEditorController::assignKeyboardShortcuts()
891
{
Callers
3
takeIntentPath
Method · 0.80
TemplateListWidget
Method · 0.80
importClicked
Method · 0.80
Calls
1
contains
Method · 0.45
Tested by
no test coverage detected