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

Method setBase

gui/qt/debugger/hexwidget.h:16–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 virtual ~HexWidget() { }
15 void setData(const QByteArray &ba);
16 void setBase(int address) { m_base = address; adjust(); }
17 void setBytesPerLine(int bytes) { m_bytesPerLine = bytes; adjust(); }
18 void setAsciiArea(bool area) { m_asciiArea = area; adjust(); }
19 void setCursorOffset(int address, bool selection = true);

Callers 3

ramUpdateMethod · 0.80
memUpdateEditMethod · 0.80
memGotoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected