MCPcopy Create free account
hub / github.com/cxasm/notepad-- / IsLineFrameOpaque

Method IsLineFrameOpaque

src/qscint/scintilla/src/ViewStyle.cpp:466–469  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

464}
465
466bool ViewStyle::IsLineFrameOpaque(bool caretActive, bool lineContainsCaret) const {
467 return caretLineFrame && (caretActive || alwaysShowCaretLineBackground) && showCaretLineBackground &&
468 (caretLineAlpha == SC_ALPHA_NOALPHA) && lineContainsCaret;
469}
470
471// See if something overrides the line background color: Either if caret is on the line
472// and background color is set for that, or if a marker is defined that forces its background

Callers 3

DrawEOLMethod · 0.80
DrawWrapIndentAndMarkerFunction · 0.80
DrawLineMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected