CopperSpice API
1.9.2
|
This is the complete list of members for QFileSystemModel, including all inherited members.
QAbstractItemModel(QObject *parent=nullptr) | QAbstractItemModel | explicit |
QFileSystemModel(QObject *parent=nullptr) | QFileSystemModel | explicit |
QObject(QObject *parent=nullptr) | QObject | explicit |
QObjectList | QObject | related |
Roles enum name | QFileSystemModel | |
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 block) | 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 | overridevirtual |
changePersistentIndex(const QModelIndex &from, const QModelIndex &to) | QAbstractItemModel | protected |
changePersistentIndexList(const QModelIndexList &from, const QModelIndexList &to) | QAbstractItemModel | protected |
childEvent(QChildEvent *event) | QObject | protectedvirtual |
children() const | QObject | |
columnCount(const QModelIndex &parent=QModelIndex ()) const override | QFileSystemModel | overridevirtual |
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 &sourceParent, int sourceStart, int sourceEnd, const QModelIndex &destinationParent, int destinationColumn) | QAbstractItemModel | signal |
columnsRemoved(const QModelIndex &parent, int first, int last) | QAbstractItemModel | signal |
connect(const QObject *sender, const QString &signalMethod, const QString &location, const QString &slotMethod, Qt::ConnectionType type=Qt::AutoConnection) | QObject | |
connect(const QObject *sender, const QString &signalMethod, const QString &slotMethod, Qt::ConnectionType type=Qt::AutoConnection) | QObject | |
connect(const QObject *sender, const QString &signalMethod, const QString &location, const QObject *receiver, const QString &slotMethod, Qt::ConnectionType type=Qt::AutoConnection) | QObject | static |
connect(const QObject *sender, const QString &signalMethod, const QObject *receiver, const QString &slotMethod, Qt::ConnectionType type=Qt::AutoConnection, const QString &location=QString ()) | QObject | static |
connect(const QObject *sender, const QMetaMethod &signalMethod, const QObject *receiver, const QMetaMethod &slotMethod, Qt::ConnectionType type=Qt::AutoConnection) | QObject | static |
connect(const Sender *sender, void (SignalClass::*signalMethod)(SignalArgs...), const Receiver *receiver, SlotReturn (SlotClass::*slotMethod)(SlotArgs...), Qt::ConnectionType type=Qt::AutoConnection) | QObject | static |
connect(const Sender *sender, void (SignalClass::*signalMethod)(SignalArgs...), const Receiver *receiver, T slotLambda, Qt::ConnectionType type=Qt::AutoConnection) | QObject | static |
connectNotify(const QMetaMethod &signalMethod) const | QObject | protectedvirtual |
createIndex(int row, int column, void *data=nullptr) const | QAbstractItemModel | inlineprotected |
createIndex(int row, int column, quintptr id) const | QAbstractItemModel | inlineprotected |
customEvent(QEvent *event) | QObject | protectedvirtual |
data(const QModelIndex &index, int role=Qt::DisplayRole) const override | QFileSystemModel | overridevirtual |
dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight, const QVector< int > &roles=QVector< int >()) | QAbstractItemModel | signal |
deleteLater() | QObject | slot |
destroyed(QObject *obj=nullptr) | QObject | signal |
directoryLoaded(const QString &path) | QFileSystemModel | signal |
disconnect(const QString &signalMethod=QString (), const QObject *receiver=nullptr, const QString &slotMethod=QString ()) const | QObject | |
disconnect(const QString &signalMethod, const QString &location, const QObject *receiver=nullptr, const QString &slotMethod=QString ()) const | QObject | |
disconnect(const QObject *receiver, const QString &slotMethod=QString ()) const | QObject | |
disconnect(const QObject *sender, const QString &signalMethod, const QObject *receiver, const QString &slotMethod) | QObject | static |
disconnect(const QObject *sender, std::nullptr_t, const QObject *receiver, std::nullptr_t) | QObject | static |
disconnect(const QObject *sender, const QMetaMethod &signalMethod, const QObject *receiver, const QMetaMethod &slotMethod) | QObject | static |
disconnect(const QObject *sender, const QString &signalMethod, const QString &location, const QObject *receiver, const QString &slotMethod) | QObject | static |
disconnect(const Sender *sender, void (SignalClass::*signalMethod)(SignalArgs...), const Receiver *receiver, SlotReturn (SlotClass::*slotMethod)(SlotArgs...)) | QObject | static |
disconnect(const Sender *sender, void (SignalClass::*signalMethod)(SignalArgs...), const Receiver *receiver, std::nullptr_t slotMethod=nullptr) | QObject | static |
disconnect(const Sender *sender, void (SignalClass::*signalMethod)(SignalArgs...), const Receiver *receiver, T slotMethod) | QObject | static |
disconnectNotify(const QMetaMethod &signalMethod) const | QObject | protectedvirtual |
dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) override | QFileSystemModel | overridevirtual |
dumpObjectInfo() | QObject | |
dumpObjectTree() | QObject | |
dynamicPropertyNames() const | QObject | |
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 | overrideprotectedvirtual |
eventFilter(QObject *watched, QEvent *event) | QObject | virtual |
fetchMore(const QModelIndex &parent) override | QFileSystemModel | overridevirtual |
fileIcon(const QModelIndex &index) const | QFileSystemModel | inline |
fileInfo(const QModelIndex &index) const | QFileSystemModel | |
fileName(const QModelIndex &index) const | QFileSystemModel | inline |
filePath(const QModelIndex &index) const | QFileSystemModel | |
fileRenamed(const QString &path, const QString &oldName, const QString &newName) | QFileSystemModel | signal |
filter() const | QFileSystemModel | |
findChild(const QString &childName=QString ()) const | QObject | |
findChildren(const QString &childName=QString (), Qt::FindChildOptions options=Qt::FindChildrenRecursively) const | QObject | |
findChildren(const QRegularExpression ®Exp, Qt::FindChildOptions options=Qt::FindChildrenRecursively) const | QObject | |
flags(const QModelIndex &index) const override | QFileSystemModel | overridevirtual |
hasChildren(const QModelIndex &parent=QModelIndex ()) const override | QFileSystemModel | overridevirtual |
hasIndex(int row, int column, const QModelIndex &parent=QModelIndex ()) const | QAbstractItemModel | |
headerData(int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const override | QFileSystemModel | overridevirtual |
headerDataChanged(Qt::Orientation orientation, int first, int last) | QAbstractItemModel | signal |
iconProvider() const | QFileSystemModel | |
index(int row, int column, const QModelIndex &parent=QModelIndex ()) const override | QFileSystemModel | overridevirtual |
index(const QString &path, int column=0) const | QFileSystemModel | |
inherits(const QString &className) const | QObject | |
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 *filterObj) | QObject | |
isDir(const QModelIndex &index) const | QFileSystemModel | |
isReadOnly() const | QFileSystemModel | |
isSignalConnected(const QMetaMethod &signalMethod) const | QObject | protected |
isWidgetType() const | QObject | |
isWindowType() const | QObject | |
itemData(const QModelIndex &index) const | QAbstractItemModel | virtual |
killTimer(int id) | QObject | |
lastModified(const QModelIndex &index) 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 |
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 | |
mimeData(const QModelIndexList &indexes) const override | QFileSystemModel | overridevirtual |
mimeTypes() const override | QFileSystemModel | overridevirtual |
mkdir(const QModelIndex &parent, const QString &name) | QFileSystemModel | |
modelAboutToBeReset() | QAbstractItemModel | signal |
modelReset() | QAbstractItemModel | signal |
moveColumn(const QModelIndex &sourceParent, int sourceColumn, const QModelIndex &destinationParent, int destinationChild) | QAbstractItemModel | inline |
moveColumns(const QModelIndex &sourceParent, int sourceColumn, int count, const QModelIndex &destinationParent, int destinationChild) | QAbstractItemModel | virtual |
moveRow(const QModelIndex &sourceParent, int sourceRow, const QModelIndex &destinationParent, int destinationChild) | QAbstractItemModel | inline |
moveRows(const QModelIndex &sourceParent, int sourceRow, int count, const QModelIndex &destinationParent, int destinationChild) | QAbstractItemModel | virtual |
moveToThread(QThread *targetThread) | QObject | |
myComputer(int role=Qt::DisplayRole) const | QFileSystemModel | |
nameFilterDisables | QFileSystemModel | readwrite |
nameFilterDisables() const | QFileSystemModel | |
nameFilters() const | QFileSystemModel | |
objectName | QObject | write |
objectName() const | QObject | |
objectNameChanged(const QString &objectName) | QObject | signal |
parent(const QModelIndex &index) const override | QFileSystemModel | overridevirtual |
parent() const | QFileSystemModel | using |
permissions(const QModelIndex &index) const | QFileSystemModel | |
persistentIndexList() const | QAbstractItemModel | protected |
property(const QString &name) const | QObject | |
qobject_cast(QObject *object) | QObject | related |
readOnly | QFileSystemModel | readwrite |
receivers(const QString &signal) const | QObject | protected |
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 *obj) | QObject | |
removeRow(int row, const QModelIndex &parent=QModelIndex ()) | QAbstractItemModel | inline |
removeRows(int row, int count, const QModelIndex &parent=QModelIndex ()) | QAbstractItemModel | virtual |
resetInternalData() | QAbstractItemModel | protectedslot |
resolveSymlinks | QFileSystemModel | readwrite |
resolveSymlinks() const | QFileSystemModel | |
revert() | QAbstractItemModel | slot |
rmdir(const QModelIndex &index) | QFileSystemModel | |
roleNames() const | QAbstractItemModel | virtual |
rootDirectory() const | QFileSystemModel | |
rootPath() const | QFileSystemModel | |
rootPathChanged(const QString &newPath) | QFileSystemModel | signal |
rowCount(const QModelIndex &parent=QModelIndex ()) const override | QFileSystemModel | overridevirtual |
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 &sourceParent, int sourceStart, int sourceEnd, const QModelIndex &destinationParent, int destinationRow) | 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) override | QFileSystemModel | overridevirtual |
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 *parent) | QObject | |
setProperty(const QString &name, const QVariant &value) | QObject | |
setReadOnly(bool enable) | QFileSystemModel | |
setResolveSymlinks(bool enable) | QFileSystemModel | |
setRootPath(const QString &newPath) | QFileSystemModel | |
sibling(int row, int column, const QModelIndex &index) const | QAbstractItemModel | virtual |
signalsBlocked() const | QObject | |
size(const QModelIndex &index) const | QFileSystemModel | |
sort(int column, Qt::SortOrder order=Qt::AscendingOrder) override | QFileSystemModel | overridevirtual |
span(const QModelIndex &index) const | QAbstractItemModel | virtual |
startTimer(int interval, Qt::TimerType timerType=Qt::CoarseTimer) | QObject | |
staticMetaObject() | QObject | static |
submit() | QAbstractItemModel | slot |
supportedDragActions() const | QAbstractItemModel | virtual |
supportedDropActions() const override | QFileSystemModel | overridevirtual |
thread() const | QObject | |
timerEvent(QTimerEvent *event) override | QFileSystemModel | overrideprotectedvirtual |
tr(const char *text, const char *comment=nullptr, std::optional< int > numArg=std::optional< int >()) | QObject | static |
type(const QModelIndex &index) const | QFileSystemModel | |
~QAbstractItemModel() | QAbstractItemModel | virtual |
~QFileSystemModel() | QFileSystemModel | |
~QObject() | QObject |