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

Method data

src/qhexedit.cpp:232–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230}
231
232QByteArray QHexEdit::data()
233{
234 return _chunks->data(0, -1);
235}
236
237void QHexEdit::setHighlighting(bool highlighting)
238{

Callers 6

dataAtMethod · 0.45
selectedDataMethod · 0.45
toReadableStringMethod · 0.45
keyPressEventMethod · 0.45
readBuffersMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected