![]() |
Home · All Classes · Main Classes · Grouped Classes · Modules · Functions | ![]() |
The QAbstractProxyModel class provides a base class for proxy item models that can do sorting, filtering or other data processing tasks. More...
#include <QAbstractProxyModel>
Inherits QAbstractItemModel.
Inherited by QMappingProxyModel.
This class was introduced in Qt 4.1.
The QAbstractProxyModel class provides a base class for proxy item models that can do sorting, filtering or other data processing tasks.
See also QProxyModel, QAbstractItemModel, and Model/View Programming.
Constructs a proxy model with the given parent.
Destroys the proxy model.
Sets the given sourceModel to be processed by the proxy model.
See also sourceModel().
Returns the model that contains the data that is available through the proxy model.
See also setSourceModel().
Copyright © 2005 Trolltech | Trademarks | Qt 4.1.0-rc1 |