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

Method IsAPIEventVisible

qrenderdoc/Windows/EventBrowser.cpp:6080–6083  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6078}
6079
6080bool EventBrowser::IsAPIEventVisible(uint32_t eid)
6081{
6082 return m_FilterModel->mapFromSource(m_Model->GetIndexForEID(eid)).isValid();
6083}
6084
6085bool EventBrowser::RegisterEventFilterFunction(const rdcstr &name, const rdcstr &description,
6086 EventFilterCallback filter, FilterParseCallback parser,

Callers 3

ConfigurePathMenuMethod · 0.80
AddPathButtonMethod · 0.80
filterAcceptsRowMethod · 0.80

Calls 3

GetIndexForEIDMethod · 0.80
isValidMethod · 0.45
mapFromSourceMethod · 0.45

Tested by

no test coverage detected