Home · All Classes · Main Classes · Deprecated

MAbstractItemModel Member List

This is the complete list of members for MAbstractItemModel, including all inherited members.
beginInsertColumns(const QModelIndex &parent, int first, int last)QAbstractItemModel
beginInsertRows(const QModelIndex &parent, int first, int last, bool animated)MAbstractItemModel [protected]
QAbstractItemModel::beginInsertRows(const QModelIndex &parent, int first, int last)QAbstractItemModel
beginMoveColumns(const QModelIndex &sourceParent, int sourceFirst, int sourceLast, const QModelIndex &destinationParent, int destinationChild)QAbstractItemModel
beginMoveRows(const QModelIndex &sourceParent, int sourceFirst, int sourceLast, const QModelIndex &destinationParent, int destinationChild)QAbstractItemModel
beginRemoveColumns(const QModelIndex &parent, int first, int last)QAbstractItemModel
beginRemoveRows(const QModelIndex &parent, int first, int last, bool animated)MAbstractItemModel [protected]
QAbstractItemModel::beginRemoveRows(const QModelIndex &parent, int first, int last)QAbstractItemModel
beginResetModel()QAbstractItemModel
buddy(const QModelIndex &index)QAbstractItemModel
canFetchMore(const QModelIndex &parent)QAbstractItemModel
changePersistentIndex(const QModelIndex &from, const QModelIndex &to)QAbstractItemModel
changePersistentIndexList(const QModelIndexList &from, const QModelIndexList &to)QAbstractItemModel
columnCount(const QModelIndex &parent=QModelIndex()QAbstractItemModel
columnsAboutToBeInserted(const QModelIndex &parent, int start, int end)QAbstractItemModel
columnsAboutToBeMoved(const QModelIndex &sourceParent, int sourceStart, int sourceEnd, const QModelIndex &destinationParent, int destinationColumn)QAbstractItemModel
columnsAboutToBeRemoved(const QModelIndex &parent, int start, int end)QAbstractItemModel
columnsInserted(const QModelIndex &parent, int start, int end)QAbstractItemModel
columnsMoved(const QModelIndex &sourceParent, int sourceStart, int sourceEnd, const QModelIndex &destinationParent, int destinationColumn)QAbstractItemModel
columnsRemoved(const QModelIndex &parent, int start, int end)QAbstractItemModel
createIndex(int row, int column, void *ptr=0)QAbstractItemModel
createIndex(int row, int column, quint32 id)QAbstractItemModel
data(const QModelIndex &index, int role=Qt::DisplayRole)QAbstractItemModel
dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight)QAbstractItemModel
DropActionsQAbstractItemModel::supportedDragActions()QAbstractItemModel
DropActionsQAbstractItemModel::supportedDropActions()QAbstractItemModel
dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent)QAbstractItemModel
endInsertColumns()QAbstractItemModel
endInsertRows()QAbstractItemModel
endMoveColumns()QAbstractItemModel
endMoveRows()QAbstractItemModel
endRemoveColumns()QAbstractItemModel
endRemoveRows()QAbstractItemModel
endResetModel()QAbstractItemModel
fetchMore(const QModelIndex &parent)QAbstractItemModel
groupCount() const =0MAbstractItemModel [pure virtual]
groupedMAbstractItemModel
groupTitle(int group) const =0MAbstractItemModel [pure virtual]
hasChildren(const QModelIndex &parent=QModelIndex()QAbstractItemModel
hasIndex(int row, int column, const QModelIndex &parent=QModelIndex()QAbstractItemModel
headerData(int section, Qt::Orientation orientation, int role=Qt::DisplayRole)QAbstractItemModel
headerDataChanged(Qt::Orientation orientation, int first, int last)QAbstractItemModel
horizontalStepsPerItem()QAbstractItemModel
index(int row, int column, const QModelIndex &parent=QModelIndex()QAbstractItemModel
insertColumn(int column, const QModelIndex &parent=QModelIndex()QAbstractItemModel
insertColumns(int column, int count, const QModelIndex &parent=QModelIndex()QAbstractItemModel
insertRow(int row, const QModelIndex &parent=QModelIndex()QAbstractItemModel
insertRows(int row, int count, const QModelIndex &parent=QModelIndex()QAbstractItemModel
isGrouped() const MAbstractItemModel
itemData(int row, int group, int role=Qt::DisplayRole) const =0MAbstractItemModel [pure virtual]
QAbstractItemModel::itemData(const QModelIndex &index)QAbstractItemModel
ItemFlagsQAbstractItemModel::flags(const QModelIndex &index)QAbstractItemModel
layoutAboutToBeAnimated()MAbstractItemModel [signal]
layoutAboutToBeChanged()QAbstractItemModel
layoutChanged()QAbstractItemModel
MAbstractItemModel(QObject *parent=NULL)MAbstractItemModel
match(const QModelIndex &start, int role, const QVariant &value, int hits=1, Qt::MatchFlags flags=Qt::MatchFlags(Qt::MatchStartsWith|Qt::MatchWrap)QAbstractItemModel
mimeData(const QModelIndexList &indexes)QAbstractItemModel
mimeTypes()QAbstractItemModel
modelAboutToBeReset()QAbstractItemModel
modelReset()QAbstractItemModel
parent(const QModelIndex &index)QAbstractItemModel
persistentIndexList()QAbstractItemModel
QAbstractItemModel(QObject *parent=0)QAbstractItemModel
removeColumn(int column, const QModelIndex &parent=QModelIndex()QAbstractItemModel
removeColumns(int column, int count, const QModelIndex &parent=QModelIndex()QAbstractItemModel
removeRow(int row, const QModelIndex &parent=QModelIndex()QAbstractItemModel
removeRows(int row, int count, const QModelIndex &parent=QModelIndex()QAbstractItemModel
reset()QAbstractItemModel
revert()QAbstractItemModel
roleNames()QAbstractItemModel
rowCount(const QModelIndex &parent=QModelIndex()QAbstractItemModel
rowCountInGroup(int group) const =0MAbstractItemModel [pure virtual]
rowsAboutToBeInserted(const QModelIndex &parent, int start, int end)QAbstractItemModel
rowsAboutToBeMoved(const QModelIndex &sourceParent, int sourceStart, int sourceEnd, const QModelIndex &destinationParent, int destinationRow)QAbstractItemModel
rowsAboutToBeRemoved(const QModelIndex &parent, int start, int end)QAbstractItemModel
rowsInserted(const QModelIndex &parent, int first, int last, bool animated)MAbstractItemModel [signal]
QAbstractItemModel::rowsInserted(const QModelIndex &parent, int start, int end)QAbstractItemModel
rowsMoved(const QModelIndex &sourceParent, int sourceStart, int sourceEnd, const QModelIndex &destinationParent, int destinationRow)QAbstractItemModel
rowsRemoved(const QModelIndex &parent, int first, int last, bool animated)MAbstractItemModel [signal]
QAbstractItemModel::rowsRemoved(const QModelIndex &parent, int start, int end)QAbstractItemModel
setData(const QModelIndex &index, const QVariant &value, int role=Qt::EditRole)QAbstractItemModel
setGrouped(bool mode)MAbstractItemModel
setHeaderData(int section, Qt::Orientation orientation, const QVariant &value, int role=Qt::EditRole)QAbstractItemModel
setHorizontalStepsPerItem(int steps)QAbstractItemModel
setItemData(const QModelIndex &index, const QMap< int, QVariant > &roles)QAbstractItemModel
setRoleNames(const QHash< int, QByteArray > &roleNames)QAbstractItemModel
setSupportedDragActions(Qt::DropActions actions)QAbstractItemModel
setVerticalStepsPerItem(int steps)QAbstractItemModel
sibling(int row, int column, const QModelIndex &index)QAbstractItemModel
sort(int column, Qt::SortOrder order=Qt::AscendingOrder)QAbstractItemModel
span(const QModelIndex &index)QAbstractItemModel
submit()QAbstractItemModel
verticalStepsPerItem()QAbstractItemModel
~MAbstractItemModel()MAbstractItemModel [virtual]

Copyright © 2010 Nokia Corporation
MeeGo Touch