| 87 | } |
| 88 | |
| 89 | static SceneInterfacePtr nonConstScene( SceneInterface &m, list l, SceneInterface::MissingBehaviour b ) |
| 90 | { |
| 91 | SceneInterface::Path p; |
| 92 | container_utils::extend_container( p, l ); |
| 93 | return m.scene( p, b ); |
| 94 | } |
| 95 | |
| 96 | static list attributeNames( const SceneInterface &m ) |
| 97 | { |