![]() |
OGRE 1.12.10
Object-Oriented Graphics Rendering Engine
|
Specialisation to allow reading of files from a zip format source archive. More...
#include <OgreZip.h>
Public Member Functions | |
virtual | ~ZipArchiveFactory () |
virtual Archive * | createInstance (const String &name) |
Creates a new object. | |
Archive * | createInstance (const String &name, bool readOnly) |
Creates a new object. | |
virtual Archive * | createInstance (const String &name, bool readOnly)=0 |
Creates a new object. | |
void | destroyInstance (Archive *ptr) |
Destroys an object which was created by this factory. | |
const String & | getType (void) const |
Returns the factory type. | |
![]() | |
virtual | ~ArchiveFactory () |
![]() | |
virtual | ~FactoryObj () |
Specialisation to allow reading of files from a zip format source archive.
This archive format supports all archives compressed in the standard zip format, including iD pk3 files.
|
inlinevirtual |
Creates a new object.
name | Name of the object to create |
readOnly | whether the Archive is read only |
Implements Ogre::ArchiveFactory.
Destroys an object which was created by this factory.
ptr | Pointer to the object to destroy |
Implements Ogre::FactoryObj< Archive >.
|
virtual |
Creates a new object.
name | Name of the object to create |
readOnly | whether the Archive is read only |
Implements Ogre::ArchiveFactory.
Creates a new object.
name | Name of the object to create |
Reimplemented from Ogre::ArchiveFactory.