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

Method SetAnnotationPath

qrenderdoc/Windows/EventBrowser.cpp:303–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301 }
302
303 void SetAnnotationPath(const rdcstr &keyPath)
304 {
305 m_AnnotationPath = keyPath;
306 emit headerDataChanged(Qt::Horizontal, COL_ANNOTATION, COL_ANNOTATION);
307
308 m_View->viewport()->update();
309 }
310 rdcstr GetAnnotationPath() { return m_AnnotationPath; }
311
312 bool HasTimes() { return !m_Times.empty(); }

Callers 1

Calls 2

updateMethod · 0.45
viewportMethod · 0.45

Tested by

no test coverage detected