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

Method getBase

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

Source from the content-addressed store, hash-verified

23 void prependData(const QByteArray &ba);
24 void appendData(const QByteArray &ba);
25 int getBase() const { return m_base; }
26 int getOffset() const { return m_cursorOffset / 2; }
27 int getCursorOffset() const { return m_cursorOffset; }
28 bool getAsciiArea() const { return m_asciiArea; }

Callers 4

memUpdateEditMethod · 0.80
memSyncEditMethod · 0.80
contextMemMethod · 0.80
gotoMemAddrNoRaiseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected