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

Method setAddressOffset

src/qhexedit.cpp:73–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73void QHexEdit::setAddressOffset(qint64 addressOffset)
74{
75 _addressOffset = addressOffset;
76 adjust();
77 setCursorPosition(_cursorPosition);
78 viewport()->update();
79}
80
81qint64 QHexEdit::addressOffset()
82{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected