|
libfuoten 0.8.2
Qt based library to access the Nextcloud News App API.
|
| CFuoten::AbstractNamFactory | Creates QNetworkAccessManager instances for Fuoten API classes |
| CFuoten::FuotenEnums | Provides global enumerations |
| CQObject [external] | |
| CFuoten::AbstractConfiguration | Server and authentication settings abstract base class |
| CFuoten::AbstractNotificator | Abstract class to implement platform specific notifications about errors and successful operations |
| CFuoten::AbstractStorage | Abstract class to handle the storage of requested News App data |
| CFuoten::SQLiteStorage | Storage using a local SQLite database |
| CFuoten::BaseItem | Abstract base class for Folder, Feed and Article |
| CFuoten::Article | Contains information about a single article/item |
| CFuoten::Feed | Contains information about a single feed |
| CFuoten::Folder | Contains information about a single folder |
| CFuoten::Component | Base class for all API requests |
| CFuoten::ConvertToAppPassword | Converts “normal“ passwords to application passwords |
| CFuoten::CreateFeed | Creates a new feed on the News App server |
| CFuoten::CreateFolder | Creates a new folder on the News App server |
| CFuoten::DeleteAppPassword | Deletes application passwords |
| CFuoten::DeleteFeed | Deletes a feed on the News App server |
| CFuoten::DeleteFolder | Deletes a folder on the News App server |
| CFuoten::GetFeeds | Requests the list of feeds from the News App API |
| CFuoten::GetFolders | Requests the list of folders from the News App API |
| CFuoten::GetItems | Requests items/articles from the News App API |
| CFuoten::GetServerStatus | Requests the server status from status.php |
| CFuoten::GetStatus | Requests the status from the News App |
| CFuoten::GetUpdatedItems | Requests updated items/articles from the News App API |
| CFuoten::GetUser | Requests the user information from the News App |
| CFuoten::GetVersion | Requests the installed News App version from the server |
| CFuoten::GetWipeStatus | Requests the wipe status from the Nextcloud |
| CFuoten::LoginFlowV2 | Manages the Login Flow v2 to request an application password |
| CFuoten::MarkAllItemsRead | Marks all articles as read on the News App server |
| CFuoten::MarkFeedRead | Marks all articles in a feed as read on the News App server |
| CFuoten::MarkFolderRead | Marks all articles in a folder as read on the News App server |
| CFuoten::MarkItem | Marks an item/article as read/unread on the News App server |
| CFuoten::MarkMultipleItems | Marks a list of articles read or unread on the News App server |
| CFuoten::MoveFeed | Moves a feed to a different folder on the News App server |
| CFuoten::PostWipeSuccess | Signals wipe completion to the Nextcloud server |
| CFuoten::RenameFeed | Renames a feed on the News App server |
| CFuoten::RenameFolder | Renames a folder on the News App server |
| CFuoten::StarItem | Stars or unstars an item/article on the remote News App |
| CFuoten::StarMultipleItems | Star/unstar multiple items/articles in on request on the News App server |
| CFuoten::Error | Provides information about occurred errors |
| CFuoten::Synchronizer | Combines updating of folders, feeds and articles |
| CFuoten::WipeManager | Handles and manages remote wipe requests |
| CQAbstractItemModel [external] | |
| CFuoten::BaseModel | Abstract base class for all data models |
| CFuoten::AbstractArticleModel | Abstract article model that provides basic functionalities for Article models |
| CFuoten::ArticleListModel | List model containing Article objects |
| CFuoten::AbstractFeedModel | Abstract feed model that provides basic functionalities for Feed models |
| CFuoten::FeedListModel | List model containing Feed objects |
| CFuoten::AbstractFolderModel | Abstract folder model that provides basic functionalities for folder models |
| CFuoten::FolderListModel | List model containing Folder objects |
| CQAbstractProxyModel [external] | |
| CQSortFilterProxyModel [external] | |
| CFuoten::BaseFilterModel | Abstract base filter model for other filter models |
| CFuoten::ArticleListFilterModel | Proxy filter model for ArticleListModel |
| CFuoten::FeedListFilterModel | Proxy filter model for FeedListModel |
| CFuoten::FolderListFilterModel | Proxy filter model for FolderListModel |
| CFuoten::QueryArgs | Helper struct containing query arguments |