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

Method getChildSelected

Tools/EditorFramework/Data.cpp:135–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133 }
134
135 DataPtr Data::getChildSelected()
136 {
137 return getChildByIndex(mIndexSelected);
138 }
139
140 void Data::setChildSelected(DataPtr _child)
141 {

Callers 15

notifyChangeValueMethod · 0.80
updateFramesMethod · 0.80
notifyChangeValueMethod · 0.80
updateFramesMethod · 0.80
notifyChangeValueMethod · 0.80
updateFramesMethod · 0.80
invalidateSelectionMethod · 0.80
getPropertyByNameMethod · 0.80
isDataSelectedMethod · 0.80
getSelectedDataByTypeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected