MCPcopy 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
885QAction* MapEditorController::getAction(const char* id)
886{
887 return actionsById.contains(id) ? actionsById[id] : nullptr;
888}
889
890void MapEditorController::assignKeyboardShortcuts()
891{

Callers 3

takeIntentPathMethod · 0.80
TemplateListWidgetMethod · 0.80
importClickedMethod · 0.80

Calls 1

containsMethod · 0.45

Tested by

no test coverage detected