#include <OgreArchiveManager.h>
Inheritance diagram for Ogre::ArchiveManager:
Public Member Functions | |
ArchiveManager () | |
Default constructor - should never get called by a client app. | |
virtual | ~ArchiveManager () |
Default destructor. | |
Archive * | load (const String &filename, const String &archiveType) |
Opens an archive for file reading. | |
void | unload (Archive *arch) |
Unloads an archive. | |
void | unload (const String &filename) |
Unloads an archive by name. | |
void | addArchiveFactory (ArchiveFactory *factory) |
Adds a new ArchiveFactory to the list of available factories. | |
Static Public Member Functions | |
ArchiveManager & | getSingleton (void) |
Override standard Singleton retrieval. | |
ArchiveManager * | getSingletonPtr (void) |
Override standard Singleton retrieval. | |
Protected Types | |
typedef std::map< String, ArchiveFactory * > | ArchiveFactoryMap |
typedef std::map< String, Archive * > | ArchiveMap |
Currently loaded archives. | |
Protected Attributes | |
ArchiveFactoryMap | mArchFactories |
Factories available to create archives, indexed by archive type (String identifier e.g. 'Zip'). | |
ArchiveMap | mArchives |
Static Protected Attributes | |
ArchiveManager * | ms_Singleton |
Definition at line 37 of file OgreArchiveManager.h.
|
Definition at line 40 of file OgreArchiveManager.h. |
|
Currently loaded archives.
Definition at line 44 of file OgreArchiveManager.h. |
|
Default constructor - should never get called by a client app.
Definition at line 50 of file OgreArchiveManager.h. |
|
Default destructor.
|
|
Adds a new ArchiveFactory to the list of available factories.
|
|
Override standard Singleton retrieval.
Reimplemented from Ogre::Singleton< ArchiveManager >. |
|
Override standard Singleton retrieval.
Reimplemented from Ogre::Singleton< ArchiveManager >. |
|
Opens an archive for file reading.
|
|
Unloads an archive by name.
|
|
Unloads an archive.
|
|
Factories available to create archives, indexed by archive type (String identifier e.g. 'Zip').
Definition at line 42 of file OgreArchiveManager.h. |
|
Definition at line 45 of file OgreArchiveManager.h. |
|
Definition at line 54 of file OgreSingleton.h. |
Copyright © 2000-2005 by The OGRE Team
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sun Mar 12 14:38:07 2006