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

Method init

src/difftextwindow.cpp:345–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343DiffTextWindow::~DiffTextWindow() = default;
344
345void DiffTextWindow::init(
346 const QString& filename,
347 const char* encoding,
348 e_LineEndStyle eLineEndStyle,
349 const std::shared_ptr<LineDataVector>& pLineData,
350 LineType size,
351 const Diff3LineVector* pDiff3LineVector,
352 const ManualDiffHelpList* pManualDiffHelpList)
353{
354 d->init(filename, encoding, eLineEndStyle, pLineData, size, pDiff3LineVector, pManualDiffHelpList);
355
356 update();
357}
358
359void DiffTextWindow::reset()
360{

Callers

nothing calls this directly

Calls 6

setTextMethod · 0.80
getFileNameMethod · 0.45
getWindowIndexMethod · 0.45
isThreeWayMethod · 0.45
getLineEndStyleMethod · 0.45

Tested by

no test coverage detected