Home · All Classes · Main Classes · Grouped Classes · Modules · Functions

QAbstractProxyModel Class Reference
[QtGui module]

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.

Public Functions

Additional Inherited Members


Detailed Description

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.


Member Function Documentation

QAbstractProxyModel::QAbstractProxyModel ( QObject * parent = 0 )

Constructs a proxy model with the given parent.

QAbstractProxyModel::~QAbstractProxyModel ()

Destroys the proxy model.

void QAbstractProxyModel::setSourceModel ( QAbstractItemModel * sourceModel )   [virtual]

Sets the given sourceModel to be processed by the proxy model.

See also sourceModel().

QAbstractItemModel * QAbstractProxyModel::sourceModel () const

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