OGRE-Next
4.0.0unstable
Object-Oriented Graphics Rendering Engine
|
Specialisation of ArchiveFactory for Zip files. More...
#include <OgreZip.h>
Public Member Functions | |
~ZipArchiveFactory () override | |
Archive * | createInstance (const String &name, bool readOnly) override |
Creates a new object. More... | |
void | destroyInstance (Archive *ptr) override |
Destroys an object which was created by this factory. More... | |
const String & | getType () const override |
Returns the factory type. More... | |
Public Member Functions inherited from Ogre::ArchiveFactory | |
~ArchiveFactory () override | |
virtual void | convertPath (String &inOutPath) const |
Some implementations (i.e. More... | |
Archive * | createInstance (const String &name) override |
Creates a new object. More... | |
Public Member Functions inherited from Ogre::FactoryObj< Archive > | |
virtual | ~FactoryObj () |
Specialisation of ArchiveFactory for Zip files.
|
inlineoverride |
|
inlineoverridevirtual |
Creates a new object.
name | Name of the object to create |
Implements Ogre::ArchiveFactory.
Reimplemented in Ogre::EmbeddedZipArchiveFactory.
References OGRE_NEW.
|
inlineoverridevirtual |
Destroys an object which was created by this factory.
ptr | Pointer to the object to destroy |
Implements Ogre::FactoryObj< Archive >.
References OGRE_DELETE.
|
overridevirtual |
Returns the factory type.
Implements Ogre::FactoryObj< Archive >.
Reimplemented in Ogre::EmbeddedZipArchiveFactory.