libfuoten  0.8.1
Qt based library to access the ownCloud/Nextcloud News App API
FeedListModel Member List

This is the complete list of members for FeedListModel, including all inherited members.

AbstractFeedModel(QObject *parent=nullptr)AbstractFeedModelexplicit
BaseModel(QObject *parent=nullptr)BaseModelexplicit
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 destinationChild)QAbstractItemModelprotected
beginMoveRows(const QModelIndex &sourceParent, int sourceFirst, int sourceLast, const QModelIndex &destinationParent, int destinationChild)QAbstractItemModelprotected
beginRemoveColumns(const QModelIndex &parent, int first, int last)QAbstractItemModelprotected
beginRemoveRows(const QModelIndex &parent, int first, int last)QAbstractItemModelprotected
beginResetModel()QAbstractItemModelprotected
blockSignals(bool block)QObject
buddy(const QModelIndex &index) const constQAbstractItemModelvirtual
canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const constQAbstractItemModelvirtual
canFetchMore(const QModelIndex &parent) const constQAbstractItemModelvirtual
changePersistentIndex(const QModelIndex &from, const QModelIndex &to)QAbstractItemModelprotected
changePersistentIndexList(const QModelIndexList &from, const QModelIndexList &to)QAbstractItemModelprotected
checkIndex(const QModelIndex &index, QAbstractItemModel::CheckIndexOptions options) const constQAbstractItemModel
CheckIndexOption enum nameQAbstractItemModel
CheckIndexOptionsQAbstractItemModel
childEvent(QChildEvent *event)QObjectprotectedvirtual
children() const constQObject
clear() overrideAbstractFeedModelprotectedvirtual
columnsAboutToBeInserted(const QModelIndex &parent, int first, int last)QAbstractItemModel
columnsAboutToBeMoved(const QModelIndex &sourceParent, int sourceStart, int sourceEnd, const QModelIndex &destinationParent, int destinationColumn)QAbstractItemModel
columnsAboutToBeRemoved(const QModelIndex &parent, int first, int last)QAbstractItemModel
columnsInserted(const QModelIndex &parent, int first, int last)QAbstractItemModel
columnsMoved(const QModelIndex &parent, int start, int end, const QModelIndex &destination, int column)QAbstractItemModel
columnsRemoved(const QModelIndex &parent, int first, int last)QAbstractItemModel
connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)QObjectstatic
connect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type)QObjectstatic
connect(const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const constQObject
connect(const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method, Qt::ConnectionType type)QObjectstatic
connect(const QObject *sender, PointerToMemberFunction signal, Functor functor)QObjectstatic
connect(const QObject *sender, PointerToMemberFunction signal, const QObject *context, Functor functor, Qt::ConnectionType type)QObjectstatic
connectNotify(const QMetaMethod &signal)QObjectprotectedvirtual
createIndex(int row, int column, void *ptr) const constQAbstractItemModelprotected
createIndex(int row, int column, quintptr id) const constQAbstractItemModelprotected
customEvent(QEvent *event)QObjectprotectedvirtual
dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight, const QVector< int > &roles)QAbstractItemModel
deleteLater()QObject
destroyed(QObject *obj)QObject
disconnect(const QObject *sender, const char *signal, const QObject *receiver, const char *method)QObjectstatic
disconnect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method)QObjectstatic
disconnect(const char *signal, const QObject *receiver, const char *method) const constQObject
disconnect(const QObject *receiver, const char *method) const constQObject
disconnect(const QMetaObject::Connection &connection)QObjectstatic
disconnect(const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method)QObjectstatic
disconnectNotify(const QMetaMethod &signal)QObjectprotectedvirtual
DoNotUseParentQAbstractItemModel
doubleParentIdBaseModel
doubleParentId() constBaseModel
doubleParentIdChanged(double doubleParentId)BaseModelsignal
dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent)QAbstractItemModelvirtual
dumpObjectInfo()QObject
dumpObjectInfo() const constQObject
dumpObjectTree()QObject
dumpObjectTree() const constQObject
dynamicPropertyNames() const constQObject
endInsertColumns()QAbstractItemModelprotected
endInsertRows()QAbstractItemModelprotected
endMoveColumns()QAbstractItemModelprotected
endMoveRows()QAbstractItemModelprotected
endRemoveColumns()QAbstractItemModelprotected
endRemoveRows()QAbstractItemModelprotected
endResetModel()QAbstractItemModelprotected
event(QEvent *e)QObjectvirtual
eventFilter(QObject *watched, QEvent *event)QObjectvirtual
feedCreated(qint64 id, qint64 folderId)AbstractFeedModelprotectedslot
feedDeleted(qint64 id)AbstractFeedModelprotectedslot
FeedListModel(QObject *parent=nullptr)FeedListModelexplicit
feedMarkedRead(qint64 id, qint64 newestItemId)AbstractFeedModelprotectedslot
feedMoved(qint64 id, qint64 targetFolderId)AbstractFeedModelprotectedslot
feedRenamed(qint64 id, const QString &newName)AbstractFeedModelprotectedslot
feeds() constAbstractFeedModelprotected
feedsRequested(const Fuoten::IdList &updatedFeeds, const Fuoten::IdList &newFeeds, const Fuoten::IdList &deletedFeeds)AbstractFeedModelprotectedslot
fetchMore(const QModelIndex &parent)QAbstractItemModelvirtual
findByID(qint64 id) const overrideAbstractFeedModelvirtual
findByIDs(const IdList &ids) const overrideAbstractFeedModelvirtual
findChild(const QString &name, Qt::FindChildOptions options) const constQObject
findChildren(const QString &name, Qt::FindChildOptions options) const constQObject
findChildren(const QRegExp &regExp, Qt::FindChildOptions options) const constQObject
findChildren(const QRegularExpression &re, Qt::FindChildOptions options) const constQObject
folderDeleted(qint64 folderId)AbstractFeedModelprotectedslot
folderMarkedRead(qint64 folderId, qint64 newestItemId)AbstractFeedModelprotectedslot
handleStorageChanged(AbstractStorage *old) overrideAbstractFeedModelprotectedvirtual
hasIndex(int row, int column, const QModelIndex &parent) const constQAbstractItemModel
headerData(int section, Qt::Orientation orientation, int role) const constQAbstractItemModelvirtual
headerDataChanged(Qt::Orientation orientation, int first, int last)QAbstractItemModel
HorizontalSortHintQAbstractItemModel
IndexIsValidQAbstractItemModel
inherits(const char *className) const constQObject
inOperationBaseModel
inOperation() constBaseModel
inOperationChanged(bool inOperation)BaseModelsignal
insertColumn(int column, const QModelIndex &parent)QAbstractItemModel
insertColumns(int column, int count, const QModelIndex &parent)QAbstractItemModelvirtual
insertRow(int row, const QModelIndex &parent)QAbstractItemModel
insertRows(int row, int count, const QModelIndex &parent)QAbstractItemModelvirtual
installEventFilter(QObject *filterObj)QObject
isSignalConnected(const QMetaMethod &signal) const constQObjectprotected
isWidgetType() const constQObject
isWindowType() const constQObject
itemData(const QModelIndex &index) const constQAbstractItemModelvirtual
itemMarked(qint64 itemId, bool unread)AbstractFeedModelprotectedslot
itemsMarked()AbstractFeedModelprotectedslot
itemsRquested(const Fuoten::IdList &updatedItems, const Fuoten::IdList &newItems, const Fuoten::IdList &deletedItems)AbstractFeedModelprotectedslot
killTimer(int id)QObject
layoutAboutToBeChanged(const QList< QPersistentModelIndex > &parents, QAbstractItemModel::LayoutChangeHint hint)QAbstractItemModel
layoutChanged(const QList< QPersistentModelIndex > &parents, QAbstractItemModel::LayoutChangeHint hint)QAbstractItemModel
LayoutChangeHint enum nameQAbstractItemModel
limitBaseModel
limit() constBaseModel
limitChanged(int limit)BaseModelsignal
load() overrideAbstractFeedModelslot
loadedBaseModel
loaded() constBaseModel
loadedChanged(bool loaded)BaseModelsignal
match(const QModelIndex &start, int role, const QVariant &value, int hits, Qt::MatchFlags flags) const constQAbstractItemModelvirtual
metaObject() const constQObjectvirtual
mimeData(const QModelIndexList &indexes) const constQAbstractItemModelvirtual
mimeTypes() const constQAbstractItemModelvirtual
modelAboutToBeReset()QAbstractItemModel
modelReset()QAbstractItemModel
moveColumn(const QModelIndex &sourceParent, int sourceColumn, const QModelIndex &destinationParent, int destinationChild)QAbstractItemModel
moveColumns(const QModelIndex &sourceParent, int sourceColumn, int count, const QModelIndex &destinationParent, int destinationChild)QAbstractItemModelvirtual
moveRow(const QModelIndex &sourceParent, int sourceRow, const QModelIndex &destinationParent, int destinationChild)QAbstractItemModel
moveRows(const QModelIndex &sourceParent, int sourceRow, int count, const QModelIndex &destinationParent, int destinationChild)QAbstractItemModelvirtual
moveToThread(QThread *targetThread)QObject
NoLayoutChangeHintQAbstractItemModel
NoOptionQAbstractItemModel
objectNameQObject
objectName() const constQObject
objectNameChanged(const QString &objectName)QObject
QObject::parent() const constQObject
parentIdBaseModel
parentId() constBaseModel
parentIdChanged(qint64 parentId)BaseModelsignal
ParentIsInvalidQAbstractItemModel
persistentIndexList() const constQAbstractItemModelprotected
property(const char *name) const constQObject
Q_CLASSINFO(Name, Value)QObject
Q_DISABLE_COPY(Class)QObject
Q_DISABLE_COPY_MOVE(Class)QObject
Q_DISABLE_MOVE(Class)QObject
Q_EMITQ_EMITQObject
Q_ENUM(...)QObject
Q_ENUM_NS(...)QObject
Q_ENUMS(...)QObject
Q_FLAG(...)QObject
Q_FLAG_NS(...)QObject
Q_FLAGS(...)QObject
Q_GADGETQ_GADGETQObject
Q_INTERFACES(...)QObject
Q_INVOKABLEQ_INVOKABLEQObject
Q_NAMESPACEQ_NAMESPACEQObject
Q_NAMESPACE_EXPORT(EXPORT_MACRO)QObject
Q_OBJECTQ_OBJECTQObject
Q_PROPERTY(...)QObject
Q_REVISIONQ_REVISIONQObject
Q_SET_OBJECT_NAME(Object)QObject
Q_SIGNALQ_SIGNALQObject
Q_SIGNALSQ_SIGNALSQObject
Q_SLOTQ_SLOTQObject
Q_SLOTSQ_SLOTSQObject
QAbstractItemModel(QObject *parent)QAbstractItemModel
qFindChild(const QObject *obj, const QString &name)QObject
qFindChildren(const QObject *obj, const QString &name)QObject
qFindChildren(const QObject *obj, const QRegExp &regExp)QObject
QObject(QObject *parent)QObject
qobject_cast(QObject *object)QObject
qobject_cast(const QObject *object)QObject
QObjectListQObject
QT_NO_NARROWING_CONVERSIONS_IN_CONNECTQT_NO_NARROWING_CONVERSIONS_IN_CONNECTQObject
receivers(const char *signal) const constQObjectprotected
reload()BaseModelvirtualslot
removeColumn(int column, const QModelIndex &parent)QAbstractItemModel
removeColumns(int column, int count, const QModelIndex &parent)QAbstractItemModelvirtual
removeEventFilter(QObject *obj)QObject
removeRow(int row, const QModelIndex &parent)QAbstractItemModel
removeRows(int row, int count, const QModelIndex &parent)QAbstractItemModelvirtual
reset()QAbstractItemModelprotected
resetInternalData()QAbstractItemModelprotected
revert()QAbstractItemModelvirtual
roleNames() const constQAbstractItemModelvirtual
rowsAboutToBeInserted(const QModelIndex &parent, int start, int end)QAbstractItemModel
rowsAboutToBeMoved(const QModelIndex &sourceParent, int sourceStart, int sourceEnd, const QModelIndex &destinationParent, int destinationRow)QAbstractItemModel
rowsAboutToBeRemoved(const QModelIndex &parent, int first, int last)QAbstractItemModel
rowsInserted(const QModelIndex &parent, int first, int last)QAbstractItemModel
rowsMoved(const QModelIndex &parent, int start, int end, const QModelIndex &destination, int row)QAbstractItemModel
rowsRemoved(const QModelIndex &parent, int first, int last)QAbstractItemModel
sender() const constQObjectprotected
senderSignalIndex() const constQObjectprotected
setData(const QModelIndex &index, const QVariant &value, int role)QAbstractItemModelvirtual
setDoubleParentId(double nDoubleParentId)BaseModel
setHeaderData(int section, Qt::Orientation orientation, const QVariant &value, int role)QAbstractItemModelvirtual
setInOperation(bool nInOperation)BaseModelprotected
setItemData(const QModelIndex &index, const QMap< int, QVariant > &roles)QAbstractItemModelvirtual
setLimit(int nLimit)BaseModel
setLoaded(bool loaded)BaseModelprotected
setObjectName(const QString &name)QObject
setParent(QObject *parent)QObject
setParentId(qint64 nParentId)BaseModel
setProperty(const char *name, const QVariant &value)QObject
setRoleNames(const QHash< int, QByteArray > &roleNames)QAbstractItemModelprotected
setSortingRole(FuotenEnums::SortingRole nSortingRole)BaseModel
setSortOrder(Qt::SortOrder nSortOrder)BaseModel
setStorage(AbstractStorage *nStorage)BaseModel
setSupportedDragActions(Qt::DropActions actions)QAbstractItemModel
setUnreadOnly(bool nUnreadOnly)BaseModel
signalsBlocked() const constQObject
sort(int column, Qt::SortOrder order)QAbstractItemModelvirtual
sortingRoleBaseModel
sortingRole() constBaseModel
sortingRoleChanged(FuotenEnums::SortingRole sortingRole)BaseModelsignal
sortOrderBaseModel
sortOrder() constBaseModel
sortOrderChanged(Qt::SortOrder sortOrder)BaseModelsignal
span(const QModelIndex &index) const constQAbstractItemModelvirtual
startTimer(int interval, Qt::TimerType timerType)QObject
startTimer(std::chrono::milliseconds time, Qt::TimerType timerType)QObject
storageBaseModel
storage() constBaseModel
storageChanged(Fuoten::AbstractStorage *storage)BaseModelsignal
submit()QAbstractItemModelvirtual
supportedDragActions() const constQAbstractItemModelvirtual
supportedDropActions() const constQAbstractItemModelvirtual
thread() const constQObject
timerEvent(QTimerEvent *event)QObjectprotectedvirtual
tr(const char *sourceText, const char *disambiguation, int n)QObjectstatic
trUtf8(const char *sourceText, const char *disambiguation, int n)QObjectstatic
unreadOnlyBaseModel
unreadOnly() constBaseModel
unreadOnlyChanged(bool unreadOnly)BaseModelsignal
VerticalSortHintQAbstractItemModel
~AbstractFeedModel() overrideAbstractFeedModel
~BaseModel() overrideBaseModel
~FeedListModel() overrideFeedListModel
~QAbstractItemModel()QAbstractItemModelvirtual
~QObject()QObjectvirtual