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

Method SetSelectionMode

qt/draw_widget.hpp:111–111  ·  view source on GitHub ↗

Pass empty \a mode to drop selection.

Source from the content-addressed store, hash-verified

109public:
110 /// Pass empty \a mode to drop selection.
111 void SetSelectionMode(std::optional<SelectionMode> mode) { m_selectionMode = mode; }
112
113 void DropSelectionIfMWMBordersMode()
114 {

Callers 3

OnSwitchSelectionModeMethod · 0.80
OnClearSelectionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected