Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
notifyChangeValue
Method · 0.80
updateFrames
Method · 0.80
notifyChangeValue
Method · 0.80
updateFrames
Method · 0.80
notifyChangeValue
Method · 0.80
updateFrames
Method · 0.80
notifyChangeDataSelector
Method · 0.80
invalidateSelection
Method · 0.80
getPropertyByName
Method · 0.80
isDataSelected
Method · 0.80
getSelectedDataByType
Method · 0.80
getSelectedParentDataByType
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected