Inheritance diagram for DzInFile:

Methods | |
| void | close () |
| Boolean | exists () |
| DzAuthor | getAuthor () |
| String | getAuthorComment () |
| String | getFilename () |
| String | getFiletype () |
| Number | getVersion () |
| Boolean | isMerge () |
| DzError | open () |
Constructors | |
| DzInFile (String filename) | |
Signals | |
| void | readFinished () |
Signature: "readFinished()" | |
| void | unableToFindFile (String file) |
Signature: "unableToFindFile(const QString&)" | |
A utility class used for accessing and reading data from the native file format.
| DzInFile::DzInFile | ( | String | filename | ) |
Constructor.
| void DzInFile::close | ( | ) |
Called by the framework. Finishes up reading and close the file.
| Boolean DzInFile::exists | ( | ) |
Checks for existence of the file.
| DzAuthor DzInFile::getAuthor | ( | ) |
| String DzInFile::getAuthorComment | ( | ) |
| String DzInFile::getFilename | ( | ) |
| String DzInFile::getFiletype | ( | ) |
| Number DzInFile::getVersion | ( | ) |
| Boolean DzInFile::isMerge | ( | ) |
| DzError DzInFile::open | ( | ) |
Called by he framework. Opens the file for reading.
| void DzInFile::readFinished | ( | ) | [signal] |
Signature: "readFinished()"
Emitted when after the file has been read entirely and the its contents loaded.
| DzInFile::unableToFindFile | ( | String | file | ) | [signal] |
Signature: "unableToFindFile(const QString&)"
Emitted when a file for a storable cannot be found.