Viadeo Twitter Google Bookmarks ! Facebook Digg del.icio.us MySpace Yahoo MyWeb Blinklist Netvouz Reddit Simpy StumbleUpon Bookmarks Windows Live Favorites 
Logo Documentation Qt ·  Page d'accueil  ·  Toutes les classes  ·  Classes principales  ·  Annotées  ·  Classes groupées  ·  Modules  ·  Fonctions  · 

QDirModel Class

The QDirModel class provides a data model for the local filesystem. More...

 #include <QDirModel>

This class is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

Inherits: QAbstractItemModel.

Public Types

enum Roles { FileIconRole, FilePathRole, FileNameRole }

Properties

  • 1 property inherited from QObject

Public Functions

QAbstractItemModel(QObject * parent = 0)
QDirModel(const QStringList & nameFilters, QDir::Filters filters, QDir::SortFlags sort, QObject * parent = 0)
QDirModel(QObject * parent = 0)
virtual ~QAbstractItemModel()
~QDirModel()
virtual QModelIndex buddy(const QModelIndex & index) const
virtual bool canDropMimeData(const QMimeData * data, Qt::DropAction action, int row, int column, const QModelIndex & parent) const
virtual bool canFetchMore(const QModelIndex & parent) const
virtual int columnCount(const QModelIndex & parent = QModelIndex()) const = 0
virtual QVariant data(const QModelIndex & index, int role = Qt::DisplayRole) const = 0
virtual bool dropMimeData(const QMimeData * data, Qt::DropAction action, int row, int column, const QModelIndex & parent)
virtual void fetchMore(const QModelIndex & parent)
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
virtual Qt::ItemFlags flags(const QModelIndex & index) const
virtual bool hasChildren(const QModelIndex & parent = QModelIndex()) const
bool hasIndex(int row, int column, const QModelIndex & parent = QModelIndex()) const
virtual QVariant headerData(int section, Qt::Orientation orientation, int role = Qt::DisplayRole) const
QFileIconProvider * iconProvider() const
virtual QModelIndex index(int row, int column, const QModelIndex & parent = QModelIndex()) const = 0
QModelIndex index(const QString & path, int column = 0) const
bool insertColumn(int column, const QModelIndex & parent = QModelIndex())
virtual bool insertColumns(int column, int count, const QModelIndex & parent = QModelIndex())
bool insertRow(int row, const QModelIndex & parent = QModelIndex())
virtual bool insertRows(int row, int count, const QModelIndex & parent = QModelIndex())
bool isDir(const QModelIndex & index) const
bool isReadOnly() const
virtual QMap<int, QVariant> itemData(const QModelIndex & index) const
bool lazyChildCount() const
virtual QModelIndexList match(const QModelIndex & start, int role, const QVariant & value, int hits = 1, Qt::MatchFlags flags = Qt::MatchFlags( Qt::MatchStartsWith | Qt::MatchWrap )) const
virtual QMimeData * mimeData(const QModelIndexList & indexes) const
virtual QStringList mimeTypes() const
QModelIndex mkdir(const QModelIndex & parent, const QString & name)
bool moveColumn(const QModelIndex & sourceParent, int sourceColumn, const QModelIndex & destinationParent, int destinationChild)
virtual bool moveColumns(const QModelIndex & sourceParent, int sourceColumn, int count, const QModelIndex & destinationParent, int destinationChild)
bool moveRow(const QModelIndex & sourceParent, int sourceRow, const QModelIndex & destinationParent, int destinationChild)
virtual bool moveRows(const QModelIndex & sourceParent, int sourceRow, int count, const QModelIndex & destinationParent, int destinationChild)
QStringList nameFilters() const
virtual QModelIndex parent(const QModelIndex & index) const = 0
bool remove(const QModelIndex & index)
bool removeColumn(int column, const QModelIndex & parent = QModelIndex())
virtual bool removeColumns(int column, int count, const QModelIndex & parent = QModelIndex())
bool removeRow(int row, const QModelIndex & parent = QModelIndex())
virtual bool removeRows(int row, int count, const QModelIndex & parent = QModelIndex())
bool resolveSymlinks() const
bool rmdir(const QModelIndex & index)
virtual QHash<int, QByteArray> roleNames() const
virtual int rowCount(const QModelIndex & parent = QModelIndex()) const = 0
virtual bool setData(const QModelIndex & index, const QVariant & value, int role = Qt::EditRole)
void setFilter(QDir::Filters filters)
virtual bool setHeaderData(int section, Qt::Orientation orientation, const QVariant & value, int role = Qt::EditRole)
void setIconProvider(QFileIconProvider * provider)
virtual bool setItemData(const QModelIndex & index, const QMap<int, QVariant> & roles)
void setLazyChildCount(bool enable)
void setNameFilters(const QStringList & filters)
void setReadOnly(bool enable)
void setResolveSymlinks(bool enable)
void setSorting(QDir::SortFlags sort)
QModelIndex sibling(int row, int column, const QModelIndex & index) const
virtual void sort(int column, Qt::SortOrder order = Qt::AscendingOrder)
QDir::SortFlags sorting() const
virtual QSize span(const QModelIndex & index) const
virtual Qt::DropActions supportedDragActions() const
virtual Qt::DropActions supportedDropActions() const

