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

Method addUserArea

src/qhexedit.cpp:353–357  ·  view source on GitHub ↗

User marking areas

Source from the content-addressed store, hash-verified

351
352// ********************************************************************** User marking areas
353void QHexEdit::addUserArea(qint64 posStart, qint64 posEnd, QColor fontColor, QBrush areaStyle)
354{
355 _colorManager->addUserArea(posStart, posEnd, fontColor, areaStyle);
356 refresh();
357}
358
359void QHexEdit::clearUserAreas()
360{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected