Home
last modified time | relevance | path

Searched refs:enableTouchCursor (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/gui/map/
H A Dmap_widget.h351 void enableTouchCursor(bool enabled);
H A Dmap_widget.cpp1166 void MapWidget::enableTouchCursor(bool enabled) in enableTouchCursor() function in OpenOrienteering::MapWidget
H A Dmap_editor.cpp1044 …ckAction("touchcursor", tr("Enable touch cursor"), map_widget, SLOT(enableTouchCursor(bool)), "too… in createActions()