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

Method init

src/qhexedit.cpp:1081–1089  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1079}
1080
1081void QHexEdit::init()
1082{
1083 _undoStack->clear();
1084 setAddressOffset(0);
1085 resetSelection(0);
1086 setCursorPosition(0);
1087 verticalScrollBar()->setValue(0);
1088 _modified = false;
1089}
1090
1091void QHexEdit::adjust()
1092{

Callers 1

jquery.jsFile · 0.45

Calls 1

clearMethod · 0.80

Tested by

no test coverage detected