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

Method setScrollable

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

Source from the content-addressed store, hash-verified

18 void setAsciiArea(bool area) { m_asciiArea = area; adjust(); }
19 void setCursorOffset(int address, bool selection = true);
20 void setScrollable(bool state) { m_scrollable = state; adjust(); }
21 void setFont(const QFont &font) { QAbstractScrollArea::setFont(font); adjust(); }
22 void setOffset(int addr);
23 void prependData(const QByteArray &ba);

Callers 1

addMemDockMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected