| 110 | } |
| 111 | |
| 112 | static list stringToPath( std::string str ) |
| 113 | { |
| 114 | SceneInterface::Path p; |
| 115 | SceneInterface::stringToPath( str, p ); |
| 116 | return arrayToList( p ); |
| 117 | } |
| 118 | |
| 119 | static list supportedExtensions( IndexedIO::OpenMode modes ) |
| 120 | { |
nothing calls this directly
no test coverage detected