MCPcopy Create free account
hub / github.com/IChooseYou/Reclass / clearSelection

Method clearSelection

src/controller.cpp:1376–1381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1374}
1375
1376void RcxController::clearSelection() {
1377 m_selIds.clear();
1378 m_anchorLine = -1;
1379 applySelectionOverlays();
1380 updateCommandRow();
1381}
1382
1383void RcxController::applySelectionOverlays() {
1384 for (auto* editor : m_editors)

Callers 2

newDocumentMethod · 0.80
toolUiActionMethod · 0.80

Calls 1

clearMethod · 0.80

Tested by

no test coverage detected