Reimplemented Public Functions

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
  • 31 public functions inherited from QObject

Public Slots

void refresh(const QModelIndex & parent = QModelIndex())
virtual void revert()
virtual bool submit()
  • 1 public slot inherited from QObject

Signals

void columnsAboutToBeInserted(const QModelIndex & parent, int start, int end)
void columnsAboutToBeMoved(const QModelIndex & sourceParent, int sourceStart, int sourceEnd, const QModelIndex & destinationParent, int destinationColumn)
void columnsAboutToBeRemoved(const QModelIndex & parent, int start, int end)
void columnsInserted(const QModelIndex & parent, int start, int end)
void columnsMoved(const QModelIndex & sourceParent, int sourceStart, int sourceEnd, const QModelIndex & destinationParent, int destinationColumn)
void columnsRemoved(const QModelIndex & parent, int start, int end)
void dataChanged(const QModelIndex & topLeft, const QModelIndex & bottomRight, const QSet<int> & roles = QSet<int> ())
void headerDataChanged(Qt::Orientation orientation, int first, int last)
void layoutAboutToBeChanged(const QList<QPersistentModelIndex> & parents = QList<QPersistentModelIndex> ())
void layoutChanged(const QList<QPersistentModelIndex> & parents = QList<QPersistentModelIndex> ())
void modelAboutToBeReset()
void modelReset()
void rowsAboutToBeInserted(const QModelIndex & parent, int start, int end)
void rowsAboutToBeMoved(const QModelIndex & sourceParent, int sourceStart, int sourceEnd, const QModelIndex & destinationParent, int destinationRow)
void rowsAboutToBeRemoved(const QModelIndex & parent, int start, int end)
void rowsInserted(const QModelIndex & parent, int start, int end)
void rowsMoved(const QModelIndex & sourceParent, int sourceStart, int sourceEnd, const QModelIndex & destinationParent, int destinationRow)
void rowsRemoved(const QModelIndex & parent, int start, int end)

Protected Functions

void beginInsertColumns(const QModelIndex & parent, int first, int last)
void beginInsertRows(const QModelIndex & parent, int first, int last)
bool beginMoveColumns(const QModelIndex & sourceParent, int sourceFirst, int sourceLast, const QModelIndex & destinationParent, int destinationChild)
bool beginMoveRows(const QModelIndex & sourceParent, int sourceFirst, int sourceLast, const QModelIndex & destinationParent, int destinationChild)
void beginRemoveColumns(const QModelIndex & parent, int first, int last)
void beginRemoveRows(const QModelIndex & parent, int first, int last)
void beginResetModel()
void changePersistentIndex(const QModelIndex & from, const QModelIndex & to)
void changePersistentIndexList(const QModelIndexList & from, const QModelIndexList & to)
QModelIndex createIndex(int row, int column, void * ptr = 0) const
QModelIndex createIndex(int row, int column, quint32 id) const
void endInsertColumns()
void endInsertRows()
void endMoveColumns()
void endMoveRows()
void endRemoveColumns()
void endRemoveRows()
void endResetModel()
QModelIndexList persistentIndexList() const
  • 9 protected functions inherited from QObject

Additional Inherited Members

  • 11 static public members inherited from QObject

Detailed Description

The QDirModel class provides a data model for the local filesystem.

The usage of QDirModel is not recommended anymore. The QFileSystemModel 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 with refresh().

QDirModel can be accessed using the standard interface provided by QAbstractItemModel, but it also provides some convenience functions that are specific to a directory model. The fileInfo() and isDir() functions provide information about the underlying files and directories related to items in the model.

Directories can be created and removed using mkdir(), rmdir(), and the model will be automatically updated to take the changes into account.

Note: QDirModel requires an instance of a GUI application.

See also nameFilters(), setFilter(), filter(), QListView, QTreeView, QFileSystemModel, Dir View Example, and Model Classes.

Member Type Documentation

enum QDirModel::Roles

ConstantValue
QDirModel::FileIconRoleQt::DecorationRole
QDirModel::FilePathRoleQt::UserRole + 1
QDirModel::FileNameRole?

Property Documentation

lazyChildCount : bool

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)

readOnly : bool

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)

resolveSymlinks : bool

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)

Member Function Documentation

QDirModel::QDirModel(const QStringList & nameFilters, QDir::Filters filters, QDir::SortFlags sort, QObject * parent = 0)

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.

QDirModel::QDirModel(QObject * parent = 0)

Constructs a directory model with the given parent.

QDirModel::~QDirModel()

Destroys this directory model.

int QDirModel::columnCount(const QModelIndex & parent = QModelIndex()) const [virtual]

Reimplemented from QAbstractItemModel::columnCount().

Returns the number of columns in the parent model item.

QVariant QDirModel::data(const QModelIndex & index, int role = Qt::DisplayRole) const [virtual]

Reimplemented from QAbstractItemModel::data().

Returns the data for the model item index with the given role.

See also setData().

bool QDirModel::dropMimeData(const QMimeData * data, Qt::DropAction action, int row, int column, const QModelIndex & parent) [virtual]

Reimplemented from QAbstractItemModel::dropMimeData().

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.

See also supportedDropActions().

QIcon QDirModel::fileIcon(const QModelIndex & index) const

Returns the icons for the item stored in the model under the given index.

QFileInfo QDirModel::fileInfo(const QModelIndex & index) const

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().

QString QDirModel::fileName(const QModelIndex & index) const

Returns the name of the item stored in the model under the index given.

QString QDirModel::filePath(const QModelIndex & index) const

Returns the path of the item stored in the model under the index given.

QDir::Filters QDirModel::filter() const

Returns the filter specification for the directory model.

See also setFilter() and QDir::Filters.

Qt::ItemFlags QDirModel::flags(const QModelIndex & index) const [virtual]

Reimplemented from QAbstractItemModel::flags().

Returns the item flags for the given index in the model.

See also Qt::ItemFlags.

bool QDirModel::hasChildren(const QModelIndex & parent = QModelIndex()) const [virtual]

Reimplemented from QAbstractItemModel::hasChildren().

Returns true if the parent model item has children; otherwise returns false.

QVariant QDirModel::headerData(int section, Qt::Orientation orientation, int role = Qt::DisplayRole) const [virtual]

Reimplemented from QAbstractItemModel::headerData().

Returns the data stored under the given role for the specified section of the header with the given orientation.

QFileIconProvider * QDirModel::iconProvider() const

Returns the file icon provider for this directory model.

See also setIconProvider().

QModelIndex QDirModel::index(int row, int column, const QModelIndex & parent = QModelIndex()) const [virtual]

Reimplemented from QAbstractItemModel::index().

Returns the model item index for the item in the parent with the given row and column.

QModelIndex QDirModel::index(const QString & path, int column = 0) const

This is an overloaded function.

Returns the model item index for the given path.

bool QDirModel::isDir(const QModelIndex & index) const

Returns true if the model item index represents a directory; otherwise returns false.

QMimeData * QDirModel::mimeData(const QModelIndexList & indexes) const [virtual]

Reimplemented from QAbstractItemModel::mimeData().

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.

QStringList QDirModel::mimeTypes() const [virtual]

Reimplemented from QAbstractItemModel::mimeTypes().

Returns a list of MIME types that can be used to describe a list of items in the model.

QModelIndex QDirModel::mkdir(const QModelIndex & parent, const QString & name)

Create a directory with the name in the parent model item.

QStringList QDirModel::nameFilters() const

Returns a list of filters applied to the names in the model.

See also setNameFilters().

QModelIndex QDirModel::parent(const QModelIndex & child) const [virtual]

Reimplemented from QAbstractItemModel::parent().

Return the parent of the given child model item.

void QDirModel::refresh(const QModelIndex & parent = QModelIndex()) [slot]

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).

bool QDirModel::remove(const QModelIndex & index)

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().

bool QDirModel::rmdir(const QModelIndex & index)

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().

int QDirModel::rowCount(const QModelIndex & parent = QModelIndex()) const [virtual]

Reimplemented from QAbstractItemModel::rowCount().

Returns the number of rows in the parent model item.

bool QDirModel::setData(const QModelIndex & index, const QVariant & value, int role = Qt::EditRole) [virtual]

Reimplemented from QAbstractItemModel::setData().

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.

See also data() and Qt::ItemDataRole.

void QDirModel::setFilter(QDir::Filters filters)

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.

void QDirModel::setIconProvider(QFileIconProvider * provider)

Sets the provider of file icons for the directory model.

See also iconProvider().

void QDirModel::setNameFilters(const QStringList & filters)

Sets the name filters for the directory model.

See also nameFilters().

void QDirModel::setSorting(QDir::SortFlags sort)

Sets the directory model's sorting order to that specified by sort.

See also sorting() and QDir::SortFlags.

void QDirModel::sort(int column, Qt::SortOrder order = Qt::AscendingOrder) [virtual]

Reimplemented from QAbstractItemModel::sort().

Sort the model items in the column using the order given. The order is a value defined in Qt::SortOrder.

QDir::SortFlags QDirModel::sorting() const

Returns the sorting method used for the directory model.

See also setSorting() and QDir::SortFlags.

Qt::DropActions QDirModel::supportedDropActions() const [virtual]

Reimplemented from QAbstractItemModel::supportedDropActions().

Returns the drop actions supported by this model.

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 5.0-snapshot
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 !
 
 
 
 
Partenaires

Hébergement Web