NAME
Qt::Gui::QAbstractProxyModel
PUBLIC METHODS
- QAbstractProxyModel(QObject * parent)
- QAbstractProxyModel(QObject * parent = 0)
- ~QAbstractProxyModel()
- QVariant data(const QModelIndex & proxyIndex, int role)
- QVariant data(const QModelIndex & proxyIndex, int role = Qt::DisplayRole)
- QFlags<Qt::ItemFlag> flags(const QModelIndex & index)
- 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)
- bool setData(const QModelIndex & index, const QVariant & value, int role = Qt::EditRole)
- bool setHeaderData(int section, Qt::Orientation orientation, const QVariant & value, int role)
- bool setHeaderData(int section, Qt::Orientation orientation, const QVariant & value, int role = Qt::EditRole)
- void setSourceModel(QAbstractItemModel * sourceModel)
- QAbstractItemModel * sourceModel()
- bool submit()
ENUM VALUES
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.