MCPcopy Create free account
hub / github.com/MyGUI/mygui / getParent

Method getParent

Tools/EditorFramework/Data.cpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 }
44
45 DataPtr Data::getParent()
46 {
47 return mParent;
48 }
49
50 const Data::VectorData& Data::getChilds() const
51 {

Callers 15

storeOldValuesMethod · 0.45
setNewValuesMethod · 0.45
storeOldValuesMethod · 0.45
setNewValuesMethod · 0.45
getCellSelectedMethod · 0.45
getCellDataMethod · 0.45
addMethod · 0.45
removeMethod · 0.45
unbindMethod · 0.45
saveWidgetsToXmlNodeMethod · 0.45
moveNewWidgetMethod · 0.45
getCoordNewWidgetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected