|
Orxonox
0.0.5 Codename: Arcturus
|
Stores basic information about a Resource from Ogre. More...
#include </home/jenkins/workspace/orxonox_doxygen_trunk/src/libraries/core/Resource.h>
Public Attributes | |
| std::string | basename |
| Base filename. More... | |
| std::string | filename |
| The file's fully qualified name. More... | |
| std::string | fileSystemPath |
| Absolute file path ("" for files not on filesystem) More... | |
| std::string | group |
| Resource group the file is in. More... | |
| std::string | path |
| Path name; separated by '/' and ending with '/'. More... | |
| size_t | size |
| Uncompressed size. More... | |
| std::string orxonox::ResourceInfo::basename |
Base filename.
| std::string orxonox::ResourceInfo::filename |
The file's fully qualified name.
| std::string orxonox::ResourceInfo::fileSystemPath |
Absolute file path ("" for files not on filesystem)
| std::string orxonox::ResourceInfo::group |
Resource group the file is in.
| std::string orxonox::ResourceInfo::path |
Path name; separated by '/' and ending with '/'.
| size_t orxonox::ResourceInfo::size |
Uncompressed size.
1.8.11