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

Method isDataSelected

Tools/EditorFramework/PropertyUtility.cpp:97–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95 }
96
97 bool PropertyUtility::isDataSelected(DataPtr _data)
98 {
99 return isDataSelected(DataManager::getInstance().getRoot(), _data);
100 }
101
102 bool PropertyUtility::isDataSelected(DataPtr _parent, DataPtr _data)
103 {

Callers

nothing calls this directly

Calls 2

getChildSelectedMethod · 0.80
getRootMethod · 0.45

Tested by

no test coverage detected