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

Method GetTimelineBar

qrenderdoc/Windows/PythonShell.cpp:715–718  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

713 return InvokeRetFunction<IStatisticsViewer *>(&ICaptureContext::GetStatisticsViewer);
714 }
715 virtual ITimelineBar *GetTimelineBar() override
716 {
717 return InvokeRetFunction<ITimelineBar *>(&ICaptureContext::GetTimelineBar);
718 }
719 virtual IPythonShell *GetPythonShell() override
720 {
721 return InvokeRetFunction<IPythonShell *>(&ICaptureContext::GetPythonShell);

Callers 6

HighlightUsageMethod · 0.45
HighlightUsageMethod · 0.45
LoadInitialLayoutMethod · 0.45

Calls

no outgoing calls

Tested by 1

HighlightUsageMethod · 0.36