MCPcopy Create free account
hub / github.com/KDE/kdiff3 / setRange

Method setRange

src/Overview.cpp:57–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57void Overview::setRange(LineRef firstLine, LineType pageHeight)
58{
59 assert(firstLine.isValid());
60 m_firstLine = firstLine;
61 m_pageHeight = pageHeight;
62 update();
63}
64
65void Overview::setFirstLine(LineRef firstLine)
66{

Callers 7

ProgressDialogMethod · 0.80
slotResizeMethod · 0.80
setHScrollBarRangeMethod · 0.80
slotFinishMainInitMethod · 0.80
OptionIntEditFunction · 0.80

Calls 1

isValidMethod · 0.45

Tested by

no test coverage detected