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

Method SetBox

WinArk/HexControl.cpp:805–811  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

803}
804
805void Selection::SetBox(int64_t offset, int bytesPerLine, int width, int height) {
806 _type = SelectionType::Box;
807 _offset = offset;
808 _width = width;
809 _height = height;
810 _bytesPerLine = bytesPerLine;
811}
812
813void Selection::SetAnchor(int64_t offset) {
814 _anchor = offset;

Callers 1

OnKeyDownMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected