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

Method GetParent

qrenderdoc/Code/MiniQtHelper.cpp:139–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139QWidget *MiniQtHelper::GetParent(QWidget *widget)
140{
141 if(!widget)
142 return NULL;
143
144 return widget->parentWidget();
145}
146
147int32_t MiniQtHelper::GetNumChildren(QWidget *widget)
148{

Callers 4

SDObject2VariantFunction · 0.45
parentMethod · 0.45
dataMethod · 0.45
PostDeviceCreateMethod · 0.45

Calls 1

parentWidgetMethod · 0.80

Tested by 1

PostDeviceCreateMethod · 0.36