MCPcopy Create free account
hub / github.com/clementgallet/libTAS / selectionStartOffset

Method selectionStartOffset

src/external/qhexview/src/model/qhexcursor.cpp:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34qint64 QHexCursor::selectionStartOffset() const {
35 return this->positionToOffset(this->selectionStart());
36}
37
38qint64 QHexCursor::selectionEndOffset() const {
39 return this->positionToOffset(this->selectionEnd());

Callers 2

selectionLengthMethod · 0.95
checkResultMethod · 0.45

Calls 2

positionToOffsetMethod · 0.95
selectionStartMethod · 0.95

Tested by

no test coverage detected