| 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); |
| 20 | void setScrollable(bool state) { m_scrollable = state; adjust(); } |