apiClient() const | Jellyfin::Support::LoaderBase | inline |
body(const P ¶meters) const =0 | Jellyfin::Support::HttpLoader< R, P > | protectedpure virtual |
cancel() override | Jellyfin::Support::HttpLoader< R, P > | inlinevirtual |
createDummyResponse() | Jellyfin::Support::Loader< R, P > | inlineprotectedstatic |
createFailureResult() | Jellyfin::Support::Loader< R, P > | inlineprotected |
createSuccessResult(R &&result) | Jellyfin::Support::Loader< R, P > | inlineprotected |
error(QString message=QString()) | Jellyfin::Support::LoaderBase | signal |
hasResult() const | Jellyfin::Support::Loader< R, P > | inline |
HttpLoader(Jellyfin::ApiClient *apiClient) | Jellyfin::Support::HttpLoader< R, P > | inlineexplicit |
HttpLoaderBase(Jellyfin::ApiClient *apiClient) | Jellyfin::Support::HttpLoaderBase< R, P > | inlineexplicit |
isAvailable() const override | Jellyfin::Support::HttpLoader< R, P > | inlinevirtual |
isRunning() const | Jellyfin::Support::LoaderBase | inline |
load() override | Jellyfin::Support::HttpLoader< R, P > | inlinevirtual |
Loader(ApiClient *apiClient) | Jellyfin::Support::Loader< R, P > | inlineexplicit |
LoaderBase(ApiClient *apiClient) | Jellyfin::Support::LoaderBase | inlineexplicitprotected |
m_apiClient | Jellyfin::Support::LoaderBase | protected |
m_isRunning | Jellyfin::Support::LoaderBase | protected |
m_parameters | Jellyfin::Support::Loader< R, P > | protected |
m_result | Jellyfin::Support::Loader< R, P > | protected |
operation() const =0 | Jellyfin::Support::HttpLoader< R, P > | protectedpure virtual |
parseResponse(int, QByteArray response) | Jellyfin::Support::HttpLoaderBase< R, P > | inline |
path(const P ¶meters) const =0 | Jellyfin::Support::HttpLoader< R, P > | protectedpure virtual |
query(const P ¶meters) const =0 | Jellyfin::Support::HttpLoader< R, P > | protectedpure virtual |
ready() | Jellyfin::Support::LoaderBase | signal |
result() const | Jellyfin::Support::Loader< R, P > | inline |
ResultType typedef | Jellyfin::Support::Loader< R, P > | |
setApiClient(ApiClient *newApiClient) | Jellyfin::Support::LoaderBase | inline |
setParameters(const P ¶meters) | Jellyfin::Support::Loader< R, P > | inline |
stopWithError(QString message=QString()) | Jellyfin::Support::LoaderBase | inlineprotected |