QAbstractFileEngineIterator Class Reference
[QtCore module]
Methods
Detailed Description
Method Documentation
QAbstractFileEngineIterator.__init__ (self, QDir.Filters, QStringList)
QFileInfo QAbstractFileEngineIterator.currentFileInfo (self)
QString QAbstractFileEngineIterator.currentFileName (self)
This method is abstract and should be reimplemented in any sub-class.
QString QAbstractFileEngineIterator.currentFilePath (self)
QDir.Filters QAbstractFileEngineIterator.filters (self)
bool QAbstractFileEngineIterator.hasNext (self)
This method is abstract and should be reimplemented in any sub-class.
QStringList QAbstractFileEngineIterator.nameFilters (self)
QString QAbstractFileEngineIterator.next (self)
This method is abstract and should be reimplemented in any sub-class.
QString QAbstractFileEngineIterator.path (self)