
We bake cookies in your browser for a better experience. Using this site means that you consent.Read More
TheQDirModel class provides a data model for the local filesystem.More...
| Header: | #include <QDirModel> |
| Inherits: | QAbstractItemModel |
This class is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
| enum | Roles { FileIconRole, FilePathRole, FileNameRole } |
| QDirModel(const QStringList & nameFilters, QDir::Filters filters, QDir::SortFlags sort, QObject * parent = 0) | |
| QDirModel(QObject * parent = 0) | |
| ~QDirModel() | |
| QIcon | fileIcon(const QModelIndex & index) const |
| QFileInfo | fileInfo(const QModelIndex & index) const |
| QString | fileName(const QModelIndex & index) const |
| QString | filePath(const QModelIndex & index) const |
| QDir::Filters | filter() const |
| QFileIconProvider * | iconProvider() const |
| QModelIndex | index(const QString & path, int column = 0) const |
| bool | isDir(const QModelIndex & index) const |
| bool | isReadOnly() const |
| bool | lazyChildCount() const |
| QModelIndex | mkdir(const QModelIndex & parent, const QString & name) |
| QStringList | nameFilters() const |
| bool | remove(const QModelIndex & index) |
| bool | resolveSymlinks() const |
| bool | rmdir(const QModelIndex & index) |
| void | setFilter(QDir::Filters filters) |
| void | setIconProvider(QFileIconProvider * provider) |
| void | setLazyChildCount(bool enable) |
| void | setNameFilters(const QStringList & filters) |
| void | setReadOnly(bool enable) |
| void | setResolveSymlinks(bool enable) |
| void | setSorting(QDir::SortFlags sort) |
| QDir::SortFlags | sorting() const |
| virtual int | columnCount(const QModelIndex & parent = QModelIndex()) const |
| virtual QVariant | data(const QModelIndex & index, int role = Qt::DisplayRole) const |
| virtual bool | dropMimeData(const QMimeData * data, Qt::DropAction action, int row, int column, const QModelIndex & parent) |
| virtual Qt::ItemFlags | flags(const QModelIndex & index) const |
| virtual bool | hasChildren(const QModelIndex & parent = QModelIndex()) const |
| virtual QVariant | headerData(int section, Qt::Orientation orientation, int role = Qt::DisplayRole) const |
| virtual QModelIndex | index(int row, int column, const QModelIndex & parent = QModelIndex()) const |
| virtual QMimeData * | mimeData(const QModelIndexList & indexes) const |
| virtual QStringList | mimeTypes() const |
| virtual QModelIndex | parent(const QModelIndex & child) const |
| virtual int | rowCount(const QModelIndex & parent = QModelIndex()) const |
| virtual bool | setData(const QModelIndex & index, const QVariant & value, int role = Qt::EditRole) |
| virtual void | sort(int column, Qt::SortOrder order = Qt::AscendingOrder) |
| virtual Qt::DropActions | supportedDropActions() const |
| void | refresh(const QModelIndex & parent = QModelIndex()) |
TheQDirModel class provides a data model for the local filesystem.
The usage ofQDirModel is not recommended anymore. TheQFileSystemModel class is a more performant alternative.
This class provides access to the local filesystem, providing functions for renaming and removing files and directories, and for creating new directories. In the simplest case, it can be used with a suitable display widget as part of a browser or filer.
QDirModel keeps a cache with file information. The cache needs to be updated withrefresh().
QDirModel can be accessed using the standard interface provided byQAbstractItemModel, but it also provides some convenience functions that are specific to a directory model. ThefileInfo() andisDir() functions provide information about the underlying files and directories related to items in the model.
Directories can be created and removed usingmkdir(),rmdir(), and the model will be automatically updated to take the changes into account.
Note:QDirModel requires an instance of a GUI application.
See alsonameFilters(),setFilter(),filter(),QListView,QTreeView,QFileSystemModel,Dir View Example, andModel Classes.
| Constant | Value |
|---|---|
QDirModel::FileIconRole | Qt::DecorationRole |
QDirModel::FilePathRole | Qt::UserRole + 1 |
QDirModel::FileNameRole | ? |
This property holds whether the directory model optimizes the hasChildren function to only check if the item is a directory.
If this property is set to false, the directory model will make sure that a directory actually containes any files before reporting that it has children. Otherwise the directory model will report that an item has children if the item is a directory.
This property is false by default
Access functions:
| bool | lazyChildCount() const |
| void | setLazyChildCount(bool enable) |
This property holds whether the directory model allows writing to the file system.
If this property is set to false, the directory model will allow renaming, copying and deleting of files and directories.
This property is true by default
Access functions:
| bool | isReadOnly() const |
| void | setReadOnly(bool enable) |
This property holds whether the directory model should resolve symbolic links.
This is only relevant on operating systems that support symbolic links.
Access functions:
| bool | resolveSymlinks() const |
| void | setResolveSymlinks(bool enable) |
Constructs a new directory model with the givenparent. Only those files matching thenameFilters and thefilters are included in the model. The sort order is given by thesort flags.
Constructs a directory model with the givenparent.
Destroys this directory model.
[virtual]int QDirModel::columnCount(constQModelIndex & parent = QModelIndex()) constReimplemented fromQAbstractItemModel::columnCount().
Returns the number of columns in theparent model item.
[virtual]QVariant QDirModel::data(constQModelIndex & index,int role = Qt::DisplayRole) constReimplemented fromQAbstractItemModel::data().
Returns the data for the model itemindex with the givenrole.
See alsosetData().
[virtual]bool QDirModel::dropMimeData(constQMimeData * data,Qt::DropAction action,int row,int column, constQModelIndex & parent)Reimplemented fromQAbstractItemModel::dropMimeData().
Handles thedata supplied by a drag and drop operation that ended with the givenaction over the row in the model specified by therow andcolumn and by theparent index.
See alsosupportedDropActions().
Returns the icons for the item stored in the model under the givenindex.
Returns the file information for the specified modelindex.
Note: If the model index represents a symbolic link in the underlying filing system, the file information returned will contain information about the symbolic link itself, regardless of whetherresolveSymlinks is enabled or not.
See alsoQFileInfo::symLinkTarget().
Returns the name of the item stored in the model under theindex given.
Returns the path of the item stored in the model under theindex given.
Returns the filter specification for the directory model.
See alsosetFilter() andQDir::Filters.
[virtual]Qt::ItemFlags QDirModel::flags(constQModelIndex & index) constReimplemented fromQAbstractItemModel::flags().
Returns the item flags for the givenindex in the model.
See alsoQt::ItemFlags.
[virtual]bool QDirModel::hasChildren(constQModelIndex & parent = QModelIndex()) constReimplemented fromQAbstractItemModel::hasChildren().
Returns true if theparent model item has children; otherwise returns false.
[virtual]QVariant QDirModel::headerData(int section,Qt::Orientation orientation,int role = Qt::DisplayRole) constReimplemented fromQAbstractItemModel::headerData().
Returns the data stored under the givenrole for the specifiedsection of the header with the givenorientation.
Returns the file icon provider for this directory model.
See alsosetIconProvider().
[virtual]QModelIndex QDirModel::index(int row,int column, constQModelIndex & parent = QModelIndex()) constReimplemented fromQAbstractItemModel::index().
Returns the model item index for the item in theparent with the givenrow andcolumn.
This is an overloaded function.
Returns the model item index for the givenpath.
Returns true if the model itemindex represents a directory; otherwise returns false.
[virtual]QMimeData * QDirModel::mimeData(constQModelIndexList & indexes) constReimplemented fromQAbstractItemModel::mimeData().
Returns an object that contains a serialized description of the specifiedindexes. The format used to describe the items corresponding to the indexes is obtained from themimeTypes() function.
If the list of indexes is empty, 0 is returned rather than a serialized empty list.
[virtual]QStringList QDirModel::mimeTypes() constReimplemented fromQAbstractItemModel::mimeTypes().
Returns a list of MIME types that can be used to describe a list of items in the model.
Create a directory with thename in theparent model item.
Returns a list of filters applied to the names in the model.
See alsosetNameFilters().
[virtual]QModelIndex QDirModel::parent(constQModelIndex & child) constReimplemented fromQAbstractItemModel::parent().
Return the parent of the givenchild model item.
[slot]void QDirModel::refresh(constQModelIndex & parent = QModelIndex())QDirModel caches file information. This function updates the cache. Theparent parameter is the directory from which the model is updated; the default value will update the model from root directory of the file system (the entire model).
Removes the model itemindex from the directory model anddeletes the corresponding file from the file system, returning true if successful. If the item cannot be removed, false is returned.
Warning: This function deletes files from the file system; it doesnot move them to a location where they can be recovered.
See alsormdir().
Removes the directory corresponding to the model itemindex in the directory model anddeletes the corresponding directory from the file system, returning true if successful. If the directory cannot be removed, false is returned.
Warning: This function deletes directories from the file system; it doesnot move them to a location where they can be recovered.
See alsoremove().
[virtual]int QDirModel::rowCount(constQModelIndex & parent = QModelIndex()) constReimplemented fromQAbstractItemModel::rowCount().
Returns the number of rows in theparent model item.
[virtual]bool QDirModel::setData(constQModelIndex & index, constQVariant & value,int role = Qt::EditRole)Reimplemented fromQAbstractItemModel::setData().
Sets the data for the model itemindex with the givenrole to the data referenced by thevalue. Returns true if successful; otherwise returns false.
See alsodata() andQt::ItemDataRole.
Sets the directory model's filter to that specified byfilters.
Note that the filter you set should always include theQDir::AllDirs enum value, otherwiseQDirModel won't be able to read the directory structure.
See alsofilter() andQDir::Filters.
Sets theprovider of file icons for the directory model.
See alsoiconProvider().
Sets the namefilters for the directory model.
See alsonameFilters().
Sets the directory model's sorting order to that specified bysort.
See alsosorting() andQDir::SortFlags.
[virtual]void QDirModel::sort(int column,Qt::SortOrder order = Qt::AscendingOrder)Reimplemented fromQAbstractItemModel::sort().
Sort the model items in thecolumn using theorder given. The order is a value defined inQt::SortOrder.
Returns the sorting method used for the directory model.
See alsosetSorting() andQDir::SortFlags.
[virtual]Qt::DropActions QDirModel::supportedDropActions() constReimplemented fromQAbstractItemModel::supportedDropActions().
Returns the drop actions supported by this model.
See alsoQt::DropActions.
© 2016 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of theGNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.