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

Method highlightingColor

src/qhexedit.cpp:254–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254QColor QHexEdit::highlightingColor()
255{
256 return _colorManager->highlighting().areaColor();
257}
258
259void QHexEdit::setOverwriteMode(bool overwriteMode)
260{

Callers 2

writeSettingsMethod · 0.80
loadMethod · 0.80

Calls 2

areaColorMethod · 0.80
highlightingMethod · 0.80

Tested by

no test coverage detected