Qt 4.8
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
QSortFilterProxyModel Member List

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

beginInsertColumns(const QModelIndex &parent, int first, int last)QAbstractItemModelprotected
beginInsertRows(const QModelIndex &parent, int first, int last)QAbstractItemModelprotected
beginMoveColumns(const QModelIndex &sourceParent, int sourceFirst, int sourceLast, const QModelIndex &destinationParent, int destinationColumn)QAbstractItemModelprotected
beginMoveRows(const QModelIndex &sourceParent, int sourceFirst, int sourceLast, const QModelIndex &destinationParent, int destinationRow)QAbstractItemModelprotected
beginRemoveColumns(const QModelIndex &parent, int first, int last)QAbstractItemModelprotected
beginRemoveRows(const QModelIndex &parent, int first, int last)QAbstractItemModelprotected
beginResetModel()QAbstractItemModelprotected
blockSignals(bool b)QObject
buddy(const QModelIndex &index) constQSortFilterProxyModelvirtual
canFetchMore(const QModelIndex &parent) constQSortFilterProxyModelvirtual
changePersistentIndex(const QModelIndex &from, const QModelIndex &to)QAbstractItemModelprotected
changePersistentIndexList(const QModelIndexList &from, const QModelIndexList &to)QAbstractItemModelprotected
childEvent(QChildEvent *)QObjectprotectedvirtual
children() constQObjectinline
clear()QSortFilterProxyModelslot
columnCount(const QModelIndex &parent=QModelIndex()) constQSortFilterProxyModelvirtual
columnsAboutToBeInserted(const QModelIndex &parent, int first, int last)QAbstractItemModelsignal
columnsAboutToBeMoved(const QModelIndex &sourceParent, int sourceStart, int sourceEnd, const QModelIndex &destinationParent, int destinationColumn)QAbstractItemModelsignal
columnsAboutToBeRemoved(const QModelIndex &parent, int first, int last)QAbstractItemModelsignal
columnsInserted(const QModelIndex &parent, int first, int last)QAbstractItemModelsignal
columnsMoved(const QModelIndex &parent, int start, int end, const QModelIndex &destination, int column)QAbstractItemModelsignal
columnsRemoved(const QModelIndex &parent, int first, int last)QAbstractItemModelsignal
connect(const QObject *sender, const char *signal, const QObject *receiver, const char *member, Qt::ConnectionType=Qt::AutoConnection)QObjectstatic
connect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type=Qt::AutoConnection)QObjectstatic
connect(const QObject *sender, const char *signal, const char *member, Qt::ConnectionType type=Qt::AutoConnection) constQObjectinline
connectNotify(const char *signal)QObjectprotectedvirtual
createIndex(int row, int column, void *data=0) constQAbstractItemModelinlineprotected
createIndex(int row, int column, int id) constQAbstractItemModelinlineprotected
createIndex(int row, int column, quint32 id) constQAbstractItemModelinlineprotected
customEvent(QEvent *)QObjectprotectedvirtual
d_ptrQObjectprotected
data(const QModelIndex &index, int role=Qt::DisplayRole) constQSortFilterProxyModelvirtual
dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight)QAbstractItemModelsignal
decodeData(int row, int column, const QModelIndex &parent, QDataStream &stream)QAbstractItemModelprotected
deleteLater()QObjectslot
destroyed(QObject *=0)QObjectsignal
disconnect(const QObject *sender, const char *signal, const QObject *receiver, const char *member)QObjectstatic
disconnect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &member)QObjectstatic
disconnect(const char *signal=0, const QObject *receiver=0, const char *member=0)QObjectinline
disconnect(const QObject *receiver, const char *member=0)QObjectinline
disconnectNotify(const char *signal)QObjectprotectedvirtual
dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent)QSortFilterProxyModelvirtual
dumpObjectInfo()QObject
dumpObjectTree()QObject
dynamicPropertyNames() constQObject
dynamicSortFilterQSortFilterProxyModelprivate
dynamicSortFilter() constQSortFilterProxyModel
encodeData(const QModelIndexList &indexes, QDataStream &stream) constQAbstractItemModelprotected
endInsertColumns()QAbstractItemModelprotected
endInsertRows()QAbstractItemModelprotected
endMoveColumns()QAbstractItemModelprotected
endMoveRows()QAbstractItemModelprotected
endRemoveColumns()QAbstractItemModelprotected
endRemoveRows()QAbstractItemModelprotected
endResetModel()QAbstractItemModelprotected
event(QEvent *)QObjectvirtual
eventFilter(QObject *, QEvent *)QObjectvirtual
fetchMore(const QModelIndex &parent)QSortFilterProxyModelvirtual
filterAcceptsColumn(int source_column, const QModelIndex &source_parent) constQSortFilterProxyModelprotectedvirtual
filterAcceptsRow(int source_row, const QModelIndex &source_parent) constQSortFilterProxyModelprotectedvirtual
filterCaseSensitivityQSortFilterProxyModelprivate
filterCaseSensitivity() constQSortFilterProxyModel
filterChanged()QSortFilterProxyModelprotected
filterKeyColumnQSortFilterProxyModelprivate
filterKeyColumn() constQSortFilterProxyModel
filterRegExpQSortFilterProxyModelprivate
filterRegExp() constQSortFilterProxyModel
filterRoleQSortFilterProxyModelprivate
filterRole() constQSortFilterProxyModel
findChild(const QString &aName=QString()) constQObjectinline
findChildren(const QString &aName=QString()) constQObjectinline
findChildren(const QRegExp &re) constQObjectinline
flags(const QModelIndex &index) constQSortFilterProxyModelvirtual
hasChildren(const QModelIndex &parent=QModelIndex()) constQSortFilterProxyModelvirtual
hasIndex(int row, int column, const QModelIndex &parent=QModelIndex()) constQAbstractItemModel
headerData(int section, Qt::Orientation orientation, int role=Qt::DisplayRole) constQSortFilterProxyModelvirtual
headerDataChanged(Qt::Orientation orientation, int first, int last)QAbstractItemModelsignal
index(int row, int column, const QModelIndex &parent=QModelIndex()) constQSortFilterProxyModelvirtual
inherits(const char *classname) constQObjectinline
insertColumn(int column, const QModelIndex &parent=QModelIndex())QAbstractItemModelinline
insertColumns(int column, int count, const QModelIndex &parent=QModelIndex())QSortFilterProxyModelvirtual
insertRow(int row, const QModelIndex &parent=QModelIndex())QAbstractItemModelinline
insertRows(int row, int count, const QModelIndex &parent=QModelIndex())QSortFilterProxyModelvirtual
installEventFilter(QObject *)QObject
invalidate()QSortFilterProxyModelslot
invalidateFilter()QSortFilterProxyModelprotected
isSortLocaleAwareQSortFilterProxyModelprivate
isSortLocaleAware() constQSortFilterProxyModel
isWidgetType() constQObjectinline
itemData(const QModelIndex &index) constQAbstractProxyModelvirtual
killTimer(int id)QObject
layoutAboutToBeChanged()QAbstractItemModelsignal
layoutChanged()QAbstractItemModelsignal
lessThan(const QModelIndex &left, const QModelIndex &right) constQSortFilterProxyModelprotectedvirtual
mapFromSource(const QModelIndex &sourceIndex) constQSortFilterProxyModelvirtual
mapSelectionFromSource(const QItemSelection &sourceSelection) constQSortFilterProxyModelvirtual
mapSelectionToSource(const QItemSelection &proxySelection) constQSortFilterProxyModelvirtual
mapToSource(const QModelIndex &proxyIndex) constQSortFilterProxyModelvirtual
match(const QModelIndex &start, int role, const QVariant &value, int hits=1, Qt::MatchFlags flags=Qt::MatchFlags(Qt::MatchStartsWith|Qt::MatchWrap)) constQSortFilterProxyModelvirtual
metaObject() constQObjectvirtual
mimeData(const QModelIndexList &indexes) constQSortFilterProxyModelvirtual
mimeTypes() constQSortFilterProxyModelvirtual
modelAboutToBeReset()QAbstractItemModelsignal
modelReset()QAbstractItemModelsignal
moveToThread(QThread *thread)QObject
objectName() constQObject
parent(const QModelIndex &child) constQSortFilterProxyModelvirtual
QObject::parent() constQObjectinline
persistentIndexList() constQAbstractItemModelprotected
property(const char *name) constQObject
QAbstractItemModel(QObject *parent=0)QAbstractItemModelexplicit
QAbstractItemModel(QAbstractItemModelPrivate &dd, QObject *parent=0)QAbstractItemModelprotected
QAbstractProxyModel(QObject *parent=0)QAbstractProxyModel
QAbstractProxyModel(QAbstractProxyModelPrivate &, QObject *parent)QAbstractProxyModelprotected
qFindChildqFindChildren(const QObject *obj, const QString &name)()QObjectrelated
qFindChildrenqFindChildren(const QObject *obj, const QString &name)()QObjectrelated
qFindChildrenqFindChildren(const QObject *obj, const QRegExp &regExp)()QObjectrelated
QObject(QObject *parent=0)QObjectexplicit
QObject(QObjectPrivate &dd, QObject *parent=0)QObjectprotected
qobject_cast(QObject *object)QObjectrelated
QObjectListQObjectrelated
QSortFilterProxyModel(QObject *parent=0)QSortFilterProxyModel
QSortFilterProxyModelGreaterThan classQSortFilterProxyModelfriend
QSortFilterProxyModelLessThan classQSortFilterProxyModelfriend
qt_find_obj_child(QObject *parent, const char *type, const QString &name)QObjectrelated
receivers(const char *signal) constQObjectprotected
registerUserData()QObjectstatic
removeColumn(int column, const QModelIndex &parent=QModelIndex())QAbstractItemModelinline
removeColumns(int column, int count, const QModelIndex &parent=QModelIndex())QSortFilterProxyModelvirtual
removeEventFilter(QObject *)QObject
removeRow(int row, const QModelIndex &parent=QModelIndex())QAbstractItemModelinline
removeRows(int row, int count, const QModelIndex &parent=QModelIndex())QSortFilterProxyModelvirtual
reset()QAbstractItemModelprotected
resetInternalData()QAbstractItemModelprotectedslot
revert()QAbstractProxyModelvirtual
roleNames() constQAbstractItemModel
rowCount(const QModelIndex &parent=QModelIndex()) constQSortFilterProxyModelvirtual
rowsAboutToBeInserted(const QModelIndex &parent, int first, int last)QAbstractItemModelsignal
rowsAboutToBeMoved(const QModelIndex &sourceParent, int sourceStart, int sourceEnd, const QModelIndex &destinationParent, int destinationRow)QAbstractItemModelsignal
rowsAboutToBeRemoved(const QModelIndex &parent, int first, int last)QAbstractItemModelsignal
rowsInserted(const QModelIndex &parent, int first, int last)QAbstractItemModelsignal
rowsMoved(const QModelIndex &parent, int start, int end, const QModelIndex &destination, int row)QAbstractItemModelsignal
rowsRemoved(const QModelIndex &parent, int first, int last)QAbstractItemModelsignal
sender() constQObjectprotected
senderSignalIndex() constQObjectprotected
setData(const QModelIndex &index, const QVariant &value, int role=Qt::EditRole)QSortFilterProxyModelvirtual
setDynamicSortFilter(bool enable)QSortFilterProxyModel
setFilterCaseSensitivity(Qt::CaseSensitivity cs)QSortFilterProxyModel
setFilterFixedString(const QString &pattern)QSortFilterProxyModelslot
setFilterKeyColumn(int column)QSortFilterProxyModel
setFilterRegExp(const QRegExp &regExp)QSortFilterProxyModel
setFilterRegExp(const QString &pattern)QSortFilterProxyModelslot
setFilterRole(int role)QSortFilterProxyModel
setFilterWildcard(const QString &pattern)QSortFilterProxyModelslot
setHeaderData(int section, Qt::Orientation orientation, const QVariant &value, int role=Qt::EditRole)QSortFilterProxyModelvirtual
setItemData(const QModelIndex &index, const QMap< int, QVariant > &roles)QAbstractProxyModelvirtual
setObjectName(const QString &name)QObject
setParent(QObject *)QObject
setProperty(const char *name, const QVariant &value)QObject
setRoleNames(const QHash< int, QByteArray > &roleNames)QAbstractItemModelprotected
setSortCaseSensitivity(Qt::CaseSensitivity cs)QSortFilterProxyModel
setSortLocaleAware(bool on)QSortFilterProxyModel
setSortRole(int role)QSortFilterProxyModel
setSourceModel(QAbstractItemModel *sourceModel)QSortFilterProxyModelvirtual
setSupportedDragActions(Qt::DropActions)QAbstractItemModel
setUserData(uint id, QObjectUserData *data)QObject
sibling(int row, int column, const QModelIndex &idx) constQAbstractItemModelinline
signalsBlocked() constQObjectinline
sort(int column, Qt::SortOrder order=Qt::AscendingOrder)QSortFilterProxyModelvirtual
sortCaseSensitivityQSortFilterProxyModelprivate
sortCaseSensitivity() constQSortFilterProxyModel
sortColumn() constQSortFilterProxyModel
sortOrder() constQSortFilterProxyModel
sortRoleQSortFilterProxyModelprivate
sortRole() constQSortFilterProxyModel
sourceModel() constQAbstractProxyModel
span(const QModelIndex &index) constQSortFilterProxyModelvirtual
startTimer(int interval)QObject
staticMetaObjectQObjectstatic
staticQtMetaObjectQObjectprotectedstatic
submit()QAbstractProxyModelvirtual
supportedDragActions() constQAbstractItemModel
supportedDropActions() constQSortFilterProxyModelvirtual
thread() constQObject
timerEvent(QTimerEvent *)QObjectprotectedvirtual
tr(const char *sourceText, const char *comment=0, int n=-1)QObjectstatic
trUtf8(const char *sourceText, const char *comment=0, int n=-1)QObjectstatic
userData(uint id) constQObject
~QAbstractItemModel()QAbstractItemModelvirtual
~QAbstractProxyModel()QAbstractProxyModel
~QObject()QObjectvirtual
~QSortFilterProxyModel()QSortFilterProxyModel