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

Method GetChild

qrenderdoc/Windows/PythonShell.cpp:134–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132 return InvokeRetFunction<int32_t>(&IMiniQtHelper::GetNumChildren, widget);
133 }
134 QWidget *GetChild(QWidget *parent, int32_t index)
135 {
136 return InvokeRetFunction<QWidget *>(&IMiniQtHelper::GetChild, parent, index);
137 }
138 void DestroyWidget(QWidget *widget) { InvokeVoidFunction(&IMiniQtHelper::DestroyWidget, widget); }
139 // dialogs
140

Callers 8

RevealParameterMethod · 0.45
GetCachedEIDNameMethod · 0.45
RevealParameterMethod · 0.45
indexMethod · 0.45
filterAcceptsRowMethod · 0.45
editorEventMethod · 0.45

Calls

no outgoing calls

Tested by 2

RevealParameterMethod · 0.36
RevealParameterMethod · 0.36