| 773 | return InvokeRetFunction<bool>(&ICaptureContext::HasStatisticsViewer); |
| 774 | } |
| 775 | virtual bool HasTimelineBar() override |
| 776 | { |
| 777 | return InvokeRetFunction<bool>(&ICaptureContext::HasTimelineBar); |
| 778 | } |
| 779 | virtual bool HasPythonShell() override |
| 780 | { |
| 781 | return InvokeRetFunction<bool>(&ICaptureContext::HasPythonShell); |
no outgoing calls