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

Method d3LineIdx

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

Source from the content-addressed store, hash-verified

108 WrapLineCacheData(qint32 d3LineIdx, qint32 textStart, qint32 textLength):
109 m_d3LineIdx(d3LineIdx), m_textStart(textStart), m_textLength(textLength) {}
110 [[nodiscard]] qint32 d3LineIdx() const { return m_d3LineIdx; }
111 [[nodiscard]] qint32 textStart() const { return m_textStart; }
112 [[nodiscard]] qint32 textLength() const { return m_textLength; }
113

Callers 1

recalcWordWrapHelperMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected