MCPcopy Create free account
hub / github.com/comaps/comaps / ChoosePositionModeEnable

Method ChoosePositionModeEnable

qt/draw_widget.cpp:175–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173}
174
175void DrawWidget::ChoosePositionModeEnable()
176{
177 m_framework.BlockTapEvents(true /* block */);
178 m_framework.EnableChoosePositionMode(true /* enable */, false /* enableBounds */, nullptr /* optionalPosition */);
179}
180
181void DrawWidget::ChoosePositionModeDisable()
182{

Callers 1

Calls 2

BlockTapEventsMethod · 0.45

Tested by

no test coverage detected