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

Function GetBookmarkDisplayText

qrenderdoc/Windows/EventBrowser.cpp:5681–5684  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5679}
5680
5681static QString GetBookmarkDisplayText(const EventBookmark &bookmark)
5682{
5683 return bookmark.text.empty() ? QString::number(bookmark.eventId) : (QString)bookmark.text;
5684}
5685
5686void EventBrowser::clearBookmarks()
5687{

Callers 2

repopulateBookmarksMethod · 0.85
bookmarkContextMenuMethod · 0.85

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected