| 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 | { |
nothing calls this directly
no test coverage detected