QAdvanced Item View  0.4
The QAIV (Qt Advanced Item Views) library provides GUI and utility classes extending the capabilities of the Qt item views.
 All Classes Functions Variables Enumerations Enumerator Properties Groups Pages
QCheckStateProxyModel Member List

This is the complete list of members for QCheckStateProxyModel, including all inherited members.

checkableColumnsCount() const QCheckStateProxyModel
checkedIndexes() const QCheckStateProxyModel
data(const QModelIndex &index, int role=Qt::DisplayRole) const QCheckStateProxyModelvirtual
flags(const QModelIndex &index) const QCheckStateProxyModelvirtual
isChecked(const QModelIndex &index) const QCheckStateProxyModel
isColumnCheckable(int column) const QCheckStateProxyModel
QCheckStateProxyModel(QObject *parent=0)QCheckStateProxyModelexplicit
setAllChecked(bool checked=true)QCheckStateProxyModelslot
setChecked(const QModelIndex &index, bool checked)QCheckStateProxyModelslot
setCheckedIndexes(const QModelIndexList &indexes)QCheckStateProxyModel
setCheckedValues(int column, const QVariantList &values)QCheckStateProxyModel
setColumnCheckable(int column, bool checkable=true)QCheckStateProxyModel
setData(const QModelIndex &index, const QVariant &value, int role)QCheckStateProxyModelvirtual
setSourceModel(QAbstractItemModel *sourceModel)QCheckStateProxyModelvirtual
~QCheckStateProxyModel()QCheckStateProxyModel