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

Method AddDockWindow

qrenderdoc/Windows/PythonShell.cpp:915–919  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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
922PythonShell::PythonShell(ICaptureContext &ctx, QWidget *parent)

Callers 15

itemClickedMethod · 0.45
ViewTextureMethod · 0.45
ShowPixelHistoryMethod · 0.45
texture_itemActivatedMethod · 0.45
on_customEdit_clickedMethod · 0.45
ShowLiveCaptureMethod · 0.45
DescriptorViewerMethod · 0.45
startDebugMethod · 0.45
debugVertexMethod · 0.45

Calls

no outgoing calls

Tested by 1