| 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); |
no outgoing calls