QDirModel Class Reference |
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:
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:
This property holds whether the directory model should resolve symbolic links.
This is only relevant on operating systems that support symbolic links.
Access functions:
Constructs a new directory model with the given parent. Only those files matching the nameFilters and the filters are included in the model. The sort order is given by the sort flags.
Constructs a directory model with the given parent.
Destroys this directory model.
Returns the number of columns in the parent model item.
Reimplemented from QAbstractItemModel.
Returns the data for the model item index with the given role.
Reimplemented from QAbstractItemModel.
See also setData().
Handles the data supplied by a drag and drop operation that ended with the given action over the row in the model specified by the row and column and by the parent index.
Reimplemented from QAbstractItemModel.
See also supportedDropActions().
Returns the icons for the item stored in the model under the given index.
Returns the file information for the specified model index.
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 whether resolveSymlinks is enabled or not.
See also QFileInfo::symLinkTarget().
Returns the name of the item stored in the model under the index given.
Returns the path of the item stored in the model under the index given.
Returns the filter specification for the directory model.
See also setFilter() and QDir::Filters.
Returns the item flags for the given index in the model.
Reimplemented from QAbstractItemModel.
See also Qt::ItemFlags.
Returns true if the parent model item has children; otherwise returns false.
Reimplemented from QAbstractItemModel.
Returns the data stored under the given role for the specified section of the header with the given orientation.
Reimplemented from QAbstractItemModel.
Returns the file icon provider for this directory model.
See also setIconProvider().
Returns the model item index for the item in the parent with the given row and column.
Reimplemented from QAbstractItemModel.
This is an overloaded member function, provided for convenience.
Returns the model item index for the given path.
Returns true if the model item index represents a directory; otherwise returns false.
Returns an object that contains a serialized description of the specified indexes. The format used to describe the items corresponding to the indexes is obtained from the mimeTypes() function.
If the list of indexes is empty, 0 is returned rather than a serialized empty list.
Reimplemented from QAbstractItemModel.
Returns a list of MIME types that can be used to describe a list of items in the model.
Reimplemented from QAbstractItemModel.
Create a directory with the name in the parent model item.
Returns a list of filters applied to the names in the model.
See also setNameFilters().
Return the parent of the given child model item.
Reimplemented from QAbstractItemModel.
QDirModel caches file information. This function updates the cache. The parent 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 item index from the directory model and deletes 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 does not move them to a location where they can be recovered.
See also rmdir().
Removes the directory corresponding to the model item index in the directory model and deletes 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 does not move them to a location where they can be recovered.
See also remove().
Returns the number of rows in the parent model item.
Reimplemented from QAbstractItemModel.
Sets the data for the model item index with the given role to the data referenced by the value. Returns true if successful; otherwise returns false.
Reimplemented from QAbstractItemModel.
See also data() and Qt::ItemDataRole.
Sets the directory model's filter to that specified by filters.
Note that the filter you set should always include the QDir::AllDirs enum value, otherwise QDirModel won't be able to read the directory structure.
See also filter() and QDir::Filters.
Sets the provider of file icons for the directory model.
See also iconProvider().
Sets the name filters for the directory model.
See also nameFilters().
Sets the directory model's sorting order to that specified by sort.
See also sorting() and QDir::SortFlags.
Sort the model items in the column using the order given. The order is a value defined in Qt::SortOrder.
Reimplemented from QAbstractItemModel.
Returns the sorting method used for the directory model.
See also setSorting() and QDir::SortFlags.
Returns the drop actions supported by this model.
Reimplemented from QAbstractItemModel.
See also Qt::DropActions.
Cette page est une traduction d'une page de la documentation de Qt, écrite par Nokia Corporation and/or its subsidiary(-ies). Les éventuels problèmes résultant d'une mauvaise traduction ne sont pas imputables à Nokia. | Qt 4.3 | |
Copyright © 2012 Developpez LLC. Tous droits réservés Developpez LLC. Aucune reproduction, même partielle, ne peut être faite de ce site et de l'ensemble de son contenu : textes, documents et images sans l'autorisation expresse de Developpez LLC. Sinon, vous encourez selon la loi jusqu'à 3 ans de prison et jusqu'à 300 000 E de dommages et intérêts. Cette page est déposée à la SACD. | ||
Vous avez déniché une erreur ? Un bug ? Une redirection cassée ? Ou tout autre problème, quel qu'il soit ? Ou bien vous désirez participer à ce projet de traduction ? N'hésitez pas à nous contacter ou par MP ! |
Copyright © 2000-2012 - www.developpez.com