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

Method isSelected

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

Source from the content-addressed store, hash-verified

58 void setSelection(int addr);
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);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected