CopperSpice API
1.9.2
|
This is the complete list of members for QStringListModel, including all inherited members.
QAbstractItemModel(QObject *parent=nullptr) | QAbstractItemModel | explicit |
QAbstractListModel(QObject *parent=nullptr) | QAbstractListModel | explicit |
QObject(QObject *parent=nullptr) | QObject | explicit |
QObjectList | QObject | related |
QStringListModel(QObject *parent=nullptr) | QStringListModel | explicit |
QStringListModel(const QStringList &strings, QObject *parent=nullptr) | QStringListModel | explicit |
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 | QAbstractItemModel | virtual |
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 | |
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) const override | QStringListModel | 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 |
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 | QAbstractListModel | 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) | QObject | virtual |
eventFilter(QObject *watched, QEvent *event) | QObject | virtual |
fetchMore(const QModelIndex &parent) | QAbstractItemModel | virtual |
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 | QStringListModel | overridevirtual |
hasIndex(int row, int column, const QModelIndex &parent=QModelIndex ()) const | QAbstractItemModel | |
headerData(int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const | QAbstractItemModel | virtual |
headerDataChanged(Qt::Orientation orientation, int first, int last) | QAbstractItemModel | signal |
index(int row, int column=0, const QModelIndex &parent=QModelIndex ()) const override | QAbstractListModel | overridevirtual |
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 ()) override | QStringListModel | overridevirtual |
installEventFilter(QObject *filterObj) | QObject | |
isSignalConnected(const QMetaMethod &signalMethod) const | QObject | protected |
isWidgetType() const | QObject | |
isWindowType() const | QObject | |
itemData(const QModelIndex &index) const | QAbstractItemModel | virtual |
killTimer(int id) | QObject | |
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 | QAbstractItemModel | virtual |
mimeTypes() const | QAbstractItemModel | virtual |
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 | |
objectName | QObject | write |
objectName() const | QObject | |
objectNameChanged(const QString &objectName) | QObject | signal |
parent() const | QAbstractListModel | using |
persistentIndexList() const | QAbstractItemModel | protected |
property(const QString &name) const | QObject | |
qobject_cast(QObject *object) | QObject | related |
receivers(const QString &signal) const | QObject | protected |
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 ()) override | QStringListModel | overridevirtual |
resetInternalData() | QAbstractItemModel | protectedslot |
revert() | QAbstractItemModel | slot |
roleNames() const | QAbstractItemModel | virtual |
rowCount(const QModelIndex &parent=QModelIndex ()) const override | QStringListModel | 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 | QStringListModel | overridevirtual |
setHeaderData(int section, Qt::Orientation orientation, const QVariant &value, int role=Qt::EditRole) | QAbstractItemModel | virtual |
setItemData(const QModelIndex &index, const QMap< int, QVariant > &roles) | QAbstractItemModel | virtual |
setObjectName(const QString &name) | QObject | |
setParent(QObject *parent) | QObject | |
setProperty(const QString &name, const QVariant &value) | QObject | |
setStringList(const QStringList &strings) | QStringListModel | |
sibling(int row, int column, const QModelIndex &idx) const override | QStringListModel | overridevirtual |
signalsBlocked() const | QObject | |
sort(int column, Qt::SortOrder order=Qt::AscendingOrder) override | QStringListModel | overridevirtual |
span(const QModelIndex &index) const | QAbstractItemModel | virtual |
startTimer(int interval, Qt::TimerType timerType=Qt::CoarseTimer) | QObject | |
staticMetaObject() | QObject | static |
stringList() const | QStringListModel | |
submit() | QAbstractItemModel | slot |
supportedDragActions() const | QAbstractItemModel | virtual |
supportedDropActions() const override | QStringListModel | overridevirtual |
thread() const | QObject | |
timerEvent(QTimerEvent *event) | QObject | protectedvirtual |
tr(const char *text, const char *comment=nullptr, std::optional< int > numArg=std::optional< int >()) | QObject | static |
~QAbstractItemModel() | QAbstractItemModel | virtual |
~QAbstractListModel() | QAbstractListModel | |
~QObject() | QObject |