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

Method SetHighlightedAnnotation

qrenderdoc/Windows/EventBrowser.cpp:4044–4051  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4042}
4043
4044void EventBrowser::SetHighlightedAnnotation(const rdcstr &annotationPath)
4045{
4046 m_Model->SetAnnotationPath(annotationPath);
4047
4048 // automatically show the annotation column if it's hidden
4049 if(!annotationPath.isEmpty() && ui->events->header()->isSectionHidden(COL_ANNOTATION))
4050 SetAnnotationColumnVisible(true);
4051}
4052
4053void EventBrowser::OnCaptureLoaded()
4054{

Callers 1

customContextMenuMethod · 0.80

Calls 3

SetAnnotationPathMethod · 0.80
headerMethod · 0.80
isEmptyMethod · 0.45

Tested by

no test coverage detected