Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
139
QWidget *MiniQtHelper::GetParent(QWidget *widget)
140
{
141
if(!widget)
142
return NULL;
143
144
return widget->parentWidget();
145
}
146
147
int32_t MiniQtHelper::GetNumChildren(QWidget *widget)
148
{
Callers
4
SDObject2Variant
Function · 0.45
parent
Method · 0.45
data
Method · 0.45
PostDeviceCreate
Method · 0.45
Calls
1
parentWidget
Method · 0.80
Tested by
1
PostDeviceCreate
Method · 0.36