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