![]() |
Qt 4.8
|
This is the complete list of members for QCompletionModel, including all inherited members.
| beginInsertColumns(const QModelIndex &parent, int first, int last) | QAbstractItemModel | protected |
| beginInsertRows(const QModelIndex &parent, int first, int last) | QAbstractItemModel | protected |
| beginMoveColumns(const QModelIndex &sourceParent, int sourceFirst, int sourceLast, const QModelIndex &destinationParent, int destinationColumn) | QAbstractItemModel | protected |
| beginMoveRows(const QModelIndex &sourceParent, int sourceFirst, int sourceLast, const QModelIndex &destinationParent, int destinationRow) | QAbstractItemModel | protected |
| beginRemoveColumns(const QModelIndex &parent, int first, int last) | QAbstractItemModel | protected |
| beginRemoveRows(const QModelIndex &parent, int first, int last) | QAbstractItemModel | protected |
| beginResetModel() | QAbstractItemModel | protected |
| blockSignals(bool b) | QObject | |
| buddy(const QModelIndex &index) const | QAbstractProxyModel | virtual |
| c | QCompletionModel | |
| canFetchMore(const QModelIndex &parent) const | QAbstractProxyModel | virtual |
| changePersistentIndex(const QModelIndex &from, const QModelIndex &to) | QAbstractItemModel | protected |
| changePersistentIndexList(const QModelIndexList &from, const QModelIndexList &to) | QAbstractItemModel | protected |
| childEvent(QChildEvent *) | QObject | protectedvirtual |
| children() const | QObject | inline |
| columnCount(const QModelIndex &index=QModelIndex()) const | QCompletionModel | virtual |
| columnsAboutToBeInserted(const QModelIndex &parent, int first, int last) | QAbstractItemModel | signal |
| columnsAboutToBeMoved(const QModelIndex &sourceParent, int sourceStart, int sourceEnd, const QModelIndex &destinationParent, int destinationColumn) | QAbstractItemModel | signal |
| columnsAboutToBeRemoved(const QModelIndex &parent, int first, int last) | QAbstractItemModel | signal |
| columnsInserted(const QModelIndex &parent, int first, int last) | QAbstractItemModel | signal |
| columnsMoved(const QModelIndex &parent, int start, int end, const QModelIndex &destination, int column) | QAbstractItemModel | signal |
| columnsRemoved(const QModelIndex &parent, int first, int last) | QAbstractItemModel | signal |
| completionCount() const | QCompletionModel | |
| connect(const QObject *sender, const char *signal, const QObject *receiver, const char *member, Qt::ConnectionType=Qt::AutoConnection) | QObject | static |
| connect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type=Qt::AutoConnection) | QObject | static |
| connect(const QObject *sender, const char *signal, const char *member, Qt::ConnectionType type=Qt::AutoConnection) const | QObject | inline |
| connectNotify(const char *signal) | QObject | protectedvirtual |
| createEngine() | QCompletionModel | |
| createIndex(int row, int column, void *data=0) const | QAbstractItemModel | inlineprotected |
| createIndex(int row, int column, int id) const | QAbstractItemModel | inlineprotected |
| createIndex(int row, int column, quint32 id) const | QAbstractItemModel | inlineprotected |
| currentIndex(bool) const | QCompletionModel | |
| currentRow() const | QCompletionModel | inline |
| customEvent(QEvent *) | QObject | protectedvirtual |
| d_ptr | QObject | protected |
| data(const QModelIndex &index, int role=Qt::DisplayRole) const | QCompletionModel | virtual |
| dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight) | QAbstractItemModel | signal |
| decodeData(int row, int column, const QModelIndex &parent, QDataStream &stream) | QAbstractItemModel | protected |
| deleteLater() | QObject | slot |
| destroyed(QObject *=0) | QObject | signal |
| disconnect(const QObject *sender, const char *signal, const QObject *receiver, const char *member) | QObject | static |
| disconnect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &member) | QObject | static |
| disconnect(const char *signal=0, const QObject *receiver=0, const char *member=0) | QObject | inline |
| disconnect(const QObject *receiver, const char *member=0) | QObject | inline |
| disconnectNotify(const char *signal) | QObject | protectedvirtual |
| dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) | QAbstractItemModel | virtual |
| dumpObjectInfo() | QObject | |
| dumpObjectTree() | QObject | |
| dynamicPropertyNames() const | QObject | |
| encodeData(const QModelIndexList &indexes, QDataStream &stream) const | QAbstractItemModel | protected |
| endInsertColumns() | QAbstractItemModel | protected |
| endInsertRows() | QAbstractItemModel | protected |
| endMoveColumns() | QAbstractItemModel | protected |
| endMoveRows() | QAbstractItemModel | protected |
| endRemoveColumns() | QAbstractItemModel | protected |
| endRemoveRows() | QAbstractItemModel | protected |
| endResetModel() | QAbstractItemModel | protected |
| engine | QCompletionModel | |
| event(QEvent *) | QObject | virtual |
| eventFilter(QObject *, QEvent *) | QObject | virtual |
| fetchMore(const QModelIndex &parent) | QAbstractProxyModel | virtual |
| filter(const QStringList &parts) | QCompletionModel | |
| findChild(const QString &aName=QString()) const | QObject | inline |
| findChildren(const QString &aName=QString()) const | QObject | inline |
| findChildren(const QRegExp &re) const | QObject | inline |
| flags(const QModelIndex &index) const | QAbstractProxyModel | virtual |
| hasChildren(const QModelIndex &parent=QModelIndex()) const | QCompletionModel | virtual |
| hasIndex(int row, int column, const QModelIndex &parent=QModelIndex()) const | QAbstractItemModel | |
| headerData(int section, Qt::Orientation orientation, int role) const | QAbstractProxyModel | virtual |
| headerDataChanged(Qt::Orientation orientation, int first, int last) | QAbstractItemModel | signal |
| index(int row, int column, const QModelIndex &=QModelIndex()) const | QCompletionModel | virtual |
| inherits(const char *classname) const | QObject | inline |
| insertColumn(int column, const QModelIndex &parent=QModelIndex()) | QAbstractItemModel | inline |
| insertColumns(int column, int count, const QModelIndex &parent=QModelIndex()) | QAbstractItemModel | virtual |
| insertRow(int row, const QModelIndex &parent=QModelIndex()) | QAbstractItemModel | inline |
| insertRows(int row, int count, const QModelIndex &parent=QModelIndex()) | QAbstractItemModel | virtual |
| installEventFilter(QObject *) | QObject | |
| invalidate() | QCompletionModel | slot |
| isWidgetType() const | QObject | inline |
| itemData(const QModelIndex &index) const | QAbstractProxyModel | virtual |
| killTimer(int id) | QObject | |
| layoutAboutToBeChanged() | QAbstractItemModel | signal |
| layoutChanged() | QAbstractItemModel | signal |
| mapFromSource(const QModelIndex &sourceIndex) const | QCompletionModel | virtual |
| mapSelectionFromSource(const QItemSelection &selection) const | QAbstractProxyModel | virtual |
| mapSelectionToSource(const QItemSelection &selection) const | QAbstractProxyModel | virtual |
| mapToSource(const QModelIndex &proxyIndex) const | QCompletionModel | virtual |
| match(const QModelIndex &start, int role, const QVariant &value, int hits=1, Qt::MatchFlags flags=Qt::MatchFlags(Qt::MatchStartsWith|Qt::MatchWrap)) const | QAbstractItemModel | virtual |
| metaObject() const | QObject | virtual |
| mimeData(const QModelIndexList &indexes) const | QAbstractProxyModel | virtual |
| mimeTypes() const | QAbstractProxyModel | virtual |
| modelAboutToBeReset() | QAbstractItemModel | signal |
| modelDestroyed() | QCompletionModel | slot |
| modelReset() | QAbstractItemModel | signal |
| moveToThread(QThread *thread) | QObject | |
| objectName() const | QObject | |
| parent(const QModelIndex &=QModelIndex()) const | QCompletionModel | inlinevirtual |
| QObject::parent() const | QObject | inline |
| persistentIndexList() const | QAbstractItemModel | protected |
| property(const char *name) const | QObject | |
| QAbstractItemModel(QObject *parent=0) | QAbstractItemModel | explicit |
| QAbstractItemModel(QAbstractItemModelPrivate &dd, QObject *parent=0) | QAbstractItemModel | protected |
| QAbstractProxyModel(QObject *parent=0) | QAbstractProxyModel | |
| QAbstractProxyModel(QAbstractProxyModelPrivate &, QObject *parent) | QAbstractProxyModel | protected |
| QCompletionModel(QCompleterPrivate *c, QObject *parent) | QCompletionModel | |
| qFindChildqFindChildren(const QObject *obj, const QString &name)() | QObject | related |
| qFindChildrenqFindChildren(const QObject *obj, const QString &name)() | QObject | related |
| qFindChildrenqFindChildren(const QObject *obj, const QRegExp ®Exp)() | QObject | related |
| QObject(QObject *parent=0) | QObject | explicit |
| QObject(QObjectPrivate &dd, QObject *parent=0) | QObject | protected |
| qobject_cast(QObject *object) | QObject | related |
| QObjectList | QObject | related |
| qt_find_obj_child(QObject *parent, const char *type, const QString &name) | QObject | related |
| receivers(const char *signal) const | QObject | protected |
| registerUserData() | QObject | static |
| removeColumn(int column, const QModelIndex &parent=QModelIndex()) | QAbstractItemModel | inline |
| removeColumns(int column, int count, const QModelIndex &parent=QModelIndex()) | QAbstractItemModel | virtual |
| removeEventFilter(QObject *) | QObject | |
| removeRow(int row, const QModelIndex &parent=QModelIndex()) | QAbstractItemModel | inline |
| removeRows(int row, int count, const QModelIndex &parent=QModelIndex()) | QAbstractItemModel | virtual |
| reset() | QAbstractItemModel | protected |
| resetInternalData() | QAbstractItemModel | protectedslot |
| resetModel() | QCompletionModel | |
| revert() | QAbstractProxyModel | virtual |
| roleNames() const | QAbstractItemModel | |
| rowCount(const QModelIndex &index=QModelIndex()) const | QCompletionModel | virtual |
| rowsAboutToBeInserted(const QModelIndex &parent, int first, int last) | QAbstractItemModel | signal |
| rowsAboutToBeMoved(const QModelIndex &sourceParent, int sourceStart, int sourceEnd, const QModelIndex &destinationParent, int destinationRow) | QAbstractItemModel | signal |
| rowsAboutToBeRemoved(const QModelIndex &parent, int first, int last) | QAbstractItemModel | signal |
| rowsAdded() | QCompletionModel | signal |
| rowsInserted() | QCompletionModel | slot |
| QAbstractProxyModel::rowsInserted(const QModelIndex &parent, int first, int last) | QAbstractItemModel | signal |
| rowsMoved(const QModelIndex &parent, int start, int end, const QModelIndex &destination, int row) | QAbstractItemModel | signal |
| rowsRemoved(const QModelIndex &parent, int first, int last) | QAbstractItemModel | signal |
| sender() const | QObject | protected |
| senderSignalIndex() const | QObject | protected |
| setCurrentRow(int row) | QCompletionModel | |
| setData(const QModelIndex &index, const QVariant &value, int role=Qt::EditRole) | QAbstractProxyModel | virtual |
| setFiltered(bool) | QCompletionModel | |
| setHeaderData(int section, Qt::Orientation orientation, const QVariant &value, int role=Qt::EditRole) | QAbstractProxyModel | virtual |
| setItemData(const QModelIndex &index, const QMap< int, QVariant > &roles) | QAbstractProxyModel | virtual |
| setObjectName(const QString &name) | QObject | |
| setParent(QObject *) | QObject | |
| setProperty(const char *name, const QVariant &value) | QObject | |
| setRoleNames(const QHash< int, QByteArray > &roleNames) | QAbstractItemModel | protected |
| setSourceModel(QAbstractItemModel *sourceModel) | QCompletionModel | virtual |
| setSupportedDragActions(Qt::DropActions) | QAbstractItemModel | |
| setUserData(uint id, QObjectUserData *data) | QObject | |
| showAll | QCompletionModel | |
| sibling(int row, int column, const QModelIndex &idx) const | QAbstractItemModel | inline |
| signalsBlocked() const | QObject | inline |
| sort(int column, Qt::SortOrder order=Qt::AscendingOrder) | QAbstractProxyModel | virtual |
| sourceModel() const | QAbstractProxyModel | |
| span(const QModelIndex &index) const | QAbstractProxyModel | virtual |
| startTimer(int interval) | QObject | |
| staticMetaObject | QObject | static |
| staticQtMetaObject | QObject | protectedstatic |
| submit() | QAbstractProxyModel | virtual |
| supportedDragActions() const | QAbstractItemModel | |
| supportedDropActions() const | QAbstractProxyModel | virtual |
| thread() const | QObject | |
| timerEvent(QTimerEvent *) | QObject | protectedvirtual |
| tr(const char *sourceText, const char *comment=0, int n=-1) | QObject | static |
| trUtf8(const char *sourceText, const char *comment=0, int n=-1) | QObject | static |
| userData(uint id) const | QObject | |
| ~QAbstractItemModel() | QAbstractItemModel | virtual |
| ~QAbstractProxyModel() | QAbstractProxyModel | |
| ~QObject() | QObject | virtual |