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

Method setChildSelected

Tools/EditorFramework/Data.cpp:140–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138 }
139
140 void Data::setChildSelected(DataPtr _child)
141 {
142 mIndexSelected = getChildIndex(_child);
143 }
144
145 PropertyPtr Data::getProperty(std::string_view _name) const
146 {

Callers 2

changeParentSelectionMethod · 0.80
onChangeDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected