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/endpointinfo.h"
#include "JellyfinQt/dto/systeminfo.h"
#include "JellyfinQt/dto/publicsysteminfo.h"
#include "JellyfinQt/dto/logfile.h"
#include "JellyfinQt/dto/wakeonlaninfo.h"
Go to the source code of this file.
Classes | |
class | Jellyfin::Loader::HTTP::GetEndpointInfoLoader |
Gets information about the request endpoint. More... | |
class | Jellyfin::Loader::HTTP::GetSystemInfoLoader |
Gets information about the server. More... | |
class | Jellyfin::Loader::HTTP::GetPublicSystemInfoLoader |
Gets public information about the server. More... | |
class | Jellyfin::Loader::HTTP::GetServerLogsLoader |
Gets a list of available server log files. More... | |
class | Jellyfin::Loader::HTTP::GetPingSystemLoader |
Pings the system. More... | |
class | Jellyfin::Loader::HTTP::PostPingSystemLoader |
Pings the system. More... | |
class | Jellyfin::Loader::HTTP::RestartApplicationLoader |
Restarts the application. More... | |
class | Jellyfin::Loader::HTTP::ShutdownApplicationLoader |
Shuts down the application. More... | |
class | Jellyfin::Loader::HTTP::GetWakeOnLanInfoLoader |
Gets wake on lan information. More... | |
Namespaces | |
namespace | Jellyfin |
namespace | Jellyfin::Loader |
namespace | Jellyfin::Loader::HTTP |