Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <optional>
#include "JellyfinQt/support/jsonconv.h"
#include "JellyfinQt/support/loader.h"
#include "JellyfinQt/loader/requesttypes.h"
#include "JellyfinQt/dto/notificationresultdto.h"
#include "JellyfinQt/dto/notificationssummarydto.h"
#include "JellyfinQt/dto/nameidpair.h"
#include "JellyfinQt/dto/notificationtypeinfo.h"
Go to the source code of this file.
Classes | |
class | Jellyfin::Loader::HTTP::GetNotificationsLoader |
Gets a user's notifications. More... | |
class | Jellyfin::Loader::HTTP::SetReadLoader |
Sets notifications as read. More... | |
class | Jellyfin::Loader::HTTP::GetNotificationsSummaryLoader |
Gets a user's notification summary. More... | |
class | Jellyfin::Loader::HTTP::SetUnreadLoader |
Sets notifications as unread. More... | |
class | Jellyfin::Loader::HTTP::CreateAdminNotificationLoader |
Sends a notification to all admins. More... | |
class | Jellyfin::Loader::HTTP::GetNotificationServicesLoader |
Gets notification services. More... | |
class | Jellyfin::Loader::HTTP::GetNotificationTypesLoader |
Gets notification types. More... | |
Namespaces | |
namespace | Jellyfin |
namespace | Jellyfin::Loader |
namespace | Jellyfin::Loader::HTTP |