| 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); |
no outgoing calls
no test coverage detected