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

Method changeParentSelection

Tools/EditorFramework/DataSelectorManager.cpp:68–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 }
67
68 void DataSelectorManager::changeParentSelection(DataPtr _parent, DataPtr _selectedChild)
69 {
70 _parent->setChildSelected(_selectedChild);
71
72 onChangeData(_parent, _parent->getType(), true);
73 }
74
75 void DataSelectorManager::onChangeData(DataPtr _parent, DataTypePtr _type, bool _changeOnlySelection)
76 {

Callers 2

notifyItemMethod · 0.80

Calls 2

setChildSelectedMethod · 0.80
getTypeMethod · 0.45

Tested by

no test coverage detected