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

Method GetEventBrowser

qrenderdoc/Windows/PythonShell.cpp:666–669  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

664 return InvokeRetFunction<IMainWindow *>(&ICaptureContext::GetMainWindow);
665 }
666 virtual IEventBrowser *GetEventBrowser() override
667 {
668 return InvokeRetFunction<IEventBrowser *>(&ICaptureContext::GetEventBrowser);
669 }
670 virtual IAPIInspector *GetAPIInspector() override
671 {
672 return InvokeRetFunction<IAPIInspector *>(&ICaptureContext::GetAPIInspector);

Callers 15

OnCaptureLoadedMethod · 0.45
customContextMenuMethod · 0.45
LoadInitialLayoutMethod · 0.45
OnCaptureLoadedMethod · 0.45
filterAcceptsRowMethod · 0.45
dataMethod · 0.45
ConfigureColumnsFunction · 0.45
ShaderMessageViewerMethod · 0.45

Calls

no outgoing calls

Tested by 1

fillAPIViewMethod · 0.36