MCPcopy Create free account
hub / github.com/baldurk/renderdoc / disableTimelineHighlight

Method disableTimelineHighlight

qrenderdoc/Windows/PixelHistoryView.cpp:737–741  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

735}
736
737void PixelHistoryView::disableTimelineHighlight()
738{
739 if(m_Ctx.HasTimelineBar())
740 m_Ctx.GetTimelineBar()->HighlightHistory(ResourceId(), {});
741}
742
743void PixelHistoryView::enterEvent(QEvent *event)
744{

Callers

nothing calls this directly

Calls 4

HighlightHistoryMethod · 0.80
ResourceIdFunction · 0.50
HasTimelineBarMethod · 0.45
GetTimelineBarMethod · 0.45

Tested by

no test coverage detected