Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
77
void ColoredArea::setRange(qint64 posStart, qint64 posEnd)
78
{
79
_posStart = posStart;
80
_posEnd = posEnd;
81
};
82
83
void ColoredArea::clear()
84
{
Callers
3
resetSelection
Method · 0.80
setSelection
Method · 0.80
adjust
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected