MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / SetHighlightText

Method SetHighlightText

DebugView++/LogView.cpp:1541–1548  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1539}
1540
1541void CLogView::SetHighlightText(const std::wstring& text)
1542{
1543 if (m_highlightText != text)
1544 {
1545 m_highlightText = text;
1546 Invalidate(false);
1547 }
1548}
1549
1550template <typename Predicate>
1551int CLogView::FindLine(Predicate pred, int direction) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected