![]() |
Home · All Classes · Main Classes · Grouped Classes · Modules · Functions | ![]() |
The QMappingProxyModel class provides support for mapping data passed between another model and a view. More...
#include <QMappingProxyModel>
Inherits QAbstractProxyModel.
Inherited by QFilteringProxyModel and QSortingProxyModel.
This class was introduced in Qt 4.1.
The QMappingProxyModel class provides support for mapping data passed between another model and a view.
See also QProxyModel, QAbstractItemModel, and Model/View Programming.
Constructs a sorting proxy model with the given parent.
Destroys the sorting proxy model.
Clears the mapping in the mapping proxy model.
Inserts a mapping between the given proxy_index from the proxy model to the given source_index from the source model.
Returns true if the given proxy_index is mapped to a source model index, otherwise returns false.
Returns the model index in the QMappingProxyModel given the source_index from the source model.
Removes the mapping between the given proxy_index and the source model index it has been mapped to.
Returns the source model index corresponding to the given proxy_index from the mapping proxy model.
Copyright © 2005 Trolltech | Trademarks | Qt 4.1.0-rc1 |