NAME
Qt::Gui::QProxyModel
PUBLIC METHODS
- QProxyModel(QObject * parent)
- QProxyModel(QObject * parent = 0)
- ~QProxyModel()
- int columnCount(const QModelIndex & parent)
- int columnCount(const QModelIndex & parent = QModelIndex())
- QVariant data(const QModelIndex & index, int role)
- QVariant data(const QModelIndex & index, int role = Qt::DisplayRole)
- bool dropMimeData(const QMimeData * data, Qt::DropAction action, int row, int column, const QModelIndex & parent)
- void fetchMore(const QModelIndex & parent)
- QFlags<Qt::ItemFlag> flags(const QModelIndex & index)
- bool hasChildren(const QModelIndex & parent)
- bool hasChildren(const QModelIndex & parent = QModelIndex())
- QVariant headerData(int section, Qt::Orientation orientation, int role)
- QVariant headerData(int section, Qt::Orientation orientation, int role = Qt::DisplayRole)
- QModelIndex index(int row, int column, const QModelIndex & parent)
- QModelIndex index(int row, int column, const QModelIndex & parent = QModelIndex())
- bool insertColumns(int column, int count, const QModelIndex & parent)
- bool insertColumns(int column, int count, const QModelIndex & parent = QModelIndex())
- bool insertRows(int row, int count, const QModelIndex & parent)
- bool insertRows(int row, int count, const QModelIndex & parent = QModelIndex())
- QStringList mimeTypes()
- QAbstractItemModel * model()
- QModelIndex parent(const QModelIndex & child)
- void revert()
- int rowCount(const QModelIndex & parent)
- int rowCount(const QModelIndex & parent = QModelIndex())
- 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 setModel(QAbstractItemModel * model)
- void sort(int column, Qt::SortOrder order)
- void sort(int column, Qt::SortOrder order = Qt::AscendingOrder)
- QSize span(const QModelIndex & index)
- bool submit()
- QFlags<Qt::DropAction> supportedDropActions()
ENUM VALUES
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2012 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.