MCPcopy Create free account
hub / github.com/Simsys/qhexedit2 / resetSelection

Method resetSelection

src/qhexedit.cpp:1021–1026  ·  view source on GitHub ↗

Handle selections

Source from the content-addressed store, hash-verified

1019
1020// ********************************************************************** Handle selections
1021void QHexEdit::resetSelection()
1022{
1023 _bSelectionBegin = 0;
1024 _bSelectionEnd = 0;
1025 _colorManager->selection().setRange(_bSelectionBegin, _bSelectionEnd);
1026}
1027
1028void QHexEdit::resetSelection(qint64 pos)
1029{

Callers

nothing calls this directly

Calls 2

setRangeMethod · 0.80
sizeMethod · 0.80

Tested by

no test coverage detected