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

Method setHighlightingColor

src/qhexedit.cpp:248–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246}
247
248void QHexEdit::setHighlightingColor(const QColor &color)
249{
250 _colorManager->highlighting().setAreaColor(color);
251 viewport()->update();
252}
253
254QColor QHexEdit::highlightingColor()
255{

Callers 2

readSettingsMethod · 0.80
saveMethod · 0.80

Calls 2

setAreaColorMethod · 0.80
highlightingMethod · 0.80

Tested by

no test coverage detected