QFSFileEngine Class Reference
[QtCore module]
Inherits QAbstractFileEngine.
Methods
- __init__ (self)
- __init__ (self, QString)
- bool caseSensitive (self)
- bool close (self)
- bool copy (self, QString)
- QStringList entryList (self, QDir.Filters, QStringList)
- QAbstractFileEngine.FileFlags fileFlags (self, QAbstractFileEngine.FileFlags)
- QString fileName (self, QAbstractFileEngine.FileName)
- QDateTime fileTime (self, QAbstractFileEngine.FileTime)
- bool flush (self)
- int handle (self)
- bool isRelativePath (self)
- bool isSequential (self)
- bool link (self, QString)
- bool mkdir (self, QString, bool)
- bool open (self, QIODevice.OpenMode)
- bool open (self, QIODevice.OpenMode, int)
- QString owner (self, QAbstractFileEngine.FileOwner)
- int ownerId (self, QAbstractFileEngine.FileOwner)
- int pos (self)
- str read (self, int maxlen)
- str readLine (self, int maxlen)
- bool remove (self)
- bool rename (self, QString)
- bool rmdir (self, QString, bool)
- bool seek (self, int)
- setFileName (self, QString)
- bool setPermissions (self, int)
- bool setSize (self, int)
- int size (self)
- int write (self, str)
Static Methods
Detailed Description
Method Documentation
QFSFileEngine.__init__ (self)
QFSFileEngine.__init__ (self, QString)
bool QFSFileEngine.caseSensitive (self)
bool QFSFileEngine.close (self)
bool QFSFileEngine.copy (self, QString)
QString QFSFileEngine.currentPath (QString fileName = QString())
list-of-QFileInfo QFSFileEngine.drives ()
QStringList QFSFileEngine.entryList (self, QDir.Filters, QStringList)
bool QFSFileEngine.flush (self)
int QFSFileEngine.handle (self)
QString QFSFileEngine.homePath ()
bool QFSFileEngine.isRelativePath (self)
bool QFSFileEngine.isSequential (self)
bool QFSFileEngine.link (self, QString)
bool QFSFileEngine.mkdir (self, QString, bool)
bool QFSFileEngine.open (self, QIODevice.OpenMode, int)
int QFSFileEngine.pos (self)
str QFSFileEngine.read (self, int maxlen)
str QFSFileEngine.readLine (self, int maxlen)
bool QFSFileEngine.remove (self)
bool QFSFileEngine.rename (self, QString)
bool QFSFileEngine.rmdir (self, QString, bool)
QString QFSFileEngine.rootPath ()
bool QFSFileEngine.seek (self, int)
bool QFSFileEngine.setCurrentPath (QString)
QFSFileEngine.setFileName (self, QString)
bool QFSFileEngine.setPermissions (self, int)
bool QFSFileEngine.setSize (self, int)
int QFSFileEngine.size (self)
QString QFSFileEngine.tempPath ()
int QFSFileEngine.write (self, str)