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

Method setSelected

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

Source from the content-addressed store, hash-verified

59 void resetSelection() { m_selectStart = m_selectEnd = -1; }
60 bool isSelected() const { return m_selectStart != -1; }
61 void setSelected(char n) { overwrite(m_selectStart * 2, m_selectLen, QByteArray(m_selectLen, n)); }
62 void overwrite(int pos, char c);
63 void overwrite(int pos, int len, const QByteArray &ba);
64 int getPosition(QPoint posa, bool allow = true);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected