Definition at line 57 of file qfsfileengine.h.
#include <qfsfileengine.h>

Public Member Functions |
|
| QFSFileEngine () | |
| QFSFileEngine (const QString &file) | |
| ~QFSFileEngine () | |
| bool | open (QIODevice::OpenMode openMode) |
| bool | open (QIODevice::OpenMode flags, FILE *fh) |
| bool | close () |
| bool | flush () |
| qint64 | size () const |
| qint64 | pos () const |
| bool | seek (qint64) |
| bool | isSequential () const |
| bool | remove () |
| bool | copy (const QString &newName) |
| bool | rename (const QString &newName) |
| bool | link (const QString &newName) |
| bool | mkdir (const QString &dirName, bool createParentDirectories) const |
| bool | rmdir (const QString &dirName, bool recurseParentDirectories) const |
| bool | setSize (qint64 size) |
| bool | caseSensitive () const |
| bool | isRelativePath () const |
| QStringList | entryList (QDir::Filters filters, const QStringList &filterNames) const |
| FileFlags | fileFlags (FileFlags type) const |
| bool | setPermissions (uint perms) |
| QString | fileName (FileName file) const |
| uint | ownerId (FileOwner) const |
| QString | owner (FileOwner) const |
| QDateTime | fileTime (FileTime time) const |
| void | setFileName (const QString &file) |
| int | handle () const |
| Iterator * | beginEntryList (QDir::Filters filters, const QStringList &filterNames) |
| Iterator * | endEntryList () |
| qint64 | read (char *data, qint64 maxlen) |
| qint64 | readLine (char *data, qint64 maxlen) |
| qint64 | write (const char *data, qint64 len) |
| bool | extension (Extension extension, const ExtensionOption *option=0, ExtensionReturn *output=0) |
| bool | supportsExtension (Extension extension) const |
| bool | open (QIODevice::OpenMode flags, int fd) |
Static Public Member Functions |
|
| static bool | setCurrentPath (const QString &path) |
| static QString | currentPath (const QString &path=QString()) |
| static QString | homePath () |
| static QString | rootPath () |
| static QString | tempPath () |
| static QFileInfoList | drives () |
Protected Member Functions |
|
| QFSFileEngine (QFSFileEnginePrivate &dd) | |
| QFSFileEngine | ( | ) |
| QFSFileEngine | ( | const QString & | file | ) | [explicit] |
| ~QFSFileEngine | ( | ) |
| QFSFileEngine | ( | QFSFileEnginePrivate & | dd | ) | [protected] |
| bool open | ( | QIODevice::OpenMode | openMode | ) | [virtual] |
Reimplemented from QAbstractFileEngine.
| bool open | ( | QIODevice::OpenMode | flags, |
| FILE * | fh | ||
| ) |
| bool close | ( | ) | [virtual] |
Reimplemented from QAbstractFileEngine.
| bool flush | ( | ) | [virtual] |
Reimplemented from QAbstractFileEngine.
| qint64 size | ( | ) | const [virtual] |
Reimplemented from QAbstractFileEngine.
| qint64 pos | ( | ) | const [virtual] |
Reimplemented from QAbstractFileEngine.
| bool seek | ( | qint64 | ) | [virtual] |
Reimplemented from QAbstractFileEngine.
| bool isSequential | ( | ) | const [virtual] |
Reimplemented from QAbstractFileEngine.
| bool remove | ( | ) | [virtual] |
Reimplemented from QAbstractFileEngine.
| bool copy | ( | const QString & | newName | ) | [virtual] |
Reimplemented from QAbstractFileEngine.
| bool rename | ( | const QString & | newName | ) | [virtual] |
Reimplemented from QAbstractFileEngine.
| bool link | ( | const QString & | newName | ) | [virtual] |
Reimplemented from QAbstractFileEngine.
| bool mkdir | ( | const QString & | dirName, |
| bool | createParentDirectories | ||
| ) | const [virtual] |
Reimplemented from QAbstractFileEngine.
| bool rmdir | ( | const QString & | dirName, |
| bool | recurseParentDirectories | ||
| ) | const [virtual] |
Reimplemented from QAbstractFileEngine.
| bool setSize | ( | qint64 | size | ) | [virtual] |
Reimplemented from QAbstractFileEngine.
| bool caseSensitive | ( | ) | const [virtual] |
Reimplemented from QAbstractFileEngine.
| bool isRelativePath | ( | ) | const [virtual] |
Reimplemented from QAbstractFileEngine.
| QStringList entryList | ( | QDir::Filters | filters, |
| const QStringList & | filterNames | ||
| ) | const [virtual] |
Reimplemented from QAbstractFileEngine.
| FileFlags fileFlags | ( | FileFlags | type | ) | const [virtual] |
Reimplemented from QAbstractFileEngine.
| bool setPermissions | ( | uint | perms | ) | [virtual] |
Reimplemented from QAbstractFileEngine.
Reimplemented from QAbstractFileEngine.
| uint ownerId | ( | FileOwner | ) | const [virtual] |
Reimplemented from QAbstractFileEngine.
Reimplemented from QAbstractFileEngine.
Reimplemented from QAbstractFileEngine.
| void setFileName | ( | const QString & | file | ) | [virtual] |
Reimplemented from QAbstractFileEngine.
| int handle | ( | ) | const [virtual] |
Reimplemented from QAbstractFileEngine.
| Iterator* beginEntryList | ( | QDir::Filters | filters, |
| const QStringList & | filterNames | ||
| ) | [virtual] |
Reimplemented from QAbstractFileEngine.
| Iterator* endEntryList | ( | ) | [virtual] |
Reimplemented from QAbstractFileEngine.
Reimplemented from QAbstractFileEngine.
Reimplemented from QAbstractFileEngine.
Reimplemented from QAbstractFileEngine.
| bool extension | ( | Extension | extension, |
| const ExtensionOption * | option = 0, |
||
| ExtensionReturn * | output = 0 |
||
| ) | [virtual] |
Reimplemented from QAbstractFileEngine.
| bool supportsExtension | ( | Extension | extension | ) | const [virtual] |
Reimplemented from QAbstractFileEngine.
| bool open | ( | QIODevice::OpenMode | flags, |
| int | fd | ||
| ) |
| static bool setCurrentPath | ( | const QString & | path | ) | [static] |
| static QString homePath | ( | ) | [static] |
| static QString rootPath | ( | ) | [static] |
| static QString tempPath | ( | ) | [static] |
| static QFileInfoList drives | ( | ) | [static] |