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

Method isValidFirstLine

src/selection.h:40–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 [[nodiscard]] inline qsizetype getLastPos() const { return lastPos; };
39
40 [[nodiscard]] inline bool isValidFirstLine() const { return firstLine.isValid(); }
41 inline void clearOldSelection() { oldLastLine.invalidate(), oldFirstLine.invalidate(); };
42
43 [[nodiscard]] inline LineRef getOldLastLine() const { return oldLastLine; };

Callers 10

mousePressEventMethod · 0.80
mouseReleaseEventMethod · 0.80
mouseMoveEventMethod · 0.80
keyPressEventMethod · 0.80
deleteSelection2Method · 0.80
deleteSelectionMethod · 0.80
setFirstLineMethod · 0.80
setHorizScrollOffsetMethod · 0.80
mouseReleaseEventMethod · 0.80
mouseMoveEventMethod · 0.80

Calls 1

isValidMethod · 0.45

Tested by

no test coverage detected