Qt 6.x
The Qt SDK
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
StringListModel Member List

This is the complete list of members for StringListModel, 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
bindableObjectName()QObject
bindingStorage()QObjectinline
bindingStorage() constQObjectinline
blockSignals(bool b) noexceptQObject
buddy(const QModelIndex &index) constQAbstractItemModelvirtual
canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) constQAbstractItemModelvirtual
canFetchMore(const QModelIndex &parent) constQAbstractItemModelvirtual
changePersistentIndex(const QModelIndex &from, const QModelIndex &to)QAbstractItemModelprotected
changePersistentIndexList(const QModelIndexList &from, const QModelIndexList &to)QAbstractItemModelprotected
checkIndex(const QModelIndex &index, CheckIndexOptions options=CheckIndexOption::NoOption) constQAbstractItemModel
CheckIndexOption enum nameQAbstractItemModel
childEvent(QChildEvent *event)QObjectprotectedvirtual
children() constQObjectinline
clearItemData(const QModelIndex &index)QAbstractItemModelvirtual
columnsAboutToBeInserted(const QModelIndex &parent, int first, int last, QPrivateSignal)QAbstractItemModelsignal
columnsAboutToBeMoved(const QModelIndex &sourceParent, int sourceStart, int sourceEnd, const QModelIndex &destinationParent, int destinationColumn, QPrivateSignal)QAbstractItemModelsignal
columnsAboutToBeRemoved(const QModelIndex &parent, int first, int last, QPrivateSignal)QAbstractItemModelsignal
columnsInserted(const QModelIndex &parent, int first, int last, QPrivateSignal)QAbstractItemModelsignal
columnsMoved(const QModelIndex &sourceParent, int sourceStart, int sourceEnd, const QModelIndex &destinationParent, int destinationColumn, QPrivateSignal)QAbstractItemModelsignal
columnsRemoved(const QModelIndex &parent, int first, int last, QPrivateSignal)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
connect(const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::ContextTypeForFunctor< Func2 >::ContextType *context, Func2 &&slot, Qt::ConnectionType type=Qt::AutoConnection)QObjectinlinestatic
connect(const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, Func2 &&slot)QObjectinlinestatic
connectNotify(const QMetaMethod &signal)QObjectprotectedvirtual
countQAbstractItemModel
countQAbstractItemModel
createIndex(int row, int column, const void *data=nullptr) constQAbstractItemModelinlineprotected
createIndex(int row, int column, quintptr id) constQAbstractItemModelinlineprotected
customEvent(QEvent *event)QObjectprotectedvirtual
d_ptrQObjectprotected
data(const QModelIndex &index, int role) const overrideStringListModelvirtual
dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight, const QList< int > &roles=QList< int >())QAbstractItemModelsignal
decodeData(int row, int column, const QModelIndex &parent, QDataStream &stream)QAbstractItemModelprotected
deleteLater()QObjectslot
destinationChildQAbstractItemModel
destinationChildQAbstractItemModel
destinationParentQAbstractItemModel
destinationParentQAbstractItemModel
destroyed(QObject *=nullptr)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=nullptr, const QObject *receiver=nullptr, const char *member=nullptr) constQObjectinline
disconnect(const QObject *receiver, const char *member=nullptr) constQObjectinline
disconnect(const QMetaObject::Connection &)QObjectstatic
disconnect(const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiver, Func2 slot)QObjectinlinestatic
disconnect(const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const QObject *receiver, void **zero)QObjectinlinestatic
disconnectNotify(const QMetaMethod &signal)QObjectprotectedvirtual
dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) overrideQAbstractListModelvirtual
dumpObjectInfo() constQObject
dumpObjectTree() constQObject
dynamicPropertyNames() constQObject
encodeData(const QModelIndexList &indexes, QDataStream &stream) constQAbstractItemModelprotected
endInsertColumns()QAbstractItemModelprotected
endInsertRows()QAbstractItemModelprotected
endMoveColumns()QAbstractItemModelprotected
endMoveRows()QAbstractItemModelprotected
endRemoveColumns()QAbstractItemModelprotected
endRemoveRows()QAbstractItemModelprotected
endResetModel()QAbstractItemModelprotected
event(QEvent *event)QObjectvirtual
eventFilter(QObject *watched, QEvent *event)QObjectvirtual
fetchMore(const QModelIndex &parent)QAbstractItemModelvirtual
findChild(const QString &aName=QString(), Qt::FindChildOptions options=Qt::FindChildrenRecursively) constQObjectinline
findChildren(const QString &aName, Qt::FindChildOptions options=Qt::FindChildrenRecursively) constQObjectinline
findChildren(Qt::FindChildOptions options=Qt::FindChildrenRecursively) constQObjectinline
flags(const QModelIndex &index) const overrideStringListModelvirtual
hasIndex(int row, int column, const QModelIndex &parent=QModelIndex()) constQAbstractItemModel
headerData(int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const overrideStringListModelvirtual
headerDataChanged(Qt::Orientation orientation, int first, int last)QAbstractItemModelsignal
HorizontalSortHint enum valueQAbstractItemModel
index(int row, int column=0, const QModelIndex &parent=QModelIndex()) const overrideQAbstractListModelvirtual
inherits(const char *classname) constQObjectinline
insertRows(int position, int rows, const QModelIndex &index=QModelIndex()) overrideStringListModel
installEventFilter(QObject *filterObj)QObject
isQuickItemType() constQObjectinline
isSignalConnected(const QMetaMethod &signal) constQObjectprotected
isWidgetType() constQObjectinline
isWindowType() constQObjectinline
itemData(const QModelIndex &index) constQAbstractItemModelvirtual
killTimer(int id)QObject
layoutAboutToBeChanged(const QList< QPersistentModelIndex > &parents=QList< QPersistentModelIndex >(), QAbstractItemModel::LayoutChangeHint hint=QAbstractItemModel::NoLayoutChangeHint)QAbstractItemModelsignal
layoutChanged(const QList< QPersistentModelIndex > &parents=QList< QPersistentModelIndex >(), QAbstractItemModel::LayoutChangeHint hint=QAbstractItemModel::NoLayoutChangeHint)QAbstractItemModelsignal
LayoutChangeHint enum nameQAbstractItemModel
match(const QModelIndex &start, int role, const QVariant &value, int hits=1, Qt::MatchFlags flags=Qt::MatchFlags(Qt::MatchStartsWith|Qt::MatchWrap)) constQAbstractItemModelvirtual
mimeData(const QModelIndexList &indexes) constQAbstractItemModelvirtual
mimeTypes() constQAbstractItemModelvirtual
modelAboutToBeReset(QPrivateSignal)QAbstractItemModelsignal
modelReset(QPrivateSignal)QAbstractItemModelsignal
moveToThread(QThread *thread)QObject
multiData(const QModelIndex &index, QModelRoleDataSpan roleDataSpan) constQAbstractItemModelvirtual
NoLayoutChangeHint enum valueQAbstractItemModel
objectNameQObject
objectName() constQObject
objectNameChanged(const QString &objectName, QPrivateSignal)QObjectsignal
orderQAbstractItemModel
parent() constQAbstractListModelinline
QAbstractItemModel::parentQAbstractItemModel
persistentIndexList() constQAbstractItemModelprotected
property(const char *name) constQObject
Q_REVISION(6, 4) virtual bool insertRows(int rowQAbstractItemModel
Q_REVISION(6, 4) virtual bool insertColumns(int columnQAbstractItemModel
Q_REVISION(6, 4) virtual bool removeRows(int rowQAbstractItemModel
Q_REVISION(6, 4) virtual bool removeColumns(int columnQAbstractItemModel
Q_REVISION(6, 4) virtual bool moveRows(const QModelIndex &sourceParentQAbstractItemModel
Q_REVISION(6, 4) virtual bool moveColumns(const QModelIndex &sourceParentQAbstractItemModel
Q_REVISION(6, 4) inline bool insertRow(int rowQAbstractItemModel
Q_REVISION(6, 4) inline bool insertColumn(int columnQAbstractItemModel
Q_REVISION(6, 4) inline bool removeRow(int rowQAbstractItemModel
Q_REVISION(6, 4) inline bool removeColumn(int columnQAbstractItemModel
Q_REVISION(6, 4) inline bool moveRow(const QModelIndex &sourceParentQAbstractItemModel
Q_REVISION(6, 4) inline bool moveColumn(const QModelIndex &sourceParentQAbstractItemModel
Q_REVISION(6, 4) virtual void sort(int columnQAbstractItemModel
QAbstractItemModel(QObject *parent=nullptr)QAbstractItemModelexplicit
QAbstractItemModel(QAbstractItemModelPrivate &dd, QObject *parent=nullptr)QAbstractItemModelprotected
QAbstractListModel(QObject *parent=nullptr)QAbstractListModelexplicit
QAbstractListModel(QAbstractItemModelPrivate &dd, QObject *parent)QAbstractListModelprotected
qFindChildqFindChildren(const QObject *obj, const QString &name)()QObjectrelated
qFindChildrenqFindChildren(const QObject *obj, const QString &name)()QObjectrelated
QObject(QObject *parent=nullptr)QObjectexplicit
QObject(QObjectPrivate &dd, QObject *parent=nullptr)QObjectprotected
qobject_cast(const QObject *object)QObjectrelated
QObjectListQObjectrelated
receivers(const char *signal) constQObjectprotected
removeEventFilter(QObject *obj)QObject
removeRows(int position, int rows, const QModelIndex &index=QModelIndex()) overrideStringListModel
resetInternalData()QAbstractItemModelprotectedvirtualslot
revert()QAbstractItemModelvirtualslot
roleNames() constQAbstractItemModelvirtual
rowCount(const QModelIndex &parent=QModelIndex()) const overrideStringListModelvirtual
rowsAboutToBeInserted(const QModelIndex &parent, int first, int last, QPrivateSignal)QAbstractItemModelsignal
rowsAboutToBeMoved(const QModelIndex &sourceParent, int sourceStart, int sourceEnd, const QModelIndex &destinationParent, int destinationRow, QPrivateSignal)QAbstractItemModelsignal
rowsAboutToBeRemoved(const QModelIndex &parent, int first, int last, QPrivateSignal)QAbstractItemModelsignal
rowsInserted(const QModelIndex &parent, int first, int last, QPrivateSignal)QAbstractItemModelsignal
rowsMoved(const QModelIndex &sourceParent, int sourceStart, int sourceEnd, const QModelIndex &destinationParent, int destinationRow, QPrivateSignal)QAbstractItemModelsignal
rowsRemoved(const QModelIndex &parent, int first, int last, QPrivateSignal)QAbstractItemModelsignal
sender() constQObjectprotected
senderSignalIndex() constQObjectprotected
setData(const QModelIndex &index, const QVariant &value, int role=Qt::EditRole) overrideStringListModelvirtual
setHeaderData(int section, Qt::Orientation orientation, const QVariant &value, int role=Qt::EditRole)QAbstractItemModelvirtual
setItemData(const QModelIndex &index, const QMap< int, QVariant > &roles)QAbstractItemModelvirtual
setObjectName(const QString &name)QObjectinline
setObjectName(QAnyStringView name)QObject
setParent(QObject *parent)QObject
setProperty(const char *name, const QVariant &value)QObject
setProperty(const char *name, QVariant &&value)QObjectinline
sibling(int row, int column, const QModelIndex &idx) const overrideQAbstractListModelvirtual
signalsBlocked() const noexceptQObjectinline
sourceColumnQAbstractItemModel
sourceRowQAbstractItemModel
span(const QModelIndex &index) constQAbstractItemModelvirtual
startTimer(int interval, Qt::TimerType timerType=Qt::CoarseTimer)QObject
startTimer(std::chrono::milliseconds time, Qt::TimerType timerType=Qt::CoarseTimer)QObject
StringListModel(const QStringList &strings, QObject *parent=nullptr)StringListModelinline
submit()QAbstractItemModelvirtualslot
supportedDragActions() constQAbstractItemModelvirtual
supportedDropActions() constQAbstractItemModelvirtual
thread() constQObject
timerEvent(QTimerEvent *event)QObjectprotectedvirtual
VerticalSortHint enum valueQAbstractItemModel
~QAbstractItemModel()QAbstractItemModelvirtual
~QAbstractListModel()QAbstractListModel
~QObject()QObjectvirtual