| 163 | | FILE_NOT_HANDLED, |
|---|
| 164 | | FILE_NOT_FOUND, |
|---|
| 165 | | FILE_LOADED, |
|---|
| 166 | | FILE_LOADED_FROM_CACHE, |
|---|
| 167 | | ERROR_IN_READING_FILE |
|---|
| | 163 | FILE_NOT_HANDLED, //!< file is not appropriate for this file reader, due to some incompatibility, but *not* a read error |
|---|
| | 164 | FILE_NOT_FOUND, //!< file could not be found or could not be read |
|---|
| | 165 | FILE_LOADED, //!< file successfully found, loaded, and converted into osg |
|---|
| | 166 | FILE_LOADED_FROM_CACHE, //!< file found in cache and returned |
|---|
| | 167 | ERROR_IN_READING_FILE //!< file found, loaded, but an error was encountered during processing |
|---|