MCPcopy 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.cppFile · 0.45
BaseWidget.hFile · 0.45
getFunction · 0.45
FindParentPrefixMethod · 0.45
addChildMethod · 0.45
removeChildMethod · 0.45
notifyFrameStartMethod · 0.45
notifyMouseDragMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected