MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / Clear

Method Clear

WinArk/HexControl.cpp:846–850  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

844}
845
846void Selection::Clear() {
847 _type = SelectionType::Simple;
848 _offset = _anchor = -1;
849 _length = 0;
850}

Callers 3

UpdateConfigMethod · 0.45
OnLeftButtonDownMethod · 0.45
ClearSelectionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected