From 7028cbe09c688437910a25623098762bf0fa592d Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 28 Mar 2016 22:28:34 +1000 Subject: Move Irrlicht to src/others. --- .../html/classirr_1_1io_1_1_i_file_archive.html | 278 +++++++++++++++++++++ 1 file changed, 278 insertions(+) create mode 100644 src/others/irrlicht-1.8.1/doc/html/classirr_1_1io_1_1_i_file_archive.html (limited to 'src/others/irrlicht-1.8.1/doc/html/classirr_1_1io_1_1_i_file_archive.html') diff --git a/src/others/irrlicht-1.8.1/doc/html/classirr_1_1io_1_1_i_file_archive.html b/src/others/irrlicht-1.8.1/doc/html/classirr_1_1io_1_1_i_file_archive.html new file mode 100644 index 0000000..34ef811 --- /dev/null +++ b/src/others/irrlicht-1.8.1/doc/html/classirr_1_1io_1_1_i_file_archive.html @@ -0,0 +1,278 @@ + + + + +Irrlicht 3D Engine: irr::io::IFileArchive Class Reference + + + + + + + + + + + + + + +
+ + +
+ + + + + + + + + + + + + + + + + +
+
Irrlicht 3D Engine + +
+ +
+ + + + + + +
+
+
+ + + + +
+
+ +
+
+
+ +
+
+ +
+
irr::io::IFileArchive Class Reference
+
+
+ +

The FileArchive manages archives and provides access to files inside them. + More...

+ +

#include <IFileArchive.h>

+
+ + Inheritance diagram for irr::io::IFileArchive:
+
+
+ + +

List of all members.

+

+Public Member Functions

+ +

+Public Attributes

+ +

Detailed Description

+

The FileArchive manages archives and provides access to files inside them.

+ +

Definition at line 53 of file IFileArchive.h.

+

Member Function Documentation

+ +
+
+ + + + + + + + +
virtual IReadFile* irr::io::IFileArchive::createAndOpenFile (const pathfilename) [pure virtual]
+
+
+ +

Opens a file based on its name.

+

Creates and returns a new IReadFile for a file in the archive.

+
Parameters:
+ + +
filenameThe file to open
+
+
+
Returns:
Returns A pointer to the created file on success, or 0 on failure.
+ +
+
+ +
+
+ + + + + + + + +
virtual IReadFile* irr::io::IFileArchive::createAndOpenFile (u32 index) [pure virtual]
+
+
+ +

Opens a file based on its position in the file list.

+

Creates and returns

+
Parameters:
+ + +
indexThe zero based index of the file.
+
+
+
Returns:
Returns a pointer to the created file on success, or 0 on failure.
+ +
+
+ +
+
+ + + + + + + +
virtual const IFileList* irr::io::IFileArchive::getFileList () const [pure virtual]
+
+
+ +

Returns the complete file tree.

+
Returns:
Returns the complete directory tree for the archive, including all files and folders
+ +
+
+ +
+
+ + + + + + + +
virtual E_FILE_ARCHIVE_TYPE irr::io::IFileArchive::getType () const [inline, virtual]
+
+
+ +

get the archive type

+ +

Definition at line 76 of file IFileArchive.h.

+ +

References irr::io::EFAT_UNKNOWN.

+ +
+
+

Member Data Documentation

+ +
+ +
+ +

An optionally used password string.

+

This variable is publicly accessible from the interface in order to avoid single access patterns to this place, and hence allow some more obscurity.

+ +

Definition at line 83 of file IFileArchive.h.

+ +
+
+
The documentation for this class was generated from the following file: +
+
+ + + + + -- cgit v1.1