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

Method addUserArea

src/color_manager.cpp:158–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156};
157
158void ColorManager::addUserArea(qint64 posStart, qint64 posEnd, QColor fontColor, QBrush areaStyle)
159{
160 ColoredArea userArea = ColoredArea(posStart, posEnd, fontColor, areaStyle);
161 _userAreas.append(userArea);
162}
163
164void ColorManager::clearUserAreas()
165{

Callers

nothing calls this directly

Calls 1

ColoredAreaClass · 0.85

Tested by

no test coverage detected