OGRE-Next
4.0.0unstable
Object-Oriented Graphics Rendering Engine
|
#include <OgreAPKZipArchive.h>
Public Member Functions | |
APKZipArchiveFactory (AAssetManager *assetMgr) | |
virtual | ~APKZipArchiveFactory () |
virtual void | convertPath (String &inOutPath) const |
Some implementations (i.e. More... | |
Archive * | createInstance (const String &name, bool readOnly) |
Creates a new object. More... | |
const String & | getType () const |
Returns the factory type. More... | |
Public Member Functions inherited from Ogre::EmbeddedZipArchiveFactory | |
EmbeddedZipArchiveFactory () | |
~EmbeddedZipArchiveFactory () override | |
Archive * | createInstance (const String &name, bool readOnly) override |
Creates a new object. More... | |
const String & | getType () const override |
Returns the factory type. More... | |
Public Member Functions inherited from Ogre::ZipArchiveFactory | |
~ZipArchiveFactory () override | |
void | destroyInstance (Archive *ptr) override |
Destroys an object which was created by this factory. More... | |
Public Member Functions inherited from Ogre::ArchiveFactory | |
~ArchiveFactory () override | |
Archive * | createInstance (const String &name) override |
Creates a new object. More... | |
Public Member Functions inherited from Ogre::FactoryObj< Archive > | |
virtual | ~FactoryObj () |
Additional Inherited Members | |
Public Types inherited from Ogre::EmbeddedZipArchiveFactory | |
typedef bool(* | DecryptEmbeddedZipFileFunc) (size_t pos, void *buf, size_t len) |
a function type to decrypt embedded zip file More... | |
Static Public Member Functions inherited from Ogre::EmbeddedZipArchiveFactory | |
static void | addEmbbeddedFile (const String &name, const uint8 *fileData, size_t fileSize, DecryptEmbeddedZipFileFunc decryptFunc) |
Add an embedded file to the embedded file list. More... | |
static void | removeEmbbeddedFile (const String &name) |
Remove an embedded file to the embedded file list. More... | |
|
inline |
|
inlinevirtual |
|
inlinevirtual |
Some implementations (i.e.
APKFileSystemArchive) usually modify the filename. For example in APKFileSystemArchive, "/path/to/localfile.mesh" gets internally stored as "path/to/localfile.mesh" (no leading slash), but across the platform the leading slash is required. The ArchiveManager needs to be aware of this.
inOutPath | Given the input path, converts it to the final path. |
Reimplemented from Ogre::ArchiveFactory.
|
inlinevirtual |
Creates a new object.
name | Name of the object to create |
Implements Ogre::ArchiveFactory.
References Ogre::EmbeddedZipArchiveFactory::addEmbbeddedFile(), and OGRE_NEW.
|
virtual |