lib
KoDirectoryStore Class Reference
Inheritance diagram for KoDirectoryStore:

Detailed Description
Definition at line 27 of file KoDirectoryStore.h.
Public Member Functions | |
KoDirectoryStore (const QString &path, Mode _mode) | |
~KoDirectoryStore () | |
Protected Member Functions | |
virtual bool | init (Mode _mode) |
virtual bool | openWrite (const QString &name) |
virtual bool | openRead (const QString &name) |
virtual bool | closeRead () |
virtual bool | closeWrite () |
virtual bool | enterRelativeDirectory (const QString &dirName) |
virtual bool | enterAbsoluteDirectory (const QString &path) |
virtual bool | fileExists (const QString &absPath) const |
bool | openReadOrWrite (const QString &name, int iomode) |
Member Function Documentation
|
Implements KoStore. Definition at line 36 of file KoDirectoryStore.h. |
|
Implements KoStore. Definition at line 37 of file KoDirectoryStore.h. |
|
Enter a directory where we've been before. It is guaranteed to always exist. Implements KoStore. Definition at line 106 of file KoDirectoryStore.cpp. |
|
Enter a subdirectory of the current directory. The directory might not exist yet in Write mode. Implements KoStore. Definition at line 88 of file KoDirectoryStore.cpp. |
|
Check if a file exists inside the store.
Implements KoStore. Definition at line 115 of file KoDirectoryStore.cpp. |
|
Init store - called by constructor.
Reimplemented from KoStore. Definition at line 47 of file KoDirectoryStore.cpp. |
|
Open the file On success, this method must set m_stream to a stream from which we can read, as well as setting m_iSize to the size of the file.
Implements KoStore. Definition at line 35 of file KoDirectoryStore.h. |
|
Open the file
Implements KoStore. Definition at line 34 of file KoDirectoryStore.h. |
The documentation for this class was generated from the following files: