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

Method setRange

src/color_manager.cpp:77–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75};
76
77void ColoredArea::setRange(qint64 posStart, qint64 posEnd)
78{
79 _posStart = posStart;
80 _posEnd = posEnd;
81};
82
83void ColoredArea::clear()
84{

Callers 3

resetSelectionMethod · 0.80
setSelectionMethod · 0.80
adjustMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected