MCPcopy Create free account
hub / github.com/OpenOrienteering/mapper / getMapEditorClickTolerancePx

Method getMapEditorClickTolerancePx

src/settings.cpp:331–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329}
330
331qreal Settings::getMapEditorClickTolerancePx()
332{
333 return Util::mmToPixelPhysical(getSettingCached(Settings::MapEditor_ClickToleranceMM).toReal());
334}
335
336qreal Settings::getMapEditorSnapDistancePx()
337{

Callers 3

startEditingSetupMethod · 0.80
settingsChangedMethod · 0.80
calcTextPositionAtMethod · 0.80

Calls 1

mmToPixelPhysicalFunction · 0.85

Tested by

no test coverage detected