MCPcopy Create free account
hub / github.com/Simsys/qhexedit2 / remove

Method remove

src/qhexedit.cpp:327–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325}
326
327void QHexEdit::remove(qint64 index, qint64 len)
328{
329 _undoStack->removeAt(index, len);
330 refresh();
331}
332
333void QHexEdit::replace(qint64 index, char ch)
334{

Callers 5

removeAtMethod · 0.80
mainFunction · 0.80
removeAtMethod · 0.80
jquery.jsFile · 0.80
LeFunction · 0.80

Calls 1

removeAtMethod · 0.45

Tested by 1

removeAtMethod · 0.64