NAME
Qt::Gui::QFileSystemModel
PUBLIC METHODS
- QFileSystemModel(QObject * parent = 0)
- QFileSystemModel(QObject * parent)
- ~QFileSystemModel()
- bool canFetchMore(const QModelIndex & parent)
- int columnCount(const QModelIndex & parent = QModelIndex())
- int columnCount(const QModelIndex & parent)
- QVariant data(const QModelIndex & index, int role = Qt::DisplayRole)
- QVariant data(const QModelIndex & index, int role)
- bool dropMimeData(const QMimeData * data, Qt::DropAction action, int row, int column, const QModelIndex & parent)
- void fetchMore(const QModelIndex & parent)
- QIcon fileIcon(const QModelIndex & index)
- QFileInfo fileInfo(const QModelIndex & index)
- QString fileName(const QModelIndex & index)
- QString filePath(const QModelIndex & index)
- QDir::Filters filter()
- bool hasChildren(const QModelIndex & parent = QModelIndex())
- bool hasChildren(const QModelIndex & parent)
- QVariant headerData(int section, Qt::Orientation orientation, int role = Qt::DisplayRole)
- QVariant headerData(int section, Qt::Orientation orientation, int role)
- QFileIconProvider * iconProvider()
- QModelIndex index(const QString & path, int column = 0)
- QModelIndex index(const QString & path, int column)
- QModelIndex index(int row, int column, const QModelIndex & parent = QModelIndex())
- QModelIndex index(int row, int column, const QModelIndex & parent)
- bool isDir(const QModelIndex & index)
- bool isReadOnly()
- QDateTime lastModified(const QModelIndex & index)
- QStringList mimeTypes()
- QModelIndex mkdir(const QModelIndex & parent, const QString & name)
- QVariant myComputer(int role = Qt::DisplayRole)
- QVariant myComputer(int role)
- bool nameFilterDisables()
- QStringList nameFilters()
- QModelIndex parent(const QModelIndex & child)
- QFile::Permissions permissions(const QModelIndex & index)
- bool remove(const QModelIndex & index)
- bool resolveSymlinks()
- bool rmdir(const QModelIndex & index)
- QDir rootDirectory()
- QString rootPath()
- int rowCount(const QModelIndex & parent = QModelIndex())
- int rowCount(const QModelIndex & parent)
- bool setData(const QModelIndex & index, const QVariant & value, int role = Qt::EditRole)
- bool setData(const QModelIndex & index, const QVariant & value, int role)
- void setFilter(QDir::Filters filters)
- void setIconProvider(QFileIconProvider * provider)
- void setNameFilterDisables(bool enable)
- void setNameFilters(const QStringList & filters)
- void setReadOnly(bool enable)
- void setResolveSymlinks(bool enable)
- QModelIndex setRootPath(const QString & path)
- qint64 size(const QModelIndex & index)
- void sort(int column, Qt::SortOrder order = Qt::AscendingOrder)
- void sort(int column, Qt::SortOrder order)
- QString type(const QModelIndex & index)
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2011 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.