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

Method SetSimple

WinArk/HexControl.cpp:799–803  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

797}
798
799void Selection::SetSimple(int64_t offset, int64_t len) {
800 _type = SelectionType::Simple;
801 _offset = offset;
802 _length = len;
803}
804
805void Selection::SetBox(int64_t offset, int bytesPerLine, int width, int height) {
806 _type = SelectionType::Box;

Callers 2

OnKeyDownMethod · 0.80
OnMouseMoveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected