Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ getParent
Method
getParent
UnitTests/TestApp/Data.cpp:43–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
}
42
43
Data* Data::getParent()
44
{
45
return mParent;
46
}
47
48
const Data::VectorData& Data::getChilds() const
49
{
Callers
9
ExportGui.cpp
File · 0.45
Type MYGUICALL ExportWidget_GetParent
Method · 0.45
BaseWidget.h
File · 0.45
get
Function · 0.45
FindParentPrefix
Method · 0.45
addChild
Method · 0.45
removeChild
Method · 0.45
notifyFrameStart
Method · 0.45
notifyMouseDrag
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected