Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenOrienteering/mapper
/ setZoomDisplay
Method
setZoomDisplay
src/gui/map/map_widget.cpp:631–635 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
629
}
630
631
void MapWidget::setZoomDisplay(std::function<void(const QString&)> setter)
632
{
633
this->zoom_display = setter;
634
updateZoomDisplay();
635
}
636
637
void MapWidget::setCursorposLabel(QLabel* cursorpos_label)
638
{
Callers
1
attach
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected