| 913 | } |
| 914 | |
| 915 | virtual void AddDockWindow(QWidget *newWindow, DockReference ref, QWidget *refWindow, |
| 916 | float percentage = 0.5f) override |
| 917 | { |
| 918 | InvokeVoidFunction(&ICaptureContext::AddDockWindow, newWindow, ref, refWindow, percentage); |
| 919 | } |
| 920 | }; |
| 921 | |
| 922 | PythonShell::PythonShell(ICaptureContext &ctx, QWidget *parent) |
no outgoing calls