User marking areas
| 351 | |
| 352 | // ********************************************************************** User marking areas |
| 353 | void QHexEdit::addUserArea(qint64 posStart, qint64 posEnd, QColor fontColor, QBrush areaStyle) |
| 354 | { |
| 355 | _colorManager->addUserArea(posStart, posEnd, fontColor, areaStyle); |
| 356 | refresh(); |
| 357 | } |
| 358 | |
| 359 | void QHexEdit::clearUserAreas() |
| 360 | { |
nothing calls this directly
no outgoing calls
no test coverage detected