NAME

Qt::Gui::QAbstractProxyModel

PUBLIC METHODS

QAbstractProxyModel(QObject * parent = 0)
QAbstractProxyModel(QObject * parent)
~QAbstractProxyModel()
QVariant data(const QModelIndex & proxyIndex, int role = Qt::DisplayRole)
QVariant data(const QModelIndex & proxyIndex, int role)
QVariant headerData(int section, Qt::Orientation orientation, int role)
QModelIndex mapFromSource(const QModelIndex & sourceIndex)
QItemSelection mapSelectionFromSource(const QItemSelection & selection)
QItemSelection mapSelectionToSource(const QItemSelection & selection)
QModelIndex mapToSource(const QModelIndex & proxyIndex)
void revert()
bool setData(const QModelIndex & index, const QVariant & value, int role = Qt::EditRole)
bool setData(const QModelIndex & index, const QVariant & value, int role)
bool setHeaderData(int section, Qt::Orientation orientation, const QVariant & value, int role = Qt::EditRole)
bool setHeaderData(int section, Qt::Orientation orientation, const QVariant & value, int role)
void setSourceModel(QAbstractItemModel * sourceModel)
QAbstractItemModel * sourceModel()
bool submit()

EXPORT

None by default.

AUTHOR

Dongxu Ma <dongxu@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2011 - 2011 by Dongxu Ma

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://dev.perl.org/licenses/artistic.html