| 2557 | } |
| 2558 | |
| 2559 | void SceneCache::childNames( NameList &childNames ) const |
| 2560 | { |
| 2561 | return m_implementation->childNames(childNames); |
| 2562 | } |
| 2563 | |
| 2564 | SceneInterfacePtr SceneCache::child( const Name &name, SceneCache::MissingBehaviour missingBehaviour ) |
| 2565 | { |
no outgoing calls