|
libfuoten 0.8.2
Qt based library to access the Nextcloud News App API.
|
This is the complete list of members for Fuoten::Feed, including all inherited members.
| added | Fuoten::Feed | |
| added() const | Fuoten::Feed | |
| addedChanged(const QDateTime &added) | Fuoten::Feed | signal |
| BaseItem(QObject *parent=nullptr) | Fuoten::BaseItem | explicit |
| blockSignals(bool block) | QObject | |
| childEvent(QChildEvent *event) | QObject | protectedvirtual |
| children() const const | QObject | |
| clearError() | Fuoten::BaseItem | |
| component() const | Fuoten::BaseItem | protected |
| connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) | QObject | static |
| connect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) | QObject | static |
| connect(const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const const | QObject | |
| connect(const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method, Qt::ConnectionType type) | QObject | static |
| connect(const QObject *sender, PointerToMemberFunction signal, Functor functor) | QObject | static |
| connect(const QObject *sender, PointerToMemberFunction signal, const QObject *context, Functor functor, Qt::ConnectionType type) | QObject | static |
| connectNotify(const QMetaMethod &signal) | QObject | protectedvirtual |
| copy(BaseItem *other) override | Fuoten::Feed | virtual |
| customEvent(QEvent *event) | QObject | protectedvirtual |
| deleteLater() | QObject | |
| destroyed(QObject *obj) | QObject | |
| disconnect(const QObject *sender, const char *signal, const QObject *receiver, const char *method) | QObject | static |
| disconnect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) | QObject | static |
| disconnect(const char *signal, const QObject *receiver, const char *method) const const | QObject | |
| disconnect(const QObject *receiver, const char *method) const const | QObject | |
| disconnect(const QMetaObject::Connection &connection) | QObject | static |
| disconnect(const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method) | QObject | static |
| disconnectNotify(const QMetaMethod &signal) | QObject | protectedvirtual |
| dumpObjectInfo() | QObject | |
| dumpObjectInfo() const const | QObject | |
| dumpObjectTree() | QObject | |
| dumpObjectTree() const const | QObject | |
| dynamicPropertyNames() const const | QObject | |
| error | Fuoten::BaseItem | |
| error() const | Fuoten::BaseItem | |
| errorChanged(Fuoten::Error *error) | Fuoten::BaseItem | signal |
| event(QEvent *e) | QObject | virtual |
| eventFilter(QObject *watched, QEvent *event) | QObject | virtual |
| faviconLink | Fuoten::Feed | |
| faviconLink() const | Fuoten::Feed | |
| faviconLinkChanged(const QUrl &faviconLink) | Fuoten::Feed | signal |
| Feed(QObject *parent=nullptr) | Fuoten::Feed | explicit |
| Feed(qint64 id, qint64 folderId, const QString &title, const QUrl &url, const QUrl &link, const QDateTime &added, uint unreadCount, Feed::FeedOrdering ordering, bool pinned, uint updateErrorCount, const QString &lastUpdateError, const QUrl &faviconLink, const QString &folderName, QObject *parent=nullptr) | Fuoten::Feed | |
| FeedOrdering enum name | Fuoten::Feed | |
| findChild(const QString &name, Qt::FindChildOptions options) const const | QObject | |
| findChildren(const QString &name, Qt::FindChildOptions options) const const | QObject | |
| findChildren(const QRegExp ®Exp, Qt::FindChildOptions options) const const | QObject | |
| findChildren(const QRegularExpression &re, Qt::FindChildOptions options) const const | QObject | |
| folderId | Fuoten::Feed | |
| folderId() const | Fuoten::Feed | |
| folderIdChanged(qint64 folderId) | Fuoten::Feed | signal |
| folderName | Fuoten::Feed | |
| folderName() const | Fuoten::Feed | |
| folderNameChanged(const QString &folderName) | Fuoten::Feed | signal |
| id | Fuoten::BaseItem | |
| id() const | Fuoten::BaseItem | |
| idChanged(qint64 id) | Fuoten::BaseItem | signal |
| inherits(const char *className) const const | QObject | |
| inOperation | Fuoten::BaseItem | |
| inOperation() const | Fuoten::BaseItem | |
| inOperationChanged(bool inOperation) | Fuoten::BaseItem | signal |
| installEventFilter(QObject *filterObj) | QObject | |
| isSignalConnected(const QMetaMethod &signal) const const | QObject | protected |
| isWidgetType() const const | QObject | |
| isWindowType() const const | QObject | |
| killTimer(int id) | QObject | |
| lastUpdateError | Fuoten::Feed | |
| lastUpdateError() const | Fuoten::Feed | |
| lastUpdateErrorChanged(const QString &lastUpdateError) | Fuoten::Feed | signal |
| link | Fuoten::Feed | |
| link() const | Fuoten::Feed | |
| linkChanged(const QUrl &link) | Fuoten::Feed | signal |
| markAsRead(Fuoten::AbstractConfiguration *config, Fuoten::AbstractStorage *storage, bool enqueue=false) | Fuoten::Feed | |
| markAsRead(bool enqueue=false) | Fuoten::Feed | |
| metaObject() const const | QObject | virtual |
| move(qint64 targetFolderId, Fuoten::AbstractConfiguration *config, Fuoten::AbstractStorage *storage=nullptr) | Fuoten::Feed | |
| move(qint64 targetFolderId) | Fuoten::Feed | |
| moveToThread(QThread *targetThread) | QObject | |
| NewestFirst enum value | Fuoten::Feed | |
| NoSpecial enum value | Fuoten::Feed | |
| objectName | QObject | |
| objectName() const const | QObject | |
| objectNameChanged(const QString &objectName, QPrivateSignal) | QObject | |
| OldestFirst enum value | Fuoten::Feed | |
| ordering | Fuoten::Feed | |
| ordering() const | Fuoten::Feed | |
| orderingChanged(Fuoten::Feed::FeedOrdering ordering) | Fuoten::Feed | signal |
| parent() const const | QObject | |
| pinned | Fuoten::Feed | |
| pinned() const | Fuoten::Feed | |
| pinnedChanged(bool pinned) | Fuoten::Feed | signal |
| property(const char *name) const const | QObject | |
| Q_CLASSINFO(Name, Value) | QObject | |
| Q_DISABLE_COPY(Class) | QObject | |
| Q_DISABLE_COPY_MOVE(Class) | QObject | |
| Q_DISABLE_MOVE(Class) | QObject | |
| Q_EMITQ_EMIT | QObject | |
| Q_ENUM(...) | QObject | |
| Q_ENUM_NS(...) | QObject | |
| Q_ENUMS(...) | QObject | |
| Q_FLAG(...) | QObject | |
| Q_FLAG_NS(...) | QObject | |
| Q_FLAGS(...) | QObject | |
| Q_GADGETQ_GADGET | QObject | |
| Q_INTERFACES(...) | QObject | |
| Q_INVOKABLEQ_INVOKABLE | QObject | |
| Q_NAMESPACEQ_NAMESPACE | QObject | |
| Q_NAMESPACE_EXPORT(EXPORT_MACRO) | QObject | |
| Q_OBJECTQ_OBJECT | QObject | |
| Q_PROPERTY(...) | QObject | |
| Q_REVISIONQ_REVISION | QObject | |
| Q_SET_OBJECT_NAME(Object) | QObject | |
| Q_SIGNALQ_SIGNAL | QObject | |
| Q_SIGNALSQ_SIGNALS | QObject | |
| Q_SLOTQ_SLOT | QObject | |
| Q_SLOTSQ_SLOTS | QObject | |
| qFindChild(const QObject *obj, const QString &name) | QObject | |
| qFindChildren(const QObject *obj, const QString &name) | QObject | |
| qFindChildren(const QObject *obj, const QRegExp ®Exp) | QObject | |
| QObject(QObject *parent) | QObject | |
| qobject_cast(QObject *object) | QObject | |
| qobject_cast(const QObject *object) | QObject | |
| QObjectList typedef | QObject | |
| QT_NO_NARROWING_CONVERSIONS_IN_CONNECTQT_NO_NARROWING_CONVERSIONS_IN_CONNECT | QObject | |
| receivers(const char *signal) const const | QObject | protected |
| remove(Fuoten::AbstractConfiguration *config, Fuoten::AbstractStorage *storage=nullptr) | Fuoten::Feed | |
| remove() | Fuoten::Feed | |
| removeEventFilter(QObject *obj) | QObject | |
| rename(const QString &newName, Fuoten::AbstractConfiguration *config, Fuoten::AbstractStorage *storage=nullptr) | Fuoten::Feed | |
| rename(const QString &newName) | Fuoten::Feed | |
| sender() const const | QObject | protected |
| senderSignalIndex() const const | QObject | protected |
| setAdded(const QDateTime &nAdded) | Fuoten::Feed | |
| setComponent(Component *nComp) | Fuoten::BaseItem | protected |
| setError(Error *nError) | Fuoten::BaseItem | protected |
| setFaviconLink(const QUrl &nFaviconLink) | Fuoten::Feed | |
| setFolderId(qint64 nFolderId) | Fuoten::Feed | |
| setFolderName(const QString &nFolderName) | Fuoten::Feed | |
| setId(qint64 nId) | Fuoten::BaseItem | |
| setLastUpdateError(const QString &nLastUpdateError) | Fuoten::Feed | |
| setLink(const QUrl &nLink) | Fuoten::Feed | |
| setObjectName(const QString &name) | QObject | |
| setOrdering(Fuoten::Feed::FeedOrdering nOrdering) | Fuoten::Feed | |
| setParent(QObject *parent) | QObject | |
| setPinned(bool nPinned) | Fuoten::Feed | |
| setProperty(const char *name, const QVariant &value) | QObject | |
| setTitle(const QString &nTitle) | Fuoten::Feed | |
| setUnreadCount(uint nUnreadCount) | Fuoten::Feed | |
| setUpdateErrorCount(uint nUpdateErrorCount) | Fuoten::Feed | |
| setUrl(const QUrl &nUrl) | Fuoten::Feed | |
| signalsBlocked() const const | QObject | |
| startTimer(int interval, Qt::TimerType timerType) | QObject | |
| startTimer(std::chrono::milliseconds time, Qt::TimerType timerType) | QObject | |
| thread() const const | QObject | |
| timerEvent(QTimerEvent *event) | QObject | protectedvirtual |
| title | Fuoten::Feed | |
| title() const | Fuoten::Feed | |
| titleChanged(const QString &title) | Fuoten::Feed | signal |
| tr(const char *sourceText, const char *disambiguation, int n) | QObject | static |
| trUtf8(const char *sourceText, const char *disambiguation, int n) | QObject | static |
| unreadCount | Fuoten::Feed | |
| unreadCount() const | Fuoten::Feed | |
| unreadCountChanged(uint unreadCount) | Fuoten::Feed | signal |
| updateErrorCount | Fuoten::Feed | |
| updateErrorCount() const | Fuoten::Feed | |
| updateErrorCountChanged(uint updateErrorCount) | Fuoten::Feed | signal |
| url | Fuoten::Feed | |
| url() const | Fuoten::Feed | |
| urlChanged(const QUrl &url) | Fuoten::Feed | signal |
| ~BaseItem() override | Fuoten::BaseItem | |
| ~Feed() override | Fuoten::Feed | |
| ~QObject() | QObject | virtual |