#include <OgreFileSystem.h>
Inheritance diagram for Ogre::FileSystemArchive:

Public Member Functions | ||||||||||
| FileSystemArchive (const String &name, const String &archType) | ||||||||||
| ~FileSystemArchive () | ||||||||||
| bool | isCaseSensitive (void) const | |||||||||
| | ||||||||||
| void | load () | |||||||||
| ||||||||||
| void | unload () | |||||||||
| ||||||||||
| DataStreamPtr | open (const String &filename) const | |||||||||
| ||||||||||
| StringVectorPtr | list (bool recursive=true, bool dirs=false) | |||||||||
| ||||||||||
| FileInfoListPtr | listFileInfo (bool recursive=true, bool dirs=false) | |||||||||
| ||||||||||
| StringVectorPtr | find (const String &pattern, bool recursive=true, bool dirs=false) | |||||||||
| ||||||||||
| FileInfoListPtr | findFileInfo (const String &pattern, bool recursive=true, bool dirs=false) | |||||||||
| ||||||||||
| bool | exists (const String &filename) | |||||||||
| | ||||||||||
| const String & | getName (void) const | |||||||||
| Get the name of this archive. | ||||||||||
| const String & | getType (void) const | |||||||||
| Return the type code of this Archive. | ||||||||||
Protected Member Functions | ||||||||||
| void | findFiles (const String &pattern, bool recursive, bool dirs, StringVector *simpleList, FileInfoList *detailList) | |||||||||
| Utility method to retrieve all files in a directory matching pattern. | ||||||||||
Protected Attributes | ||||||||||
| String | mName | |||||||||
| Archive name. | ||||||||||
| String | mType | |||||||||
| Archive type code. | ||||||||||
Definition at line 42 of file OgreFileSystem.h.
|
||||||||||||
|
|
|
|
|
|
|
Implements Ogre::Archive. |
|
||||||||||||||||
|
Implements Ogre::Archive. |
|
||||||||||||||||
|
Implements Ogre::Archive. |
|
||||||||||||||||||||||||
|
Utility method to retrieve all files in a directory matching pattern.
|
|
|
Get the name of this archive.
Definition at line 100 of file OgreArchive.h. |
|
|
Return the type code of this Archive.
Definition at line 186 of file OgreArchive.h. |
|
|
Implements Ogre::Archive. |
|
||||||||||||
|
Implements Ogre::Archive. |
|
||||||||||||
|
Implements Ogre::Archive. |
|
|
Implements Ogre::Archive. |
|
|
Implements Ogre::Archive. |
|
|
Implements Ogre::Archive. |
|
|
Archive name.
Definition at line 84 of file OgreArchive.h. |
|
|
Archive type code.
Definition at line 86 of file OgreArchive.h. |
Copyright © 2000-2005 by The OGRE Team

This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sun Sep 30 10:51:15 2007