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

Method setAddressArea

src/qhexedit.cpp:60–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58// ********************************************************************** Properties
59
60void QHexEdit::setAddressArea(bool addressArea)
61{
62 _addressArea = addressArea;
63 adjust();
64 setCursorPosition(_cursorPosition);
65 viewport()->update();
66}
67
68bool QHexEdit::addressArea()
69{

Callers 2

readSettingsMethod · 0.80
saveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected