![]() |
Qt 6.x
The Qt SDK
|
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 |
bindableObjectName() | QObject | |
bindingStorage() | QObject | inline |
bindingStorage() const | QObject | inline |
blockSignals(bool b) noexcept | QObject | |
buddy(const QModelIndex &index) const | QAbstractItemModel | virtual |
canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const | QAbstractItemModel | virtual |
canFetchMore(const QModelIndex &parent) const override | QFileSystemModel | virtual |
changePersistentIndex(const QModelIndex &from, const QModelIndex &to) | QAbstractItemModel | protected |
changePersistentIndexList(const QModelIndexList &from, const QModelIndexList &to) | QAbstractItemModel | protected |
checkIndex(const QModelIndex &index, CheckIndexOptions options=CheckIndexOption::NoOption) const | QAbstractItemModel | |
CheckIndexOption enum name | QAbstractItemModel | |
childEvent(QChildEvent *event) | QObject | protectedvirtual |
children() const | QObject | inline |
clearItemData(const QModelIndex &index) | QAbstractItemModel | virtual |
columnCount(const QModelIndex &parent=QModelIndex()) const override | QFileSystemModel | virtual |
columnsAboutToBeInserted(const QModelIndex &parent, int first, int last, QPrivateSignal) | QAbstractItemModel | signal |
columnsAboutToBeMoved(const QModelIndex &sourceParent, int sourceStart, int sourceEnd, const QModelIndex &destinationParent, int destinationColumn, QPrivateSignal) | QAbstractItemModel | signal |
columnsAboutToBeRemoved(const QModelIndex &parent, int first, int last, QPrivateSignal) | QAbstractItemModel | signal |
columnsInserted(const QModelIndex &parent, int first, int last, QPrivateSignal) | QAbstractItemModel | signal |
columnsMoved(const QModelIndex &sourceParent, int sourceStart, int sourceEnd, const QModelIndex &destinationParent, int destinationColumn, QPrivateSignal) | QAbstractItemModel | signal |
columnsRemoved(const QModelIndex &parent, int first, int last, QPrivateSignal) | 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 |
connect(const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::ContextTypeForFunctor< Func2 >::ContextType *context, Func2 &&slot, Qt::ConnectionType type=Qt::AutoConnection) | QObject | inlinestatic |
connect(const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, Func2 &&slot) | QObject | inlinestatic |
connectNotify(const QMetaMethod &signal) | QObject | protectedvirtual |
count | QAbstractItemModel | |
count | QAbstractItemModel | |
createIndex(int row, int column, const void *data=nullptr) const | QAbstractItemModel | inlineprotected |
createIndex(int row, int column, quintptr id) const | QAbstractItemModel | inlineprotected |
customEvent(QEvent *event) | QObject | protectedvirtual |
d_ptr | QObject | protected |
data(const QModelIndex &index, int role=Qt::DisplayRole) const override | QFileSystemModel | virtual |
dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight, const QList< int > &roles=QList< int >()) | QAbstractItemModel | signal |
decodeData(int row, int column, const QModelIndex &parent, QDataStream &stream) | QAbstractItemModel | protected |
deleteLater() | QObject | slot |
destinationChild | QAbstractItemModel | |
destinationChild | QAbstractItemModel | |
destinationParent | QAbstractItemModel | |
destinationParent | QAbstractItemModel | |
destroyed(QObject *=nullptr) | 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=nullptr, const QObject *receiver=nullptr, const char *member=nullptr) const | QObject | inline |
disconnect(const QObject *receiver, const char *member=nullptr) const | QObject | inline |
disconnect(const QMetaObject::Connection &) | QObject | static |
disconnect(const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiver, Func2 slot) | QObject | inlinestatic |
disconnect(const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const QObject *receiver, void **zero) | QObject | inlinestatic |
disconnectNotify(const QMetaMethod &signal) | QObject | protectedvirtual |
DontResolveSymlinks enum value | QFileSystemModel | |
DontUseCustomDirectoryIcons enum value | QFileSystemModel | |
DontWatchForChanges enum value | QFileSystemModel | |
dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) override | QFileSystemModel | virtual |
dumpObjectInfo() const | QObject | |
dumpObjectTree() const | 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) override | QFileSystemModel | protectedvirtual |
eventFilter(QObject *watched, QEvent *event) | QObject | virtual |
fetchMore(const QModelIndex &parent) override | QFileSystemModel | virtual |
fileIcon(const QModelIndex &index) const | QFileSystemModel | inline |
FileIconRole enum value | QFileSystemModel | |
fileInfo(const QModelIndex &index) const | QFileSystemModel | |
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(), Qt::FindChildOptions options=Qt::FindChildrenRecursively) const | QObject | inline |
findChildren(const QString &aName, Qt::FindChildOptions options=Qt::FindChildrenRecursively) const | QObject | inline |
findChildren(Qt::FindChildOptions options=Qt::FindChildrenRecursively) const | QObject | inline |
flags(const QModelIndex &index) const override | QFileSystemModel | virtual |
hasChildren(const QModelIndex &parent=QModelIndex()) const override | QFileSystemModel | virtual |
hasIndex(int row, int column, const QModelIndex &parent=QModelIndex()) const | QAbstractItemModel | |
headerData(int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const override | QFileSystemModel | virtual |
headerDataChanged(Qt::Orientation orientation, int first, int last) | QAbstractItemModel | signal |
HorizontalSortHint enum value | QAbstractItemModel | |
iconProvider() const | QFileSystemModel | |
index(int row, int column, const QModelIndex &parent=QModelIndex()) const override | QFileSystemModel | virtual |
index(const QString &path, int column=0) const | QFileSystemModel | |
inherits(const char *classname) const | QObject | inline |
installEventFilter(QObject *filterObj) | QObject | |
isDir(const QModelIndex &index) const | QFileSystemModel | |
isQuickItemType() const | QObject | inline |
isReadOnly() const | QFileSystemModel | |
isSignalConnected(const QMetaMethod &signal) const | QObject | protected |
isWidgetType() const | QObject | inline |
isWindowType() const | QObject | inline |
itemData(const QModelIndex &index) const | QAbstractItemModel | virtual |
killTimer(int id) | QObject | |
lastModified(const QModelIndex &index) const | QFileSystemModel | |
lastModified(const QModelIndex &index, const QTimeZone &tz) const | QFileSystemModel | |
layoutAboutToBeChanged(const QList< QPersistentModelIndex > &parents=QList< QPersistentModelIndex >(), QAbstractItemModel::LayoutChangeHint hint=QAbstractItemModel::NoLayoutChangeHint) | QAbstractItemModel | signal |
layoutChanged(const QList< QPersistentModelIndex > &parents=QList< QPersistentModelIndex >(), QAbstractItemModel::LayoutChangeHint hint=QAbstractItemModel::NoLayoutChangeHint) | QAbstractItemModel | signal |
LayoutChangeHint enum name | QAbstractItemModel | |
match(const QModelIndex &start, int role, const QVariant &value, int hits=1, Qt::MatchFlags flags=Qt::MatchFlags(Qt::MatchStartsWith|Qt::MatchWrap)) const | QAbstractItemModel | virtual |
mimeData(const QModelIndexList &indexes) const override | QFileSystemModel | virtual |
mimeTypes() const override | QFileSystemModel | virtual |
mkdir(const QModelIndex &parent, const QString &name) | QFileSystemModel | |
modelAboutToBeReset(QPrivateSignal) | QAbstractItemModel | signal |
modelReset(QPrivateSignal) | QAbstractItemModel | signal |
moveToThread(QThread *thread) | QObject | |
multiData(const QModelIndex &index, QModelRoleDataSpan roleDataSpan) const | QAbstractItemModel | virtual |
myComputer(int role=Qt::DisplayRole) const | QFileSystemModel | |
nameFilterDisables | QFileSystemModel | |
nameFilterDisables() const | QFileSystemModel | |
nameFilters() const | QFileSystemModel | |
NoLayoutChangeHint enum value | QAbstractItemModel | |
objectName | QObject | |
objectName() const | QObject | |
objectNameChanged(const QString &objectName, QPrivateSignal) | QObject | signal |
Option enum name | QFileSystemModel | |
options | QFileSystemModel | |
options() const | QFileSystemModel | |
order | QAbstractItemModel | |
parent(const QModelIndex &child) const override | QFileSystemModel | virtual |
parent() const | QFileSystemModel | inline |
QAbstractItemModel::parent | QAbstractItemModel | |
permissions(const QModelIndex &index) const | QFileSystemModel | |
persistentIndexList() const | QAbstractItemModel | protected |
property(const char *name) const | QObject | |
Q_REVISION(6, 4) virtual bool insertRows(int row | QAbstractItemModel | |
Q_REVISION(6, 4) virtual bool insertColumns(int column | QAbstractItemModel | |
Q_REVISION(6, 4) virtual bool removeRows(int row | QAbstractItemModel | |
Q_REVISION(6, 4) virtual bool removeColumns(int column | QAbstractItemModel | |
Q_REVISION(6, 4) virtual bool moveRows(const QModelIndex &sourceParent | QAbstractItemModel | |
Q_REVISION(6, 4) virtual bool moveColumns(const QModelIndex &sourceParent | QAbstractItemModel | |
Q_REVISION(6, 4) inline bool insertRow(int row | QAbstractItemModel | |
Q_REVISION(6, 4) inline bool insertColumn(int column | QAbstractItemModel | |
Q_REVISION(6, 4) inline bool removeRow(int row | QAbstractItemModel | |
Q_REVISION(6, 4) inline bool removeColumn(int column | QAbstractItemModel | |
Q_REVISION(6, 4) inline bool moveRow(const QModelIndex &sourceParent | QAbstractItemModel | |
Q_REVISION(6, 4) inline bool moveColumn(const QModelIndex &sourceParent | QAbstractItemModel | |
Q_REVISION(6, 4) virtual void sort(int column | QAbstractItemModel | |
QAbstractItemModel(QObject *parent=nullptr) | QAbstractItemModel | explicit |
QAbstractItemModel(QAbstractItemModelPrivate &dd, QObject *parent=nullptr) | QAbstractItemModel | protected |
QFileSystemModel(QObject *parent=nullptr) | QFileSystemModel | explicit |
QFileSystemModel(QFileSystemModelPrivate &, QObject *parent=nullptr) | QFileSystemModel | protected |
qFindChildqFindChildren(const QObject *obj, const QString &name)() | QObject | related |
qFindChildrenqFindChildren(const QObject *obj, const QString &name)() | QObject | related |
QObject(QObject *parent=nullptr) | QObject | explicit |
QObject(QObjectPrivate &dd, QObject *parent=nullptr) | QObject | protected |
qobject_cast(const QObject *object) | QObject | related |
QObjectList | QObject | related |
readOnly | QFileSystemModel | |
receivers(const char *signal) const | QObject | protected |
remove(const QModelIndex &index) | QFileSystemModel | |
removeEventFilter(QObject *obj) | QObject | |
resetInternalData() | QAbstractItemModel | protectedvirtualslot |
resolveSymlinks | QFileSystemModel | |
resolveSymlinks() const | QFileSystemModel | |
revert() | QAbstractItemModel | virtualslot |
rmdir(const QModelIndex &index) | QFileSystemModel | |
roleNames() const override | QFileSystemModel | virtual |
Roles enum name | QFileSystemModel | |
rootDirectory() const | QFileSystemModel | |
rootPath() const | QFileSystemModel | |
rootPathChanged(const QString &newPath) | QFileSystemModel | signal |
rowCount(const QModelIndex &parent=QModelIndex()) const override | QFileSystemModel | virtual |
rowsAboutToBeInserted(const QModelIndex &parent, int first, int last, QPrivateSignal) | QAbstractItemModel | signal |
rowsAboutToBeMoved(const QModelIndex &sourceParent, int sourceStart, int sourceEnd, const QModelIndex &destinationParent, int destinationRow, QPrivateSignal) | QAbstractItemModel | signal |
rowsAboutToBeRemoved(const QModelIndex &parent, int first, int last, QPrivateSignal) | QAbstractItemModel | signal |
rowsInserted(const QModelIndex &parent, int first, int last, QPrivateSignal) | QAbstractItemModel | signal |
rowsMoved(const QModelIndex &sourceParent, int sourceStart, int sourceEnd, const QModelIndex &destinationParent, int destinationRow, QPrivateSignal) | QAbstractItemModel | signal |
rowsRemoved(const QModelIndex &parent, int first, int last, QPrivateSignal) | QAbstractItemModel | signal |
sender() const | QObject | protected |
senderSignalIndex() const | QObject | protected |
setData(const QModelIndex &index, const QVariant &value, int role=Qt::EditRole) override | QFileSystemModel | virtual |
setFilter(QDir::Filters filters) | QFileSystemModel | |
setHeaderData(int section, Qt::Orientation orientation, const QVariant &value, int role=Qt::EditRole) | QAbstractItemModel | virtual |
setIconProvider(QAbstractFileIconProvider *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 | inline |
setObjectName(QAnyStringView name) | QObject | |
setOption(Option option, bool on=true) | QFileSystemModel | |
setOptions(Options options) | QFileSystemModel | |
setParent(QObject *parent) | QObject | |
setProperty(const char *name, const QVariant &value) | QObject | |
setProperty(const char *name, QVariant &&value) | QObject | inline |
setReadOnly(bool enable) | QFileSystemModel | |
setResolveSymlinks(bool enable) | QFileSystemModel | |
setRootPath(const QString &path) | QFileSystemModel | |
sibling(int row, int column, const QModelIndex &idx) const override | QFileSystemModel | virtual |
signalsBlocked() const noexcept | QObject | inline |
size(const QModelIndex &index) const | QFileSystemModel | |
sort(int column, Qt::SortOrder order=Qt::AscendingOrder) override | QFileSystemModel | |
sourceColumn | QAbstractItemModel | |
sourceRow | QAbstractItemModel | |
span(const QModelIndex &index) const | QAbstractItemModel | virtual |
startTimer(int interval, Qt::TimerType timerType=Qt::CoarseTimer) | QObject | |
startTimer(std::chrono::milliseconds time, Qt::TimerType timerType=Qt::CoarseTimer) | QObject | |
submit() | QAbstractItemModel | virtualslot |
supportedDragActions() const | QAbstractItemModel | virtual |
supportedDropActions() const override | QFileSystemModel | virtual |
testOption(Option option) const | QFileSystemModel | |
thread() const | QObject | |
timerEvent(QTimerEvent *event) override | QFileSystemModel | protectedvirtual |
type(const QModelIndex &index) const | QFileSystemModel | |
VerticalSortHint enum value | QAbstractItemModel | |
~QAbstractItemModel() | QAbstractItemModel | virtual |
~QFileSystemModel() | QFileSystemModel | |
~QObject() | QObject | virtual |