#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) | |||||||||
| ||||||||||
time_t | getModifiedTime (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. | ||||||||||
void * | operator new (size_t sz, const char *file, int line, const char *func) | |||||||||
operator new, with debug line info | ||||||||||
void * | operator new (size_t sz) | |||||||||
void * | operator new (size_t sz, void *ptr) | |||||||||
placement operator new | ||||||||||
void * | operator new[] (size_t sz, const char *file, int line, const char *func) | |||||||||
array operator new, with debug line info | ||||||||||
void * | operator new[] (size_t sz) | |||||||||
void | operator delete (void *ptr) | |||||||||
void | operator delete (void *ptr, void *) | |||||||||
void | operator delete (void *ptr, const char *, int, const char *) | |||||||||
void | operator delete[] (void *ptr) | |||||||||
void | operator delete[] (void *ptr, const char *, int, const char *) | |||||||||
Static Public Member Functions | ||||||||||
static void | setIgnoreHidden (bool ignore) | |||||||||
Set whether filesystem enumeration will include hidden files or not. | ||||||||||
static bool | getIgnoreHidden () | |||||||||
Get whether hidden files are ignored during filesystem enumeration. | ||||||||||
Static Public Attributes | ||||||||||
static bool | ms_IgnoreHidden | |||||||||
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 whether hidden files are ignored during filesystem enumeration.
Definition at line 102 of file OgreFileSystem.h. |
|
Implements Ogre::Archive. |
|
Get the name of this archive.
Definition at line 101 of file OgreArchive.h. |
|
Return the type code of this Archive.
Definition at line 191 of file OgreArchive.h. |
|
Implements Ogre::Archive. |
|
Implements Ogre::Archive. |
|
Implements Ogre::Archive. |
|
Implements Ogre::Archive. |
|
Implements Ogre::Archive. |
|
Definition at line 101 of file OgreMemoryAllocatedObject.h. |
|
Definition at line 95 of file OgreMemoryAllocatedObject.h. |
|
Definition at line 89 of file OgreMemoryAllocatedObject.h. |
|
Definition at line 112 of file OgreMemoryAllocatedObject.h. |
|
Definition at line 106 of file OgreMemoryAllocatedObject.h. |
|
placement operator new
Definition at line 73 of file OgreMemoryAllocatedObject.h. |
|
Definition at line 67 of file OgreMemoryAllocatedObject.h. |
|
operator new, with debug line info
Definition at line 62 of file OgreMemoryAllocatedObject.h. |
|
Definition at line 84 of file OgreMemoryAllocatedObject.h. |
|
array operator new, with debug line info
Definition at line 79 of file OgreMemoryAllocatedObject.h. |
|
Set whether filesystem enumeration will include hidden files or not. This should be called prior to declaring and/or initializing filesystem resource locations. The default is true (ignore hidden files). Definition at line 96 of file OgreFileSystem.h. |
|
Implements Ogre::Archive. |
|
Archive name.
Definition at line 85 of file OgreArchive.h. |
|
Definition at line 107 of file OgreFileSystem.h. |
|
Archive type code.
Definition at line 87 of file OgreArchive.h. |
Copyright © 2008 Torus Knot Software Ltd
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sat Apr 11 13:47:51 2009