MCPcopy 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
631void MapWidget::setZoomDisplay(std::function<void(const QString&)> setter)
632{
633 this->zoom_display = setter;
634 updateZoomDisplay();
635}
636
637void MapWidget::setCursorposLabel(QLabel* cursorpos_label)
638{

Callers 1

attachMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected