![]() |
Qt 4.8
|
This is the complete list of members for QFileSystemModel, 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 | QAbstractItemModel | virtual |
| canFetchMore(const QModelIndex &parent) const | QFileSystemModel | 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 &parent=QModelIndex()) const | QFileSystemModel | 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 |
| 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 |
| 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 |
| customEvent(QEvent *) | QObject | protectedvirtual |
| d_ptr | QObject | protected |
| data(const QModelIndex &index, int role=Qt::DisplayRole) const | QFileSystemModel | 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 |
| directoryLoaded(const QString &path) | QFileSystemModel | 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) | QFileSystemModel | 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 |
| event(QEvent *event) | QFileSystemModel | protectedvirtual |
| eventFilter(QObject *, QEvent *) | QObject | virtual |
| fetchMore(const QModelIndex &parent) | QFileSystemModel | virtual |
| fileIcon(const QModelIndex &index) const | QFileSystemModel | inline |
| FileIconRole enum value | QFileSystemModel | |
| fileInfo(const QModelIndex &index) const | QFileSystemModel | inline |
| fileName(const QModelIndex &index) const | QFileSystemModel | inline |
| FileNameRole enum value | QFileSystemModel | |
| filePath(const QModelIndex &index) const | QFileSystemModel | |
| FilePathRole enum value | QFileSystemModel | |
| FilePermissions enum value | QFileSystemModel | |
| fileRenamed(const QString &path, const QString &oldName, const QString &newName) | QFileSystemModel | signal |
| filter() const | QFileSystemModel | |
| 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 | QFileSystemModel | virtual |
| hasChildren(const QModelIndex &parent=QModelIndex()) const | QFileSystemModel | virtual |
| hasIndex(int row, int column, const QModelIndex &parent=QModelIndex()) const | QAbstractItemModel | |
| headerData(int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const | QFileSystemModel | virtual |
| headerDataChanged(Qt::Orientation orientation, int first, int last) | QAbstractItemModel | signal |
| iconProvider() const | QFileSystemModel | |
| index(int row, int column, const QModelIndex &parent=QModelIndex()) const | QFileSystemModel | virtual |
| index(const QString &path, int column=0) const | QFileSystemModel | |
| 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 | |
| isDir(const QModelIndex &index) const | QFileSystemModel | |
| isReadOnly() const | QFileSystemModel | |
| isWidgetType() const | QObject | inline |
| itemData(const QModelIndex &index) const | QAbstractItemModel | virtual |
| killTimer(int id) | QObject | |
| lastModified(const QModelIndex &index) const | QFileSystemModel | |
| layoutAboutToBeChanged() | QAbstractItemModel | signal |
| layoutChanged() | QAbstractItemModel | signal |
| 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 | QFileSystemModel | virtual |
| mimeTypes() const | QFileSystemModel | virtual |
| mkdir(const QModelIndex &parent, const QString &name) | QFileSystemModel | |
| modelAboutToBeReset() | QAbstractItemModel | signal |
| modelReset() | QAbstractItemModel | signal |
| moveToThread(QThread *thread) | QObject | |
| myComputer(int role=Qt::DisplayRole) const | QFileSystemModel | |
| nameFilterDisables | QFileSystemModel | private |
| nameFilterDisables() const | QFileSystemModel | |
| nameFilters() const | QFileSystemModel | |
| objectName() const | QObject | |
| parent(const QModelIndex &child) const | QFileSystemModel | virtual |
| QObject::parent() const | QObject | inline |
| permissions(const QModelIndex &index) const | QFileSystemModel | |
| persistentIndexList() const | QAbstractItemModel | protected |
| property(const char *name) const | QObject | |
| QAbstractItemModel(QObject *parent=0) | QAbstractItemModel | explicit |
| QAbstractItemModel(QAbstractItemModelPrivate &dd, QObject *parent=0) | QAbstractItemModel | protected |
| QFileDialogPrivate class | QFileSystemModel | friend |
| QFileSystemModel(QObject *parent=0) | QFileSystemModel | explicit |
| QFileSystemModel(QFileSystemModelPrivate &, QObject *parent=0) | QFileSystemModel | protected |
| 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 |
| readOnly | QFileSystemModel | private |
| receivers(const char *signal) const | QObject | protected |
| registerUserData() | QObject | static |
| remove(const QModelIndex &index) const | QFileSystemModel | |
| 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 |
| resolveSymlinks | QFileSystemModel | private |
| resolveSymlinks() const | QFileSystemModel | |
| revert() | QAbstractItemModel | virtualslot |
| rmdir(const QModelIndex &index) const | QFileSystemModel | |
| roleNames() const | QAbstractItemModel | |
| Roles enum name | QFileSystemModel | |
| rootDirectory() const | QFileSystemModel | |
| rootPath() const | QFileSystemModel | |
| rootPathChanged(const QString &newPath) | QFileSystemModel | signal |
| rowCount(const QModelIndex &parent=QModelIndex()) const | QFileSystemModel | 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 |
| 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 |
| setData(const QModelIndex &index, const QVariant &value, int role=Qt::EditRole) | QFileSystemModel | virtual |
| setFilter(QDir::Filters filters) | QFileSystemModel | |
| setHeaderData(int section, Qt::Orientation orientation, const QVariant &value, int role=Qt::EditRole) | QAbstractItemModel | virtual |
| setIconProvider(QFileIconProvider *provider) | QFileSystemModel | |
| setItemData(const QModelIndex &index, const QMap< int, QVariant > &roles) | QAbstractItemModel | virtual |
| setNameFilterDisables(bool enable) | QFileSystemModel | |
| setNameFilters(const QStringList &filters) | QFileSystemModel | |
| setObjectName(const QString &name) | QObject | |
| setParent(QObject *) | QObject | |
| setProperty(const char *name, const QVariant &value) | QObject | |
| setReadOnly(bool enable) | QFileSystemModel | |
| setResolveSymlinks(bool enable) | QFileSystemModel | |
| setRoleNames(const QHash< int, QByteArray > &roleNames) | QAbstractItemModel | protected |
| setRootPath(const QString &path) | QFileSystemModel | |
| setSupportedDragActions(Qt::DropActions) | QAbstractItemModel | |
| setUserData(uint id, QObjectUserData *data) | QObject | |
| sibling(int row, int column, const QModelIndex &idx) const | QAbstractItemModel | inline |
| signalsBlocked() const | QObject | inline |
| size(const QModelIndex &index) const | QFileSystemModel | |
| sort(int column, Qt::SortOrder order=Qt::AscendingOrder) | QFileSystemModel | virtual |
| span(const QModelIndex &index) const | QAbstractItemModel | virtual |
| startTimer(int interval) | QObject | |
| staticMetaObject | QObject | static |
| staticQtMetaObject | QObject | protectedstatic |
| submit() | QAbstractItemModel | virtualslot |
| supportedDragActions() const | QAbstractItemModel | |
| supportedDropActions() const | QFileSystemModel | virtual |
| thread() const | QObject | |
| timerEvent(QTimerEvent *event) | QFileSystemModel | 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 |
| type(const QModelIndex &index) const | QFileSystemModel | |
| userData(uint id) const | QObject | |
| ~QAbstractItemModel() | QAbstractItemModel | virtual |
| ~QFileSystemModel() | QFileSystemModel | |
| ~QObject() | QObject | virtual |