MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / setOffset

Method setOffset

gui/qt/debugger/hexwidget.cpp:129–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129void HexWidget::setOffset(int offset) {
130 setCursorOffset(offset * 2);
131}
132
133void HexWidget::setCursorOffset(int offset, bool selection) {
134 if (offset > m_size * 2) {

Callers 5

memUpdateEditMethod · 0.80
flashGotoPressedMethod · 0.80
ramGotoPressedMethod · 0.80
memGotoMethod · 0.80
gotoMemAddrNoRaiseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected