OGRE
13.6
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 () |
Archive * | createInstance (const String &name) override |
Archive * | createInstance (const String &name, bool readOnly) override |
Creates a new object. More... | |
virtual Archive * | createInstance (const String &name, bool readOnly)=0 |
Creates a new object. More... | |
const String & | getType (void) const override |
Returns the factory type. More... | |
Public Member Functions inherited from Ogre::ArchiveFactory | |
virtual | ~ArchiveFactory () |
Archive * | createInstance (const String &name) override |
Creates a new object. More... | |
Public Member Functions inherited from Ogre::FactoryObj< Archive > | |
virtual | ~FactoryObj () |
virtual void | destroyInstance (Archive *ptr) |
Destroys an object which was created by this factory. More... | |
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 |
|
overridevirtual |
Returns the factory type.
Implements Ogre::FactoryObj< Archive >.
Reimplemented in Ogre::EmbeddedZipArchiveFactory.
|
overridevirtual |
Creates a new object.
name | Name of the object to create |
readOnly | whether the Archive is read only |
Implements Ogre::ArchiveFactory.
Reimplemented in Ogre::EmbeddedZipArchiveFactory.
virtual Archive* Ogre::ArchiveFactory::createInstance | ( | void | ) |
Creates a new object.
name | Name of the object to create |
readOnly | whether the Archive is read only |
|
inlineoverride |